zlib-ng: 2.1.4 -> 2.1.5

Changes: https://github.com/zlib-ng/zlib-ng/releases/tag/2.1.5
This commit is contained in:
Sergei Trofimovich 2023-11-28 06:46:25 +00:00
parent c76b72caa4
commit c0eef128b3

View File

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