Merge pull request #251467 from r-ryantm/auto-update/kaniko

kaniko: 1.13.0 -> 1.14.0
This commit is contained in:
Weijia Wang 2023-08-29 23:25:49 +02:00 committed by GitHub
commit eefea9b9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "kaniko";
version = "1.13.0";
version = "1.14.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "kaniko";
rev = "v${version}";
hash = "sha256-bzMhK60BwJ7A1sGV0rutLOfgvbH/deDQNFZ8BB1hREc=";
hash = "sha256-sDZg2eKTwy3Y7Uaky4rz7EuU1EKY/S4VAEaj7GMN6Uo=";
};
vendorHash = null;