Merge pull request #280339 from trofi/zlib-ng-update

zlib-ng: 2.1.5 -> 2.1.6
This commit is contained in:
Mario Rodas 2024-01-12 00:36:02 -05:00 committed by GitHub
commit 9d7ac20ba0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "zlib-ng";
version = "2.1.5";
version = "2.1.6";
src = fetchFromGitHub {
owner = "zlib-ng";
repo = "zlib-ng";
rev = version;
hash = "sha256-EIAeRpmPFodbqQfMOFuGq7cZOnfR9xg8KN+5xa7e9J8=";
hash = "sha256-Auu7DS4qNm9/8t/nCjEJBaXfPPxA18oZr2qqybVY4Es=";
};
outputs = [ "out" "dev" "bin" ];