Unverified Commit e9a5b03a authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

signaturepdf: 1.8.0 -> 1.9.0 (#430970)

parents 9c73a588 8506beef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "signaturepdf";
  version = "1.8.0";
  version = "1.9.0";

  src = fetchFromGitHub {
    owner = "24eme";
    repo = "signaturepdf";
    rev = "v${version}";
    hash = "sha256-Sk59yHnLSmO/Dd+cAntiAXzYyo6Rsp779Q+SszonbMc=";
    hash = "sha256-DLPLloSt9yMEWFqmplQ8WictanlwRc4oQbTEQLUxR+E=";
  };

  nativeBuildInputs = [ makeWrapper ];