about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-14 19:14:44 +0200
committerGitHub <noreply@github.com>2024-05-14 19:14:44 +0200
commit4b72511b4ef65be07edabf71be852c3434131b60 (patch)
tree7cd676d5070fd3b9727597fe045de5dbd055c20b /pkgs/applications
parentef7b7c6a457ee1e96675e11e3a95c9c7c84a25ad (diff)
parentdb92da43db73448627115d1f9a52af2be57ab9f0 (diff)
Merge pull request #311651 from r-ryantm/auto-update/kaniko
kaniko: 1.22.0 -> 1.23.0
Diffstat (limited to 'pkgs/applications')
-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 4bf3357f31f83..63fa87034e828 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.22.0";
+  version = "1.23.0";
 
   src = fetchFromGitHub {
     owner = "GoogleContainerTools";
     repo = "kaniko";
     rev = "v${version}";
-    hash = "sha256-EL54lr5i6F4F9sdjQJZ3X+mmj4tWXVX2db8CkRe8WzI=";
+    hash = "sha256-HHnPO2ItQKtodTxdZzxVU9GS45cd6fnlY8PLTTfqCVg=";
   };
 
   vendorHash = null;