mount-zip: 1.10 -> 1.12

This commit is contained in:
R. Ryantm
2026-02-27 10:40:03 +00:00
parent bde6ce623f
commit 166b50305b
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mount-zip";
version = "1.10";
version = "1.12";
src = fetchFromGitHub {
owner = "google";
repo = "mount-zip";
rev = "v${finalAttrs.version}";
hash = "sha256-d6cjqsqIYFPuAWKxjlLXCWNKT33xbMW8gLriZWj0SSc=";
hash = "sha256-z+WBELX+LUE749PEOIpWOHUtir7V7qOKagifQkIdgFk=";
};
strictDeps = true;