Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-26 06:05:54 +00:00
committed by GitHub
17 changed files with 548 additions and 112 deletions

View File

@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pack";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "buildpacks";
repo = pname;
rev = "v${version}";
sha256 = "sha256-VTQ3NOskBp7ic8a/nn/ZbALJVff+Pb/ZHHbld/OxQdo=";
sha256 = "sha256-+fYw5dIDJJKGQKBL6RQh1SCQufbAkKeuJpPlywzbbnM=";
};
vendorSha256 = "sha256-n8X2NyQiOpEQ0d/ek1kdxKFfaCFf0EucflVLZjOGMfY=";
vendorSha256 = "sha256-fSUTl5W/DyloCuCpEqA5z4bhB7wYxzPt6E0SfjorfQ0=";
nativeBuildInputs = [ installShellFiles ];