mount-zip: 1.8 -> 1.10

This commit is contained in:
R. Ryantm 2025-08-09 05:57:43 +00:00
parent 56078c1dcc
commit 35e0bd8929

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mount-zip";
version = "1.8";
version = "1.10";
src = fetchFromGitHub {
owner = "google";
repo = "mount-zip";
rev = "v${finalAttrs.version}";
hash = "sha256-HxHXQfyX3jdTJ5s/QwC9tkjU+JbPDEm7FUGss7tB0EM=";
hash = "sha256-d6cjqsqIYFPuAWKxjlLXCWNKT33xbMW8gLriZWj0SSc=";
};
strictDeps = true;