imsprog: 1.4.4 -> 1.4.5

This commit is contained in:
R. Ryantm
2025-01-17 13:14:56 +00:00
parent 90789b086a
commit e706f49a8c
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "imsprog";
version = "1.4.4";
version = "1.4.5";
src = fetchFromGitHub {
owner = "bigbigmdm";
repo = "IMSProg";
tag = "v${finalAttrs.version}";
hash = "sha256-dhBg0f7pIbBS8IiUXd1UlAxgGrv6HapzooXafkHIEK8=";
hash = "sha256-6UWCcHHHkZsbrhew1fI/1KaGdjRK/mlq9Q72WnU1lbU=";
};
strictDeps = true;