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>2024-03-26 12:55:19 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-26 12:55:19 +0000
commit457361265458c93cb129b885e25b0d2217a3fc54 (patch)
tree94d9d73dd7a21b9c32614731e633780022cad9b8 /pkgs/applications/networking/cluster/kaniko
parentf7a8b8871512c9be4ab5d4353b057660bdb964f0 (diff)
kaniko: 1.21.1 -> 1.22.0
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 19fcad4c51eb8..4bf3357f31f83 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.21.1";
+  version = "1.22.0";
 
   src = fetchFromGitHub {
     owner = "GoogleContainerTools";
     repo = "kaniko";
     rev = "v${version}";
-    hash = "sha256-mVoXJPNkG0VPTaZ1pg6oB5qa/bYQa9Gn82CoGRsVwWg=";
+    hash = "sha256-EL54lr5i6F4F9sdjQJZ3X+mmj4tWXVX2db8CkRe8WzI=";
   };
 
   vendorHash = null;