zlib-ng: 2.1.5 -> 2.1.6
Changes: https://github.com/zlib-ng/zlib-ng/releases/tag/2.1.6
This commit is contained in:
parent
a2f82b9b84
commit
6cfac2acb1
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "zlib-ng";
|
pname = "zlib-ng";
|
||||||
version = "2.1.5";
|
version = "2.1.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zlib-ng";
|
owner = "zlib-ng";
|
||||||
repo = "zlib-ng";
|
repo = "zlib-ng";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-EIAeRpmPFodbqQfMOFuGq7cZOnfR9xg8KN+5xa7e9J8=";
|
hash = "sha256-Auu7DS4qNm9/8t/nCjEJBaXfPPxA18oZr2qqybVY4Es=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "bin" ];
|
outputs = [ "out" "dev" "bin" ];
|
||||||
|
|
Loading…
Reference in a new issue