Unverified Commit e0ca6a14 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

open-pdf-sign: 0.1.4 -> 0.1.5 (#241366)

parent fc431f15
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, makeWrapper, jre, nix-update-script }:

stdenv.mkDerivation rec {
  version = "0.1.4";
  version = "0.1.5";
  pname = "open-pdf-sign";

  src = fetchurl {
    url = "https://github.com/open-pdf-sign/open-pdf-sign/releases/download/v${version}/open-pdf-sign.jar";
    sha256 = "sha256-tGpjVgG8UcOC0ZFhQ201HvPUyoWso58uM52Vsdwb2lM=";
    sha256 = "sha256-WYGi2tMs+/yckFblkP7dmC7iadtk1DjpMCkUEv7d/4g=";
  };

  nativeBuildInputs = [ makeWrapper ];