imsprog: 1.4.3 -> 1.4.4

This commit is contained in:
R. Ryantm 2024-09-23 14:25:54 +00:00
parent 71ade9dfb5
commit ded7972d72

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "imsprog";
version = "1.4.3";
version = "1.4.4";
src = fetchFromGitHub {
owner = "bigbigmdm";
repo = "IMSProg";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-FAvGGxw7qDuucAbyaq9gDhMvHL9mJCQApRzzQ7Kh0c8=";
hash = "sha256-dhBg0f7pIbBS8IiUXd1UlAxgGrv6HapzooXafkHIEK8=";
};
strictDeps = true;