zlib-ng: 2.2.3 -> 2.2.4 (#381152)

This commit is contained in:
K900
2025-02-11 17:10:06 +03:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "zlib-ng";
version = "2.2.3";
version = "2.2.4";
src = fetchFromGitHub {
owner = "zlib-ng";
repo = "zlib-ng";
rev = version;
hash = "sha256-22JX7diwhPaAhqErUdFymeSMzEGQkOp7LdBFwCnx5oc=";
hash = "sha256-Khmrhp5qy4vvoQe4WgoogpjWrgcUB/q8zZeqIydthYg=";
};
outputs = [