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-02-11 07:28:23 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-02-11 08:38:37 +1000
commitf9e7ee3fab11164ad6fe85879b661f84a6453f31 (patch)
treea39c3527046e995cae7240756a1fb30e45882ba9 /pkgs/applications/networking/cluster/clusterctl
parentcf2c022aac36a45ac500e4c1141646e45e7184b1 (diff)
downloadnixpkgs-f9e7ee3fab11164ad6fe85879b661f84a6453f31.tar
nixpkgs-f9e7ee3fab11164ad6fe85879b661f84a6453f31.tar.gz
nixpkgs-f9e7ee3fab11164ad6fe85879b661f84a6453f31.tar.bz2
nixpkgs-f9e7ee3fab11164ad6fe85879b661f84a6453f31.tar.lz
nixpkgs-f9e7ee3fab11164ad6fe85879b661f84a6453f31.tar.xz
nixpkgs-f9e7ee3fab11164ad6fe85879b661f84a6453f31.tar.zst
nixpkgs-f9e7ee3fab11164ad6fe85879b661f84a6453f31.zip
clusterctl: 1.1.0 -> 1.1.1
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.1.1
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 41d125f6cca..05c985d9d97 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.1.0";
+  version = "1.1.1";
 
   src = fetchFromGitHub {
     owner = "kubernetes-sigs";
     repo = "cluster-api";
     rev = "v${version}";
-    sha256 = "sha256-mebxbS0PVP2EdYt31G0HQ0Z+wxpXOe9/xaKdH0wwB60=";
+    sha256 = "sha256-bgc9M7shcgL1gQ9klUP0JIY4UeraO1oLsLEdG5tOLpY=";
   };
 
   vendorSha256 = "sha256-T2a5FBjISXprgMA6ye2xwAFLE62Qb3AUQVjpGtnduU0=";