1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

zlib-ng: 2.0.5 -> 2.0.6

This commit is contained in:
R. Ryantm 2021-12-26 07:23:17 +00:00
parent f8024fe9a5
commit 1c09b59e4f

View file

@ -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" ];