about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-12 09:27:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-12 09:27:34 +0000
commit98c04c5da214c9f09329484813cccd41f540cb6c (patch)
tree6fa670ba2c1bf8788026dfa2f58801291685ff1b
parent34fde40edd9bf8a8f071cfbfd05965921b16bf66 (diff)
downloadnixlib-98c04c5da214c9f09329484813cccd41f540cb6c.tar
nixlib-98c04c5da214c9f09329484813cccd41f540cb6c.tar.gz
nixlib-98c04c5da214c9f09329484813cccd41f540cb6c.tar.bz2
nixlib-98c04c5da214c9f09329484813cccd41f540cb6c.tar.lz
nixlib-98c04c5da214c9f09329484813cccd41f540cb6c.tar.xz
nixlib-98c04c5da214c9f09329484813cccd41f540cb6c.tar.zst
nixlib-98c04c5da214c9f09329484813cccd41f540cb6c.zip
libzim: 8.0.0 -> 8.0.1
-rw-r--r--pkgs/development/libraries/libzim/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libzim/default.nix b/pkgs/development/libraries/libzim/default.nix
index abb570730f66..0296c6a5a564 100644
--- a/pkgs/development/libraries/libzim/default.nix
+++ b/pkgs/development/libraries/libzim/default.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation rec {
   pname = "libzim";
-  version = "8.0.0";
+  version = "8.0.1";
 
   src = fetchFromGitHub {
     owner = "openzim";
     repo = pname;
     rev = version;
-    sha256 = "sha256-FSotc2hkWvkYEdZ3HI3JLzjtKFaWOc1Bx6r0WyeS/Kg=";
+    sha256 = "sha256-IehJe+25aDuMbOuC3Hwnkip2djqlTSIs51yZ/zw1L9Y=";
   };
 
   nativeBuildInputs = [