Skip to content

Commit

Permalink
Merge pull request #96967 from doronbehar/pkg/pdfcpu
Browse files Browse the repository at this point in the history
pdfcpu: 0.3.4 -> 0.3.5
  • Loading branch information
marsam committed Sep 7, 2020
2 parents 7c6fda9 + de3a4a0 commit 90ee9e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/graphics/pdfcpu/default.nix
Expand Up @@ -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" ];
Expand Down

0 comments on commit 90ee9e6

Please sign in to comment.