about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-04-19 03:54:16 -0500
committerGitHub <noreply@github.com>2023-04-19 03:54:16 -0500
commitacc1f3051c5f8e1652b19748348881799c1515f9 (patch)
tree940bd92c9072c70801d01d835b2138f7c3c2ad8b /pkgs/applications/networking
parent6fcdc89ddad45f50ee81d017322e55e7671e5d50 (diff)
parent692a1e9ccdf329a0e7e5d4ad0dfcf2aff21643cd (diff)
Merge pull request #226913 from r-ryantm/auto-update/kaniko
kaniko: 1.9.1 -> 1.9.2
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 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;