about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-15 18:12:23 +0200
committerGitHub <noreply@github.com>2024-05-15 18:12:23 +0200
commitf3f38805d721c58db9f48f6634aff26f52c67b82 (patch)
treeafec97335d842588b4f3b9f7b07ed9f9d75bc171 /pkgs/applications/networking/cluster
parente48763abd3c6fcfd40d5c9d362bcf486e74dbfb6 (diff)
parent788329e9b55d2dca0a43e93be76cacf252088b79 (diff)
Merge pull request #311834 from r-ryantm/auto-update/clusterctl
clusterctl: 1.7.1 -> 1.7.2
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/clusterctl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/clusterctl/default.nix b/pkgs/applications/networking/cluster/clusterctl/default.nix
index 2bfa0662dba8c..6026cf02905ba 100644
--- a/pkgs/applications/networking/cluster/clusterctl/default.nix
+++ b/pkgs/applications/networking/cluster/clusterctl/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "clusterctl";
-  version = "1.7.1";
+  version = "1.7.2";
 
   src = fetchFromGitHub {
     owner = "kubernetes-sigs";
     repo = "cluster-api";
     rev = "v${version}";
-    hash = "sha256-e+Ut6xoNUY9cJjjJ43P0siEa+G1igllcb8veirk1UX0=";
+    hash = "sha256-ZZkDc5INjUoNc9zcwbOa9WRIkkLr9bm3mohsSe3tKI4=";
   };
 
   vendorHash = "sha256-ALRnccGjPGuAITtuz79Cao95NhvSczAzspSMXytlw+A=";