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: be9dd87660e9
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1f33f72b7f9b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 20, 2021

  1. pdfcpu: 0.3.7 -> 0.3.8

    r-ryantm committed Jan 20, 2021
    Copy the full SHA
    71d6d4b View commit details
  2. Merge pull request #110178 from r-ryantm/auto-update/pdfcpu

    pdfcpu: 0.3.7 -> 0.3.8
    doronbehar authored Jan 20, 2021
    Copy the full SHA
    1f33f72 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/graphics/pdfcpu/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/graphics/pdfcpu/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "pdfcpu";
version = "0.3.7";
version = "0.3.8";

src = fetchFromGitHub {
owner = "pdfcpu";
repo = pname;
rev = "v${version}";
sha256 = "13b1ncpx189ca0h70j5cdp0jwlj95kasysryz1l6g13cwn9n6mii";
sha256 = "sha256-Rx/LUp5s2DhEKuLUklYXjtTXjqBju+5YzK1hNfBCnIE=";
};

vendorSha256 = "11w9i1829hk1qb9w24dyxv1bi49358a274g60x11fp5x5cw7bqa7";
vendorSha256 = "sha256-/SsDDFveovJfuEdnOkxHAWccS8PJW5k9IHSxSJAgHMQ=";

# No tests
doCheck = false;