Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 35521b42c247
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ffe028122b24
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 4, 2019

  1. pdfcpu: 0.2.4 -> 0.2.5

    doronbehar committed Oct 4, 2019
    Copy the full SHA
    64d02bb View commit details

Commits on Oct 5, 2019

  1. Merge pull request #70393 from doronbehar/update-pdfcpu

    pdfcpu: 0.2.4 -> 0.2.5
    mmahut authored Oct 5, 2019
    Copy the full SHA
    ffe0281 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/graphics/pdfcpu/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/pdfcpu/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoModule rec {
pname = "pdfcpu";
version = "0.2.4";
version = "0.2.5";

src = fetchFromGitHub {
owner = "pdfcpu";
repo = pname;
rev = "v${version}";
sha256 = "0inlwrpv5zkcv48g5gq1xdrvd7w1zkhf8p57fpr2cpd7hd3am7n8";
sha256 = "0fgdq8byb9pp9wiq3dm0vxw32kbspczqnk41agxpzjf303zmv75y";
};

modSha256 = "1nagb3k2ghfw27g4vcmn7v8s5flg387jpf1l18gw6c44a1xjcivs";