tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
minikube-kubernetes: 1.7.0 -> 1.7.3
Tim Steinbach
8 years ago
14eb44d2
affcf922
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
minikube
default.nix
+2
-2
pkgs/applications/networking/cluster/minikube/default.nix
···
14
# instead, we download localkube ourselves and shove it into the minikube binary. The versions URL that minikube uses is
15
# currently https://storage.googleapis.com/minikube/k8s_releases.json
16
17
-
localkube-version = "1.7.0";
18
localkube-binary = fetchurl {
19
url = "https://storage.googleapis.com/minikube/k8sReleases/v${localkube-version}/localkube-linux-amd64";
20
-
sha256 = "1pp5bi0bpxxzrshvkv47hqs20jfx3gp1i1p3pw1rvzm5n1fn2q1a";
21
};
22
in buildGoPackage rec {
23
pname = "minikube";
···
14
# instead, we download localkube ourselves and shove it into the minikube binary. The versions URL that minikube uses is
15
# currently https://storage.googleapis.com/minikube/k8s_releases.json
16
17
+
localkube-version = "1.7.3";
18
localkube-binary = fetchurl {
19
url = "https://storage.googleapis.com/minikube/k8sReleases/v${localkube-version}/localkube-linux-amd64";
20
+
sha256 = "1ay11321kg3waxzi9d885pr08hz97a8ajwk31kbfxlm3x5bk3jii";
21
};
22
in buildGoPackage rec {
23
pname = "minikube";