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

Commits on Nov 19, 2020

  1. buildpack: 0.14.2 -> 0.15.0

    r-ryantm committed Nov 19, 2020
    Copy the full SHA
    04fb8ad View commit details

Commits on Nov 20, 2020

  1. Merge pull request #104264 from r-ryantm/auto-update/pack

    buildpack: 0.14.2 -> 0.15.0
    marsam authored Nov 20, 2020
    Copy the full SHA
    360fd8d View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/buildpack/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/buildpack/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "pack";
version = "0.14.2";
version = "0.15.0";

src = fetchFromGitHub {
owner = "buildpacks";
repo = pname;
rev = "v${version}";
sha256 = "0m2hcd7fdvlqy8yp3pa2ccpk9wbnknjh2f8qic31v9yh3zm8aga7";
sha256 = "0i3lzfn5m38f8aiwqydffdq2j8gfcnkmcgasfjxbn6rrs0hw5g92";
};

vendorSha256 = "1c38g169kq9kv6x0x1rlg39ywbc1q66fndby0v85b3ri3xb52869";
vendorSha256 = "0i6nplh1papcmdzas9f8pkccsx5csbxxkvy5a6130jjbwdm14jw7";

nativeBuildInputs = [ installShellFiles ];