about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-06-13 12:37:45 +0200
committerGitHub <noreply@github.com>2023-06-13 12:37:45 +0200
commita8a76bb7185b847bad947023d8a4f612d57823e3 (patch)
tree3e87490c5fdf38da505caf86f1bbf032a4ac84cb
parent5b3fb198a90fd5dd69fe13fcc41cd195672f031e (diff)
parente6eac639d9ecceab4a32a3514b2d03aa3affe0da (diff)
Merge pull request #237487 from QJoly/kaniko
kaniko: 1.10.0 -> 1.11.0
-rw-r--r--pkgs/applications/networking/cluster/kaniko/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kaniko/default.nix b/pkgs/applications/networking/cluster/kaniko/default.nix
index 1dd2e9649fae4..ed111341e6f2a 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.10.0";
+  version = "1.11.0";
 
   src = fetchFromGitHub {
     owner = "GoogleContainerTools";
     repo = "kaniko";
     rev = "v${version}";
-    hash = "sha256-SPHayFfYFpg1AOoe003xh7NGQLpvhd1C2k4IilgMqSw=";
+    hash = "sha256-p/mGobQyn5e7TpqjarVT7qBgYDWtX1VgXq814O8mTmI=";
   };
 
   vendorHash = null;
@@ -47,7 +47,7 @@ buildGoModule rec {
     homepage = "https://github.com/GoogleContainerTools/kaniko";
     license = lib.licenses.asl20;
     platforms = lib.platforms.linux;
-    maintainers = with lib.maintainers; [ jk ];
+    maintainers = with lib.maintainers; [ jk qjoly ];
     mainProgram = "executor";
   };
 }