signaturepdf: 1.7.2 -> 1.7.4 (#391131)

This commit is contained in:
Matthias Beyer
2025-03-19 14:32:52 +01:00
committed by GitHub
+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 ];