about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kaniko
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-01 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-03-01 04:20:00 +0000
commit5d25a6a2d50e18bd91e5d3c214fe929d64e65afb (patch)
treeee96002bd550704cfa1618144f29d30fae2f6e4b /pkgs/applications/networking/cluster/kaniko
parent7d8674cfcd8400a59c77a74b5eb41c829e84c5c5 (diff)
kaniko: 1.20.1 -> 1.21.0
Diff: https://github.com/GoogleContainerTools/kaniko/compare/v1.20.1...v1.21.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 edce5fdd5b72e..3ce584aaba7e1 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.20.1";
+  version = "1.21.0";
 
   src = fetchFromGitHub {
     owner = "GoogleContainerTools";
     repo = "kaniko";
     rev = "v${version}";
-    hash = "sha256-bbQyDNbcxOa1HhJ/oYuhhCa2JszMJZ/2QGEUB6kB1e8=";
+    hash = "sha256-OxsRyewBiZHrZtPyhuR7MQGVqtSpoW+qZRmZQDGPWck=";
   };
 
   vendorHash = null;