Skip to content

Commit 97c613c

Browse files
committedMay 11, 2017
minikube: 0.18.0 -> 0.19.0
1 parent 42bf19c commit 97c613c

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/cluster/minikube

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/networking/cluster/minikube/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ let
2222
in buildGoPackage rec {
2323
pname = "minikube";
2424
name = "${pname}-${version}";
25-
version = "0.18.0";
25+
version = "0.19.0";
2626

2727
goPackagePath = "k8s.io/minikube";
2828

2929
src = fetchFromGitHub {
3030
owner = "kubernetes";
3131
repo = "minikube";
3232
rev = "v${version}";
33-
sha256 = "0r8184xfsw7vvvmzhc18si582q41cnzka4ry151hwy56gmp2jyiw";
33+
sha256 = "060zl5wx9karl0j1w3b1jnr6wkr56p3wgs75r6d5aiz36i8fkg8m";
3434
};
3535

3636
# kubernetes is here only to shut up a loud warning when generating the completions below. minikube checks very eagerly

0 commit comments

Comments
 (0)