imsprog: 1.5.3 -> 1.6.1 (#408726)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:50:53 +00:00 committed by GitHub
commit 1c844df14f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "imsprog"; pname = "imsprog";
version = "1.5.3"; version = "1.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bigbigmdm"; owner = "bigbigmdm";
repo = "IMSProg"; repo = "IMSProg";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-vT2SAhHfgs4HR0V0Tu0MLCL9nizf9u4z/H70PJKhA9k="; hash = "sha256-n1dORNpiVztRssyt0fwyJX7es4g4LUAjOsprf0hzCrE=";
}; };
strictDeps = true; strictDeps = true;