summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-29 15:59:11 +0800
committerGitHub <noreply@github.com>2021-12-29 15:59:11 +0800
commitcec978d12ead753a8a38e91de743674d7d5cb6fe (patch)
tree300676c6e8d225c146c911af812077c7d0531fc1 /pkgs
parent9c49aab2d21083b536c17ccb36a096ed68f34ac4 (diff)
parent1c09b59e4fd273b9955bb001679ed72ebc6e7033 (diff)
Merge pull request #152196 from r-ryantm/auto-update/zlib-ng
zlib-ng: 2.0.5 -> 2.0.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/zlib-ng/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/zlib-ng/default.nix b/pkgs/development/libraries/zlib-ng/default.nix
index 4323d8adda05..0ae0def3725d 100644
--- a/pkgs/development/libraries/zlib-ng/default.nix
+++ b/pkgs/development/libraries/zlib-ng/default.nix
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "zlib-ng";
- version = "2.0.5";
+ version = "2.0.6";
src = fetchFromGitHub {
owner = "zlib-ng";
repo = "zlib-ng";
rev = version;
- sha256 = "sha256-KvV1XtPoagqPmijdr20eejsXWG7PRjMUwGPLXazqUHM=";
+ sha256 = "sha256-8siO8NY+hIkYmumqglirh7HulRIyWSwsyGkAbHSFuhw=";
};
outputs = [ "out" "dev" "bin" ];