kaniko: 1.13.0 -> 1.14.0

This commit is contained in:
R. Ryantm 2023-08-25 22:39:53 +00:00
parent 5cf3fa6186
commit c99f6eae3f

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;