Unverified Commit ec54c045 authored by Damien Cassou's avatar Damien Cassou Committed by GitHub
Browse files

signaturepdf: 1.9.0 -> 1.9.1 (#451946)

parents cac694a4 c2a1174e
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.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 ];