imsprog: 1.4.3 -> 1.4.4 (#343972)

This commit is contained in:
OTABI Tomoya 2024-09-30 21:59:00 +09:00 committed by GitHub
commit 20bef6b1f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;