Merge pull request #326436 from r-ryantm/auto-update/imsprog

imsprog: 1.4.1 -> 1.4.2
This commit is contained in:
Nick Cao 2024-07-12 16:10:51 -04:00 committed by GitHub
commit 023525bc7f
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.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "bigbigmdm";
repo = "IMSProg";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-eF6TGlFEnMgMw1i/sfuXIRzNySVZe7UTKVHSIqJ+cUs=";
hash = "sha256-9ALiYTUnrdoRHfcyuz4nPzXFHL7pPkFUTBL2/v1atz0=";
};
strictDeps = true;