signaturepdf: 1.7.0 -> 1.7.1

This commit is contained in:
R. Ryantm
2024-09-20 04:13:59 +00:00
parent 4f91815a07
commit 04289fc499

View File

@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "signaturepdf";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "24eme";
repo = "signaturepdf";
rev = "v${version}";
hash = "sha256-WPcnG1iRT4l4S/CSZkj75lIiyzVLsrSyH3GUJa7Tedc=";
hash = "sha256-OFsTTF+QmjRv0LdfRTWig6LjRXq1TXWOLeyEX5Ak62o=";
};
nativeBuildInputs = [ makeWrapper ];