Merge pull request #96967 from doronbehar/pkg/pdfcpu

pdfcpu: 0.3.4 -> 0.3.5
This commit is contained in:
Mario Rodas 2020-09-06 23:27:01 -05:00 committed by GitHub
commit 90ee9e6315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,17 +2,18 @@
buildGoModule rec {
pname = "pdfcpu";
version = "0.3.4";
version = "0.3.5";
src = fetchFromGitHub {
owner = "pdfcpu";
repo = pname;
rev = "v${version}";
sha256 = "00c4psgfh4hia144zsdhrq83bw3fqda1ancv2gkn5ymxkbpnpyrn";
sha256 = "0fb7l1h4dhn100y2ydq50cgj63fbr4p11x8h803rv6x3xwmviwcg";
};
vendorSha256 = "09alkpfyxapycv6zsaz7prgbr0a1jzd78n7w2mh01mg4hhb2j3k7";
vendorSha256 = "06xlwygqw3kzbjqlx09rs9hl4pfsmay5pj4c5hvkrj5z123ldvyw";
# No tests
doCheck = false;
subPackages = [ "cmd/pdfcpu" ];