about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-01-22 18:15:05 +0100
committerGitHub <noreply@github.com>2024-01-22 18:15:05 +0100
commitf3fdd9414d36d0e8437fc3f6c536f26301da97e1 (patch)
tree9cb6ecf681a80db83801052f7af687834e3afed0 /pkgs/applications/networking
parent53787bf7386005c7c201f1186d49d490ce5d5ce1 (diff)
parent18ee1f53146e636c5bd27b823aa570b7139a7ab6 (diff)
Merge pull request #282693 from r-ryantm/auto-update/kaniko
kaniko: 1.19.2 -> 1.20.0
Diffstat (limited to 'pkgs/applications/networking')
-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 2127ae5b3135a..b4b667ccece60 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.19.2";
+  version = "1.20.0";
 
   src = fetchFromGitHub {
     owner = "GoogleContainerTools";
     repo = "kaniko";
     rev = "v${version}";
-    hash = "sha256-YxOuZb1R9Orm3RTnZyzi54VzQbbmE+lO+4osvG97pwE=";
+    hash = "sha256-/JSrkxhW2w9K+MGp7+4xMGwWM8dpwRoUam02K+8NsCU=";
   };
 
   vendorHash = null;