summary refs log tree commit diff
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-03-09 17:13:15 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-03-09 18:05:10 +1000
commitc3b435cf1c3647512ce2e00f63d554b481ab38c3 (patch)
tree0474fa3c4c086d2ef078915234f4a6936377af13
parente1f52cabc3cf7e22015f6ef940d3fb31ef1f0d40 (diff)
downloadnixpkgs-c3b435cf1c3647512ce2e00f63d554b481ab38c3.tar
nixpkgs-c3b435cf1c3647512ce2e00f63d554b481ab38c3.tar.gz
nixpkgs-c3b435cf1c3647512ce2e00f63d554b481ab38c3.tar.bz2
nixpkgs-c3b435cf1c3647512ce2e00f63d554b481ab38c3.tar.lz
nixpkgs-c3b435cf1c3647512ce2e00f63d554b481ab38c3.tar.xz
nixpkgs-c3b435cf1c3647512ce2e00f63d554b481ab38c3.tar.zst
nixpkgs-c3b435cf1c3647512ce2e00f63d554b481ab38c3.zip
clusterctl: 1.1.2 -> 1.1.3
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.1.3
-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 b14c98b4453..786615801ba 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.2";
+  version = "1.1.3";
 
   src = fetchFromGitHub {
     owner = "kubernetes-sigs";
     repo = "cluster-api";
     rev = "v${version}";
-    sha256 = "sha256-IjkksHa94gkNiaeksGHlLdeHlLS/uwI0GnKK0d3s5wk=";
+    sha256 = "sha256-0njXmYhZM4DXFeK9KboXnVw8uHdz4PFJ2aJxwhgyEc8=";
   };
 
-  vendorSha256 = "sha256-3PzaMB7U19HnqS+zRbIupErE1S8+MzG92vQFq3oxHpE=";
+  vendorSha256 = "sha256-JVRLPsfI1ITilAOkVIAa2IjjuAlJ2PCpvYEkhnTzRDA=";
 
   subPackages = [ "cmd/clusterctl" ];