about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kaniko
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-11 15:26:32 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-11 15:26:32 +0000
commitd733895750388fc78405256d3a64e5672860eb0c (patch)
tree40b57629d817c34c5375ad143c359c2781323fde /pkgs/applications/networking/cluster/kaniko
parentd9fc7527a03e0802ded9ae989c6777be1c6037d6 (diff)
kaniko: 1.12.0 -> 1.12.1
Diffstat (limited to 'pkgs/applications/networking/cluster/kaniko')
-rw-r--r--pkgs/applications/networking/cluster/kaniko/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kaniko/default.nix b/pkgs/applications/networking/cluster/kaniko/default.nix
index 21ec319f8a823..1ebc27854c524 100644
--- a/pkgs/applications/networking/cluster/kaniko/default.nix
+++ b/pkgs/applications/networking/cluster/kaniko/default.nix
@@ -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;