signaturepdf: 1.7.2 -> 1.7.4

This commit is contained in:
R. Ryantm
2025-03-19 00:30:34 +00:00
parent cb60862bbd
commit ed201031f7
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "signaturepdf";
version = "1.7.2";
version = "1.7.4";
src = fetchFromGitHub {
owner = "24eme";
repo = "signaturepdf";
rev = "v${version}";
hash = "sha256-Mo8r80XgrHdtr7k67MQpWBgTrsUpnyygufwmvUIe2n4=";
hash = "sha256-8R1eowMpdb4oj3j+gMJ2RsWVzHvNiXPwFaLHR0jqFJo=";
};
nativeBuildInputs = [ makeWrapper ];