libpng: 1.6.52 -> 1.6.53

-
https://raw.githubusercontent.com/pnggroup/libpng/refs/tags/v1.6.53/CHANGES
This commit is contained in:
Jasi
2026-01-05 23:22:07 -05:00
parent 3cccedbcf2
commit 22d8a9fdc0
@@ -20,11 +20,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "libpng" + whenPatched "-apng";
version = "1.6.52";
version = "1.6.53";
src = fetchurl {
url = "mirror://sourceforge/libpng/libpng-${finalAttrs.version}.tar.xz";
hash = "sha256-Nr1yYijsk6O2wi/bSelKZ7FvL+mzm3i3y2V3KWZmHMw=";
hash = "sha256-HT+4zMKTLQSqNmPiLvXvSQJENw9OVo14UBZQaHeNmNQ=";
};
postPatch =
whenPatched "gunzip < ${patch_src} | patch -Np1"