about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-24 11:48:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-24 11:48:44 +0000
commit69f0781c5f0bb9fcdda02c038ef067595a3880fc (patch)
tree0af78ff0b698112ece1d213e938c11820e406055
parent90f562fc12204b0e96b83a18426c405d8d2880c3 (diff)
mount-zip: 1.0.8 -> 1.0.9
-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 678abe4892cd2..a6577e9007338 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.8";
+  version = "1.0.9";
 
   src = fetchFromGitHub {
     owner = "google";
     repo = "mount-zip";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-+slN5eedSddYKgiNLq4KZ5BXwvGQw9859sVfkcIBYeo=";
+    hash = "sha256-dc1Cpyh4ctPPYo4cxH81mqNlomtzjiHHfkh52NPzq80=";
   };
 
   nativeBuildInputs = [ boost gcc icu pandoc pkg-config ];