pappl: 1.4.9 -> 1.4.10

This commit is contained in:
R. Ryantm
2026-02-02 14:43:04 +01:00
committed by Weijia Wang
parent 707051703c
commit 64d95e43ef
+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 = [