about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-08-29 23:25:49 +0200
committerGitHub <noreply@github.com>2023-08-29 23:25:49 +0200
commiteefea9b9b168c10094699885e77d33dce1092e91 (patch)
treec0ecb3c0c7fa1315fce71fbcb8092b57302d9ffe /pkgs/applications/networking
parent237fb4e90158feb1696d6a55c1bac5d150331ddd (diff)
parentc99f6eae3f973461c7da2a6c79e0e3722ca9b63c (diff)
Merge pull request #251467 from r-ryantm/auto-update/kaniko
kaniko: 1.13.0 -> 1.14.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 427bc8868e739..089176d7446e0 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.13.0";
+  version = "1.14.0";
 
   src = fetchFromGitHub {
     owner = "GoogleContainerTools";
     repo = "kaniko";
     rev = "v${version}";
-    hash = "sha256-bzMhK60BwJ7A1sGV0rutLOfgvbH/deDQNFZ8BB1hREc=";
+    hash = "sha256-sDZg2eKTwy3Y7Uaky4rz7EuU1EKY/S4VAEaj7GMN6Uo=";
   };
 
   vendorHash = null;