Merge pull request #136559 from fabaff/bump-buildpack

buildpack: 0.18.0 -> 0.20.0
launchpad/nixpkgs/master
Mario Rodas 3 years ago committed by GitHub
commit b0b61b9edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/development/tools/buildpack/default.nix

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pack";
version = "0.18.0";
version = "0.20.0";
src = fetchFromGitHub {
owner = "buildpacks";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+fYw5dIDJJKGQKBL6RQh1SCQufbAkKeuJpPlywzbbnM=";
sha256 = "sha256-G1tnk0SlQVX4bEifmuZahazNv3bbdgmcr1V0dN9dlKc=";
};
vendorSha256 = "sha256-fSUTl5W/DyloCuCpEqA5z4bhB7wYxzPt6E0SfjorfQ0=";
vendorSha256 = "sha256-jeOK4k1W/5LvqB52LriKD5jNvZa/nc2ypRowrem2y30=";
nativeBuildInputs = [ installShellFiles ];

Loading…
Cancel
Save