Merge pull request #301777 from r-ryantm/auto-update/open-pdf-sign

open-pdf-sign: 0.1.7 -> 0.2.0
This commit is contained in:
Pol Dellaiera 2024-04-05 14:06:10 +02:00 committed by GitHub
commit 12dbef936b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,12 +7,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "0.1.7";
version = "0.2.0";
pname = "open-pdf-sign";
src = fetchurl {
url = "https://github.com/open-pdf-sign/open-pdf-sign/releases/download/v${finalAttrs.version}/open-pdf-sign.jar";
hash = "sha256-pUIE2pTa+5Rt8PNYtfbtqoX0dxdS6lViqdqjJU5feoo=";
hash = "sha256-W4WymhjLrHtNK5XY8aahpZOIIh/Qp9scE3zybXF6/9o=";
};
nativeBuildInputs = [