about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/clusterctl
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-09-15 05:38:50 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-09-15 06:28:10 +1000
commitcbc388fe463d7e26062ecde4464ef85860026572 (patch)
tree41c4c5b7d1059e80148398ff493aa5337988b3de /pkgs/applications/networking/cluster/clusterctl
parentf8991a5057b3f2f32c8f65e5a58cf52f942a4cfa (diff)
clusterctl: 1.2.1 -> 1.2.2
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.2.2
Diffstat (limited to 'pkgs/applications/networking/cluster/clusterctl')
-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 5bcdf921bc3b2..f6e5aa4952f83 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.2.1";
+  version = "1.2.2";
 
   src = fetchFromGitHub {
     owner = "kubernetes-sigs";
     repo = "cluster-api";
     rev = "v${version}";
-    sha256 = "sha256-/0CZFvCBesATVGGCJoiM3GfYvCrmDJBHMXhn/o8xhKg=";
+    sha256 = "sha256-U9U1r74E4ryc8zUb1EogfBT57kfsd89i7DWO05tnQw4=";
   };
 
   vendorSha256 = "sha256-jM5qU/KaBf+CzKKOuVXjawn/QqwrCjXKaQFFomEPndg=";