minizip-ng: 4.2.1 -> 4.2.2 (#540075)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-12 15:57:41 +00:00
committed by GitHub

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 = [