Skip to content

Commit b320845

Browse files
committed
open-pdf-sign: 0.1.3 -> 0.1.4
1 parent 1e383aa commit b320845

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/misc/open-pdf-sign/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ lib, stdenv, fetchurl, makeWrapper, jre, nix-update-script }:
22

33
stdenv.mkDerivation rec {
4-
version = "0.1.3";
4+
version = "0.1.4";
55
pname = "open-pdf-sign";
66

77
src = fetchurl {
88
url = "https://github.com/open-pdf-sign/open-pdf-sign/releases/download/v${version}/open-pdf-sign.jar";
9-
sha256 = "sha256-LW+H4LzXxip2XXZtQs0mBKHpb/Byi5v7QIWdF+X5ulk=";
9+
sha256 = "sha256-tGpjVgG8UcOC0ZFhQ201HvPUyoWso58uM52Vsdwb2lM=";
1010
};
1111

1212
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)