about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-06-22 20:27:33 -0400
committerTim Steinbach <tim@nequissimus.com>2017-06-22 20:27:33 -0400
commit56761c9b3d6f829a4f80e02d18fff30e8a6af1eb (patch)
treed7df79699b6054cf04e4fdb2a78854ed603a6c8d /pkgs/applications/networking
parent0737359dd083781ae103595daa31809f70f9ef65 (diff)
downloadnixlib-56761c9b3d6f829a4f80e02d18fff30e8a6af1eb.tar
nixlib-56761c9b3d6f829a4f80e02d18fff30e8a6af1eb.tar.gz
nixlib-56761c9b3d6f829a4f80e02d18fff30e8a6af1eb.tar.bz2
nixlib-56761c9b3d6f829a4f80e02d18fff30e8a6af1eb.tar.lz
nixlib-56761c9b3d6f829a4f80e02d18fff30e8a6af1eb.tar.xz
nixlib-56761c9b3d6f829a4f80e02d18fff30e8a6af1eb.tar.zst
nixlib-56761c9b3d6f829a4f80e02d18fff30e8a6af1eb.zip
minikube: 0.19.1 -> 0.20.0
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/minikube/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/cluster/minikube/default.nix b/pkgs/applications/networking/cluster/minikube/default.nix
index 36e9db7323d5..5cdb30b3f00e 100644
--- a/pkgs/applications/networking/cluster/minikube/default.nix
+++ b/pkgs/applications/networking/cluster/minikube/default.nix
@@ -14,15 +14,15 @@ 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.6.0";
+  localkube-version = "1.6.3";
   localkube-binary = fetchurl {
     url = "https://storage.googleapis.com/minikube/k8sReleases/v${localkube-version}/localkube-linux-amd64";
-    sha256 = "0zx0c9fwairvga1g1112l5g5pspm2m9wxb42qgfxfgyidywvirha";
+    sha256 = "1fmxxjv1bxrfngc4ykfgg76b79dh8pq0k1gsbzhiy3hhrppfqylm";
   };
 in buildGoPackage rec {
   pname   = "minikube";
   name    = "${pname}-${version}";
-  version = "0.19.1";
+  version = "0.20.0";
 
   goPackagePath = "k8s.io/minikube";
 
@@ -30,7 +30,7 @@ in buildGoPackage rec {
     owner  = "kubernetes";
     repo   = "minikube";
     rev    = "v${version}";
-    sha256 = "19kw2xhpcbyh32im0lnvajcjf1f8p357vhggk0jl342a23vr3rxl";
+    sha256 = "0bly2phy67x4ckcg46g6r4kqfdpjfs1cb3588a900m8b4xyavvvb";
   };
 
   # kubernetes is here only to shut up a loud warning when generating the completions below. minikube checks very eagerly