about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-15 14:05:49 -0400
committerGitHub <noreply@github.com>2024-03-15 14:05:49 -0400
commitabc22a8764155a13331813a5321b59c9c5cf0867 (patch)
treed91eb559bfe17547e604433433d2ea85b31457aa /pkgs/applications/networking
parentc6f357428377c952aada822f1a55f731099ff1bf (diff)
parent47912fea76d811f13aeab26230b9649b92b964b5 (diff)
downloadnixlib-abc22a8764155a13331813a5321b59c9c5cf0867.tar
nixlib-abc22a8764155a13331813a5321b59c9c5cf0867.tar.gz
nixlib-abc22a8764155a13331813a5321b59c9c5cf0867.tar.bz2
nixlib-abc22a8764155a13331813a5321b59c9c5cf0867.tar.lz
nixlib-abc22a8764155a13331813a5321b59c9c5cf0867.tar.xz
nixlib-abc22a8764155a13331813a5321b59c9c5cf0867.tar.zst
nixlib-abc22a8764155a13331813a5321b59c9c5cf0867.zip
Merge pull request #295478 from r-ryantm/auto-update/clusterctl
clusterctl: 1.6.2 -> 1.6.3
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/clusterctl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/clusterctl/default.nix b/pkgs/applications/networking/cluster/clusterctl/default.nix
index b2b5390af48b..f0778bdcc62d 100644
--- a/pkgs/applications/networking/cluster/clusterctl/default.nix
+++ b/pkgs/applications/networking/cluster/clusterctl/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "clusterctl";
-  version = "1.6.2";
+  version = "1.6.3";
 
   src = fetchFromGitHub {
     owner = "kubernetes-sigs";
     repo = "cluster-api";
     rev = "v${version}";
-    hash = "sha256-OTOM83dsf6Fk+CYkACQOmguDTYfZvN9qes3S/cFEq/8=";
+    hash = "sha256-gyZxEzktbYtQSm1gm4wWJriMo/MjDdgaAxjA7J3jeQ0=";
   };
 
-  vendorHash = "sha256-SwJx3KPdOugDYLLymPyrPam0uMyRWIDpQn79Sd9fhJ4=";
+  vendorHash = "sha256-bMM4d1ji03bICsd6uBqu+0n4rB/SiKjtevQzV0DYHiE=";
 
   subPackages = [ "cmd/clusterctl" ];