Commit 23ed07af authored by R. RyanTM's avatar R. RyanTM
Browse files

open-pdf-sign: 0.1.7 -> 0.2.0

parent ef1beb6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [