about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-02 00:16:03 -0500
committerGitHub <noreply@github.com>2024-03-02 00:16:03 -0500
commitddd8daf6e35140d179a670fa89490ec863e2bbd3 (patch)
treeedc7b9b4921c9a596362073775494a3d32ac35b7 /pkgs
parent06cdd0e4601a04491cfbf30385265f0c5bad6303 (diff)
parenta06ddc3baeada4af902dca1d25585103e712f3b2 (diff)
Merge pull request #290528 from r-ryantm/auto-update/clusterctl
clusterctl: 1.6.1 -> 1.6.2
Diffstat (limited to 'pkgs')
-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 9bc57649778ec..b2b5390af48b5 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.1";
+  version = "1.6.2";
 
   src = fetchFromGitHub {
     owner = "kubernetes-sigs";
     repo = "cluster-api";
     rev = "v${version}";
-    hash = "sha256-v87QxDx+DA5pJHmu6jNwLcs4dNEsa5fUoRcVAhMnh24=";
+    hash = "sha256-OTOM83dsf6Fk+CYkACQOmguDTYfZvN9qes3S/cFEq/8=";
   };
 
-  vendorHash = "sha256-1W+nkhbJRHd4AaOzO01ZUu6wFvFIG0SOCzc4dg0Zopk=";
+  vendorHash = "sha256-SwJx3KPdOugDYLLymPyrPam0uMyRWIDpQn79Sd9fhJ4=";
 
   subPackages = [ "cmd/clusterctl" ];