imsprog: 1.5.2 -> 1.5.3

This commit is contained in:
R. Ryantm
2025-04-29 13:45:17 +00:00
parent 0344f99dd4
commit 1f9551c113
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "imsprog";
version = "1.5.2";
version = "1.5.3";
src = fetchFromGitHub {
owner = "bigbigmdm";
repo = "IMSProg";
tag = "v${finalAttrs.version}";
hash = "sha256-G2hD9h9hcuUO35z/k46+24KTgqGiufa3dwa4LQVA1yY=";
hash = "sha256-vT2SAhHfgs4HR0V0Tu0MLCL9nizf9u4z/H70PJKhA9k=";
};
strictDeps = true;