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

Commits on Nov 11, 2020

  1. pdfcpu: 0.3.6 -> 0.3.7

    r-ryantm committed Nov 11, 2020
    Copy the full SHA
    f24b695 View commit details

Commits on Nov 12, 2020

  1. Merge pull request #103491 from r-ryantm/auto-update/pdfcpu

    pdfcpu: 0.3.6 -> 0.3.7
    doronbehar authored Nov 12, 2020
    Copy the full SHA
    2fc633a 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.6";
version = "0.3.7";

src = fetchFromGitHub {
owner = "pdfcpu";
repo = pname;
rev = "v${version}";
sha256 = "0cbbbf93gxx768fs6pldy25xk46k7mc8k94r3f7cd83f1qd3s5zn";
sha256 = "13b1ncpx189ca0h70j5cdp0jwlj95kasysryz1l6g13cwn9n6mii";
};

vendorSha256 = "1i0w4284icbl40yrjny9qd5iqrq18x63lrs7p1gz58nybc606azx";
vendorSha256 = "11w9i1829hk1qb9w24dyxv1bi49358a274g60x11fp5x5cw7bqa7";

# No tests
doCheck = false;