signaturepdf: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm
2025-10-14 12:55:19 +00:00
parent 2ea123939c
commit c2a1174e54

View File

@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "signaturepdf";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "24eme";
repo = "signaturepdf";
rev = "v${version}";
hash = "sha256-DLPLloSt9yMEWFqmplQ8WictanlwRc4oQbTEQLUxR+E=";
hash = "sha256-HKHlIsOdCeU1yYPQZJ+npz/MjKhWf7PZ4nfWxRUTEUc=";
};
nativeBuildInputs = [ makeWrapper ];