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

kaniko: 1.12.0 -> 1.12.1
This commit is contained in:
Weijia Wang 2023-07-11 21:51:29 +03:00 committed by GitHub
commit 67b04b6344
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.12.0";
version = "1.12.1";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "kaniko";
rev = "v${version}";
hash = "sha256-wDIkQ6MY9g8uKCgfJfXsjkB4blF0QNKIKDN3rYHOa6E=";
hash = "sha256-RMkIqz0k/5XWa/QjmjBCst4od4mzR9KTCLZrI/HYtMk=";
};
vendorHash = null;