about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-02 09:44:59 -0400
committerGitHub <noreply@github.com>2023-06-02 09:44:59 -0400
commit7409e8f091ad7e88a6a44a563256e4815634deae (patch)
treeb6df466fc02caa4ad56396bd9a13398900760afa /pkgs
parent0902958046e3acadf9e82db2f70e423ff65fb1c5 (diff)
parentdc77e5bc502e7dc5fb81e54c6d3956adce8d2ade (diff)
Merge pull request #235579 from r-ryantm/auto-update/zchunk
zchunk: 1.3.0 -> 1.3.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/zchunk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/zchunk/default.nix b/pkgs/development/libraries/zchunk/default.nix
index 212196bf3032f..4af4ba65a395f 100644
--- a/pkgs/development/libraries/zchunk/default.nix
+++ b/pkgs/development/libraries/zchunk/default.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation rec {
   pname = "zchunk";
-  version = "1.3.0";
+  version = "1.3.1";
 
   src = fetchFromGitHub {
     owner = "zchunk";
     repo = pname;
     rev = version;
-    hash = "sha256-9T1u2Qvy2gRUQzgAp81x+tSbHXuEoxhYhS1T9XntvKk=";
+    hash = "sha256-mZc8DC26c4hZzHsozhBmuvaIjL3ifQ7GYYGDEsBBPKc=";
   };
 
   nativeBuildInputs = [