Skip to content

Commit

Permalink
clusterctl: 1.2.7 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Dec 1, 2022
1 parent 29edfde commit 6060f12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/clusterctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "clusterctl";
version = "1.2.7";
version = "1.3.0";

src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "cluster-api";
rev = "v${version}";
sha256 = "sha256-h8VZCCl28Vd2VB+enLY28t8rNbzdZo3Y4ybElNAkvKU=";
sha256 = "sha256-lqHHZtEtedU0Qtm6o6iy6JrQ1UiB9nSTZVyfq0cj0vI=";
};

vendorSha256 = "sha256-hhs/q0x5Qd7S18jX4SPVFPo+fsDE9snJVkiqKD+Qp74=";
vendorSha256 = "sha256-7e2ZJa6MfzznOoaBq0xQIXrdmDAzPzKh9QFlRfbxYMM=";

subPackages = [ "cmd/clusterctl" ];

Expand Down

0 comments on commit 6060f12

Please sign in to comment.