open-pdf-sign: 0.1.7 -> 0.2.0

This commit is contained in:
R. Ryantm 2024-04-05 09:08:01 +00:00
parent ef1beb6b2c
commit 23ed07af1a

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 = [