minizip-ng: 4.2.1 -> 4.2.2

This commit is contained in:
R. Ryantm
2026-07-09 15:21:51 +00:00
parent 82cb266056
commit a399b29d09
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "minizip-ng" + lib.optionalString enableCompat "-compat";
version = "4.2.1";
version = "4.2.2";
src = fetchFromGitHub {
owner = "zlib-ng";
repo = "minizip-ng";
rev = finalAttrs.version;
hash = "sha256-gpjM8Cqoe4kafXgl2wXhhCRx39WC94qJ1DIDyd2n0G8=";
hash = "sha256-yPDH9Far8I+tpNeIoXt6w2Aj1/LEYFjwaHyLZMavCCA=";
};
nativeBuildInputs = [