Skip to content

Commit

Permalink
clusterctl: 1.9.0 -> 1.9.2 (#367493)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 31, 2024
2 parents 25d3f1c + 6314893 commit 1889f48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/cl/clusterctl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "clusterctl";
version = "1.9.0";
version = "1.9.2";

src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "cluster-api";
rev = "v${version}";
hash = "sha256-ENbNgstu+YsNESJ2RsJri3B4zO8UI3Dt60/8AFgsxn8=";
hash = "sha256-H86EkdGmzvQDGC/a+J6ISB0aYkJabBjE2P6Ab5FRlv4=";
};

vendorHash = "sha256-rjo8fwUAnVDM7XvY31I5z6RMRSrNSur6wH7NfGTIdcc=";
vendorHash = "sha256-JSWk6FgjWnDcVmp/9+M0x7QsiX08QtIOn5RRifjs2mI=";

subPackages = [ "cmd/clusterctl" ];

Expand Down

0 comments on commit 1889f48

Please sign in to comment.