kaniko: 1.19.1 -> 1.19.2

This commit is contained in:
R. Ryantm 2023-12-26 14:04:10 +00:00
parent 680bca29c7
commit 4db68fa4fd

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "kaniko";
version = "1.19.1";
version = "1.19.2";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "kaniko";
rev = "v${version}";
hash = "sha256-iSiVRbq6ohAXAWhHUUFUG/6rjlsmgYmy9VAzx76JIt0=";
hash = "sha256-YxOuZb1R9Orm3RTnZyzi54VzQbbmE+lO+4osvG97pwE=";
};
vendorHash = null;