tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
minikube: 0.24.1 -> 0.25.0
Tim Steinbach
8 years ago
0e852076
61043ad4
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
minikube
default.nix
+4
-4
pkgs/applications/networking/cluster/minikube/default.nix
···
15
# instead, we download localkube ourselves and shove it into the minikube binary. The versions URL that minikube uses is
16
# currently https://storage.googleapis.com/minikube/k8s_releases.json
17
18
-
localkube-version = "1.8.0";
19
localkube-binary = fetchurl {
20
url = "https://storage.googleapis.com/minikube/k8sReleases/v${localkube-version}/localkube-linux-amd64";
21
-
sha256 = "09mv1g9i0d14brvvp2wxgmfqvgp0na5dbm4z76a660q1fxszvgqc";
22
};
23
in buildGoPackage rec {
24
pname = "minikube";
25
name = "${pname}-${version}";
26
-
version = "0.24.1";
27
28
goPackagePath = "k8s.io/minikube";
29
···
31
owner = "kubernetes";
32
repo = "minikube";
33
rev = "v${version}";
34
-
sha256 = "18b5ic4lcn84hq2ji5alyx58x9vi0b03544i5xzfgn3h2k78kynk";
35
};
36
37
patches = [
···
15
# instead, we download localkube ourselves and shove it into the minikube binary. The versions URL that minikube uses is
16
# currently https://storage.googleapis.com/minikube/k8s_releases.json
17
18
+
localkube-version = "1.9.0";
19
localkube-binary = fetchurl {
20
url = "https://storage.googleapis.com/minikube/k8sReleases/v${localkube-version}/localkube-linux-amd64";
21
+
sha256 = "1z5c061mx2flg6hq05d00bvkn722gxv8y9rfpjyk23nk697k31fh";
22
};
23
in buildGoPackage rec {
24
pname = "minikube";
25
name = "${pname}-${version}";
26
+
version = "0.25.0";
27
28
goPackagePath = "k8s.io/minikube";
29
···
31
owner = "kubernetes";
32
repo = "minikube";
33
rev = "v${version}";
34
+
sha256 = "0nsdi8mr8p69z696ksfb5ahzqqnvjn4a2z6cp0kyby8sakcjhsby";
35
};
36
37
patches = [