pappl: 1.4.9 -> 1.4.10 (#474410)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-06 08:12:10 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pappl";
version = "1.4.9";
version = "1.4.10";
src = fetchFromGitHub {
owner = "michaelrsweet";
repo = "pappl";
tag = "v${finalAttrs.version}";
hash = "sha256-XHFYwl129iD5rKC1P/roFlX+03uFE8ofwQRIEkUuOCc=";
hash = "sha256-nSjJLmkM730edY+rzxY7JSvwJoQdJiW/XBBsD+TY2ys=";
};
outputs = [