about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorQJoly <github@thoughtless.eu>2023-06-13 08:15:40 +0200
committerQJoly <github@thoughtless.eu>2023-06-13 08:15:40 +0200
commite6eac639d9ecceab4a32a3514b2d03aa3affe0da (patch)
tree0f8bdace76572f2e5a7468fadfd265a32410a7a6 /pkgs/applications
parentff86c19d5249101cabfefa367538aebf9aaa350b (diff)
kaniko: 1.10.0 -> 1.11.0
Diffstat (limited to 'pkgs/applications')
-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";
   };
 }