minikube: 1.10.1 -> 1.11.0
https://github.com/kubernetes/minikube/releases/tag/v1.11.0
This commit is contained in:
parent
710430b67d
commit
268ea8abf4
|
@ -11,10 +11,10 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "minikube";
|
pname = "minikube";
|
||||||
version = "1.10.1";
|
version = "1.11.0";
|
||||||
|
|
||||||
# for -ldflags
|
# for -ldflags
|
||||||
commit = "63ab801ac27e5742ae442ce36dff7877dcccb278";
|
commit = "57e2f55f47effe9ce396cea42a1e0eb4f611ebbd";
|
||||||
|
|
||||||
vendorSha256 = "1l9dxn7yy21x4b3cg6l5a08wx2ng8qf531ilg8yf1rznwfwjajrv";
|
vendorSha256 = "1l9dxn7yy21x4b3cg6l5a08wx2ng8qf531ilg8yf1rznwfwjajrv";
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ buildGoModule rec {
|
||||||
owner = "kubernetes";
|
owner = "kubernetes";
|
||||||
repo = "minikube";
|
repo = "minikube";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "05lv6k0j0l00s2895fryp027aa40whbf1gf3fhfg0z5d3p9sbprk";
|
sha256 = "0y761svwyrpc4ywdd4vr9hxkg6593wg4wwqzn8n86g0zcz6qg11d";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ go-bindata installShellFiles pkg-config which ];
|
nativeBuildInputs = [ go-bindata installShellFiles pkg-config which ];
|
||||||
|
|
Loading…
Reference in New Issue