miniz: 3.1.1 -> 3.1.2

(cherry picked from commit 0230547c82)
This commit is contained in:
R. Ryantm
2026-07-05 10:25:09 +00:00
committed by github-actions[bot]
parent b8e319966c
commit 07bdbb193d

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "miniz";
version = "3.1.1";
version = "3.1.2";
src = fetchFromGitHub {
owner = "richgel999";
repo = "miniz";
rev = finalAttrs.version;
hash = "sha256-hRB/0TVVQjr4VwjozfRnYKUJfeqO+1PNfdvP/rrOCR4=";
hash = "sha256-/MAJWZXZ+pbelFduGE75rK/x9qEzxSFEj8RJWe3JUv0=";
};
passthru.updateScript = nix-update-script { };