mount-zip: 1.12 -> 1.16

(cherry picked from commit 8a7b4a4fac)
This commit is contained in:
Petr Portnov
2026-08-08 00:08:58 +03:00
committed by github-actions[bot]
parent 46d9d62190
commit df6a682fd7

View File

@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mount-zip";
version = "1.12";
version = "1.16";
src = fetchFromGitHub {
owner = "google";
repo = "mount-zip";
rev = "v${finalAttrs.version}";
hash = "sha256-z+WBELX+LUE749PEOIpWOHUtir7V7qOKagifQkIdgFk=";
hash = "sha256-YNbaMn5yOFa/g3alANly4vZyEzborK19MUhSFh4T3b8=";
};
strictDeps = true;