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>2023-04-18 19:17:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-18 19:17:06 +0000
commit692a1e9ccdf329a0e7e5d4ad0dfcf2aff21643cd (patch)
tree7e0f9fb95ea8e88c2021d1b879f11177caa713a8 /pkgs/applications/networking/cluster/kaniko
parent7d9a498788cfbbb793bcacb8eb894a7bc44ceb92 (diff)
kaniko: 1.9.1 -> 1.9.2
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 a34c8634e1828..923d07af1b1f3 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.9.1";
+  version = "1.9.2";
 
   src = fetchFromGitHub {
     owner = "GoogleContainerTools";
     repo = "kaniko";
     rev = "v${version}";
-    hash = "sha256-sPICsDgkijQ7PyeTWQgT553toc4/rWPPo7SY3ptX82U=";
+    hash = "sha256-dXQ0/o1qISv+sjNVIpfF85bkbM9sGOGwqVbWZpMWfMY=";
   };
 
   vendorHash = null;