a2ps: 4.15.7 -> 4.15.8

This commit is contained in:
Robert Schütz
2026-05-24 20:34:26 -07:00
parent c2f5709a03
commit 20a0686130

View File

@@ -14,11 +14,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "a2ps";
version = "4.15.7";
version = "4.15.8";
src = fetchurl {
url = "mirror://gnu/a2ps/a2ps-${finalAttrs.version}.tar.gz";
hash = "sha256-cV84Zwr9lQtMpxwB9Gj+760mXKUtPxEpNMY8Cov7uK8=";
hash = "sha256-jRORWjbrv6jnsjazUMyBrccUrLIXoY6NjGB0fArTU/k=";
};
postPatch = ''
@@ -39,6 +39,8 @@ stdenv.mkDerivation (finalAttrs: {
libpaper
];
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-Wno-error=format-security";
strictDeps = true;
meta = {