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-07-19 07:53:21 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-07-19 08:41:34 +1000
commit5d3aac18a259249fdb6f01ae30eca05d691f7f0f (patch)
tree19096c9cd7799e94d2e1589fcb6a97282a034cb6 /pkgs/applications/networking/cluster/clusterctl
parent69902951316a59601d04c392e115e1953a7afce1 (diff)
clusterctl: 1.1.5 -> 1.2.0
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.2.0
Diffstat (limited to 'pkgs/applications/networking/cluster/clusterctl')
-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 c2b313d442e38..f09afe7b65d59 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.1.5";
+  version = "1.2.0";
 
   src = fetchFromGitHub {
     owner = "kubernetes-sigs";
     repo = "cluster-api";
     rev = "v${version}";
-    sha256 = "sha256-Nnfy8KOMJqg2sXrNDZlrcrpWfc70sXL1tNlXSgg5ZZg=";
+    sha256 = "sha256-udlIylkaNZIkJS6TgJemmQr/o73i87Nt8pL2Pbe+AqA=";
   };
 
-  vendorSha256 = "sha256-zRdtd/mE9AQtqw9Z/Tatd9vEx9l/XSFge8sOLbS/Wrs=";
+  vendorSha256 = "sha256-jM5qU/KaBf+CzKKOuVXjawn/QqwrCjXKaQFFomEPndg=";
 
   subPackages = [ "cmd/clusterctl" ];