about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-17 10:47:55 -0500
committerGitHub <noreply@github.com>2024-01-17 10:47:55 -0500
commit5b7a5518ca444ef0ced863d0cf468b1f7f5fad33 (patch)
treed37137a976f341fe142875d02b3eecb7106c9c77 /pkgs/applications
parentb19d5067d05067e11b422894fdf3fc1096337cbd (diff)
parent41e8aec89a58b40014d52486c1000bf576765bfa (diff)
Merge pull request #281446 from r-ryantm/auto-update/clusterctl
clusterctl: 1.6.0 -> 1.6.1
Diffstat (limited to 'pkgs/applications')
-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 9249b324202d8..9bc57649778ec 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.0";
+  version = "1.6.1";
 
   src = fetchFromGitHub {
     owner = "kubernetes-sigs";
     repo = "cluster-api";
     rev = "v${version}";
-    hash = "sha256-EzJl4BfjRFzj7Qq3bc7rQlD7D1xnb6zIr2wgeaZ9Dhk=";
+    hash = "sha256-v87QxDx+DA5pJHmu6jNwLcs4dNEsa5fUoRcVAhMnh24=";
   };
 
-  vendorHash = "sha256-wSjd40rvrtpsE+wF3u3b+IRehksJOuRLThLuYOOHaAY=";
+  vendorHash = "sha256-1W+nkhbJRHd4AaOzO01ZUu6wFvFIG0SOCzc4dg0Zopk=";
 
   subPackages = [ "cmd/clusterctl" ];