Merge pull request #316595 from r-ryantm/auto-update/mount-zip

mount-zip: 1.0.14 -> 1.0.15
This commit is contained in:
Nick Cao
2024-06-02 10:32:43 -04:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mount-zip";
version = "1.0.14";
version = "1.0.15";
src = fetchFromGitHub {
owner = "google";
repo = "mount-zip";
rev = "v${finalAttrs.version}";
hash = "sha256-S2snseC9JAjYRberL2/CyRQTcZQ8GtGQNU3WuTqSRl4=";
hash = "sha256-7S+mZ6jejD9wCqFYfJ0mE2jCKt77S64LEAgAIV2DPqA=";
};
strictDeps = true;