about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-08-26 08:08:18 +0100
committerGitHub <noreply@github.com>2017-08-26 08:08:18 +0100
commit9ea5b2fdc2ef5b3447dbc49692e93e096db2d4aa (patch)
treeff23aef51009851b2a9b6f82b235773aa5a8173f /pkgs/applications/networking/cluster
parent8bd224320e5a39eb26237f5152d09ad1f3ed6f4e (diff)
parent14eb44d2b8b84c86b4a80fbb38304620b6cf4cab (diff)
Merge pull request #28398 from NeQuissimus/minikube_kube_1_73
minikube-kubernetes: 1.7.0 -> 1.7.3
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 081811ecd646d..0a3cede66f338 100644
--- a/pkgs/applications/networking/cluster/minikube/default.nix
+++ b/pkgs/applications/networking/cluster/minikube/default.nix
@@ -14,10 +14,10 @@ let
   # instead, we download localkube ourselves and shove it into the minikube binary. The versions URL that minikube uses is
   # currently https://storage.googleapis.com/minikube/k8s_releases.json
 
-  localkube-version = "1.7.0";
+  localkube-version = "1.7.3";
   localkube-binary = fetchurl {
     url = "https://storage.googleapis.com/minikube/k8sReleases/v${localkube-version}/localkube-linux-amd64";
-    sha256 = "1pp5bi0bpxxzrshvkv47hqs20jfx3gp1i1p3pw1rvzm5n1fn2q1a";
+    sha256 = "1ay11321kg3waxzi9d885pr08hz97a8ajwk31kbfxlm3x5bk3jii";
   };
 in buildGoPackage rec {
   pname   = "minikube";