summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/minikube
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-05-11 12:14:41 +0800
committerPeter Hoeg <peter@hoeg.com>2017-05-11 12:14:49 +0800
commit97c613c5129742a325b2bb3fb355507ebefc4850 (patch)
tree9540eef4b74b20d049c00c2235be4e4db83fdfb6 /pkgs/applications/networking/cluster/minikube
parent42bf19cc04da8c8ba917ec865d9780a75fff9a8a (diff)
minikube: 0.18.0 -> 0.19.0
Diffstat (limited to 'pkgs/applications/networking/cluster/minikube')
-rw-r--r--pkgs/applications/networking/cluster/minikube/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/minikube/default.nix b/pkgs/applications/networking/cluster/minikube/default.nix
index 9d17443ac889..8779fbf20284 100644
--- a/pkgs/applications/networking/cluster/minikube/default.nix
+++ b/pkgs/applications/networking/cluster/minikube/default.nix
@@ -22,7 +22,7 @@ let
in buildGoPackage rec {
pname = "minikube";
name = "${pname}-${version}";
- version = "0.18.0";
+ version = "0.19.0";
goPackagePath = "k8s.io/minikube";
@@ -30,7 +30,7 @@ in buildGoPackage rec {
owner = "kubernetes";
repo = "minikube";
rev = "v${version}";
- sha256 = "0r8184xfsw7vvvmzhc18si582q41cnzka4ry151hwy56gmp2jyiw";
+ sha256 = "060zl5wx9karl0j1w3b1jnr6wkr56p3wgs75r6d5aiz36i8fkg8m";
};
# kubernetes is here only to shut up a loud warning when generating the completions below. minikube checks very eagerly