1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

mount-zip: 1.0.14 -> 1.0.15

This commit is contained in:
R. Ryantm 2024-06-02 03:58:13 +00:00
parent a37a6e107f
commit aaf65c6d02

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;