about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-17 18:01:38 +0000
committerGitHub <noreply@github.com>2023-12-17 18:01:38 +0000
commit71c41d360a50e63572570dfeab4ff452c763e9d7 (patch)
treef934e23c13a84251092cd9d6d55435f8b8c13881 /pkgs/tools/filesystems
parent038a96835b20a7a74223c65c955611390bb4cc94 (diff)
parent6396e5680929ec6b9e88d6f1b308af5b83995183 (diff)
downloadnixlib-71c41d360a50e63572570dfeab4ff452c763e9d7.tar
nixlib-71c41d360a50e63572570dfeab4ff452c763e9d7.tar.gz
nixlib-71c41d360a50e63572570dfeab4ff452c763e9d7.tar.bz2
nixlib-71c41d360a50e63572570dfeab4ff452c763e9d7.tar.lz
nixlib-71c41d360a50e63572570dfeab4ff452c763e9d7.tar.xz
nixlib-71c41d360a50e63572570dfeab4ff452c763e9d7.tar.zst
nixlib-71c41d360a50e63572570dfeab4ff452c763e9d7.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/filesystems')
-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 c3fea94f42f5..bda338108051 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.11";
+  version = "1.0.12";
 
   src = fetchFromGitHub {
     owner = "google";
     repo = "mount-zip";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-67GaZdmDuUc8ixeRP86xA/+n1PRqwwIEe7JK9OZGUC8=";
+    hash = "sha256-bsuGEgCrU7Gxd9oAiI39AYT9aiXufrI9CniTCfa6LCY=";
   };
 
   nativeBuildInputs = [ boost gcc icu pandoc pkg-config ];