mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
clusterctl: 1.0.3 -> 1.1.0
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.1.0
This commit is contained in:
parent
d2a3996b25
commit
8f6cdee25a
@ -2,16 +2,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "clusterctl";
|
||||
version = "1.0.3";
|
||||
version = "1.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kubernetes-sigs";
|
||||
repo = "cluster-api";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-npVtNSb7vCQ3dh0qN0GwJOdBIBvWzmQaWO+zFOI1F7g=";
|
||||
sha256 = "sha256-mebxbS0PVP2EdYt31G0HQ0Z+wxpXOe9/xaKdH0wwB60=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-VO1Z4NUWrd4JuFYFg0a01psqoIM8ps3vKd0djR5OELU=";
|
||||
vendorSha256 = "sha256-T2a5FBjISXprgMA6ye2xwAFLE62Qb3AUQVjpGtnduU0=";
|
||||
|
||||
subPackages = [ "cmd/clusterctl" ];
|
||||
|
||||
|
@ -2583,7 +2583,9 @@ with pkgs;
|
||||
|
||||
clprover = callPackage ../applications/science/logic/clprover/clprover.nix { };
|
||||
|
||||
clusterctl = callPackage ../applications/networking/cluster/clusterctl { };
|
||||
clusterctl = callPackage ../applications/networking/cluster/clusterctl {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
coloredlogs = with python3Packages; toPythonApplication coloredlogs;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user