about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/mount-zip
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-12 21:23:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-12 21:23:54 +0000
commit309e8cef63b6c96f804086c7db5a0b0554d8e984 (patch)
tree3c339ec83ac0050c80cd6662b5ea1f5feda54a2c /pkgs/tools/filesystems/mount-zip
parent093f098d2684283c8a0ea9b156a6edbbfff66e02 (diff)
mount-zip: 1.0.10 -> 1.0.11
Diffstat (limited to 'pkgs/tools/filesystems/mount-zip')
-rw-r--r--pkgs/tools/filesystems/mount-zip/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/mount-zip/default.nix b/pkgs/tools/filesystems/mount-zip/default.nix
index d0f57894e012b..74d9b1d370b8e 100644
--- a/pkgs/tools/filesystems/mount-zip/default.nix
+++ b/pkgs/tools/filesystems/mount-zip/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "mount-zip";
-  version = "1.0.10";
+  version = "1.0.11";
 
   src = fetchFromGitHub {
     owner = "google";
     repo = "mount-zip";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-hXvA/dqRn5zKVAJ+JjUfIEKsqIhEOTzPEzvJI3cP4NY=";
+    hash = "sha256-67GaZdmDuUc8ixeRP86xA/+n1PRqwwIEe7JK9OZGUC8=";
   };
 
   nativeBuildInputs = [ boost gcc icu pandoc pkg-config ];