aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/zchunk
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-20 18:26:53 +0000
committerJon <jonringer@users.noreply.github.com>2020-03-24 11:27:05 -0700
commit6c6286610f4620629561b21293ad34b438054c05 (patch)
treefe70be935ef8b15fe3b81ff76ad9bf1467e298d2 /pkgs/development/libraries/zchunk
parent1eafe5d9e1a006575d088ec59a69d8158dc3e44d (diff)
zchunk: 1.1.5 -> 1.1.6
Diffstat (limited to 'pkgs/development/libraries/zchunk')
-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 ee07133b7aa0..b7787650e7cc 100644
--- a/pkgs/development/libraries/zchunk/default.nix
+++ b/pkgs/development/libraries/zchunk/default.nix
@@ -9,7 +9,7 @@
stdenv.mkDerivation rec {
pname = "zchunk";
- version = "1.1.5";
+ version = "1.1.6";
outputs = [ "out" "lib" "dev" ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "zchunk";
repo = pname;
rev = version;
- sha256 = "13sqjslk634mkklnmzdlzk9l9rc6g6migig5rln3irdnjrxvjf69";
+ sha256 = "1j05f26xppwbkxrm11895blm75i1a6p9q23x7wlkqw198mpnpbbv";
};
nativeBuildInputs = [