imsprog: 1.5.3 -> 1.6.1

This commit is contained in:
R. Ryantm
2025-05-19 13:40:07 +00:00
parent aa60aed1f7
commit 2086aa5f3f
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "imsprog";
version = "1.5.3";
version = "1.6.1";
src = fetchFromGitHub {
owner = "bigbigmdm";
repo = "IMSProg";
tag = "v${finalAttrs.version}";
hash = "sha256-vT2SAhHfgs4HR0V0Tu0MLCL9nizf9u4z/H70PJKhA9k=";
hash = "sha256-n1dORNpiVztRssyt0fwyJX7es4g4LUAjOsprf0hzCrE=";
};
strictDeps = true;