kaniko: 1.9.1 -> 1.9.2

This commit is contained in:
R. Ryantm 2023-04-18 19:17:06 +00:00
parent 7d9a498788
commit 692a1e9ccd

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "kaniko";
version = "1.9.1";
version = "1.9.2";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "kaniko";
rev = "v${version}";
hash = "sha256-sPICsDgkijQ7PyeTWQgT553toc4/rWPPo7SY3ptX82U=";
hash = "sha256-dXQ0/o1qISv+sjNVIpfF85bkbM9sGOGwqVbWZpMWfMY=";
};
vendorHash = null;