hetzner-kube: 0.4.1 -> 0.5.1
This commit is contained in:
parent
7b33cbdbf5
commit
112814dce8
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "hetzner-kube";
|
pname = "hetzner-kube";
|
||||||
version = "0.4.1";
|
version = "0.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xetys";
|
owner = "xetys";
|
||||||
repo = "hetzner-kube";
|
repo = "hetzner-kube";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "11202i3340vaz8xh59gwj5x0djcgbzq9jfy2214lcpml71qc85f0";
|
sha256 = "1iqgpmljqx6rhmvsir2675waj78amcfiw08knwvlmavjgpxx2ysw";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "1j04xyjkz7jcqrs5p5z94jqagrzcxjr9m3lyp8i91c0ymxf5m2g3";
|
modSha256 = "0jjrk93wdi13wrb5gchhqk7rgwm74kcizrbqsibgkgs2dszwfazh";
|
||||||
|
|
||||||
buildFlagsArray = ''
|
buildFlagsArray = ''
|
||||||
-ldflags=
|
-ldflags=
|
||||||
@ -20,7 +20,7 @@ buildGoModule rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A CLI tool for provisioning Kubernetes clusters on Hetzner Cloud";
|
description = "A CLI tool for provisioning Kubernetes clusters on Hetzner Cloud";
|
||||||
homepage = https://github.com/xetys/hetzner-kube;
|
homepage = "https://github.com/xetys/hetzner-kube";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ eliasp ];
|
maintainers = with lib.maintainers; [ eliasp ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user