summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-09-13 23:40:11 +0100
committerGitHub <noreply@github.com>2017-09-13 23:40:11 +0100
commita7637b37955f1beacfe6c0b153fb11e086bb4762 (patch)
tree38b4fdf56c66307d29a511dbdab94262cb3f4045 /pkgs/applications
parentbb5b0849863eacb2b54b62a52c17c15c7a05a9fc (diff)
parentd12d2c1e1cc061c0d980fe14cdc969f20cd64c4a (diff)
downloadnixpkgs-a7637b37955f1beacfe6c0b153fb11e086bb4762.tar
nixpkgs-a7637b37955f1beacfe6c0b153fb11e086bb4762.tar.gz
nixpkgs-a7637b37955f1beacfe6c0b153fb11e086bb4762.tar.bz2
nixpkgs-a7637b37955f1beacfe6c0b153fb11e086bb4762.tar.lz
nixpkgs-a7637b37955f1beacfe6c0b153fb11e086bb4762.tar.xz
nixpkgs-a7637b37955f1beacfe6c0b153fb11e086bb4762.tar.zst
nixpkgs-a7637b37955f1beacfe6c0b153fb11e086bb4762.zip
Merge pull request #29316 from NeQuissimus/minikube_0_22_1
minikube: 0.22.0 -> 0.22.1
Diffstat (limited to 'pkgs/applications')
-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 49517d45c10..9745143dabd 100644
--- a/pkgs/applications/networking/cluster/minikube/default.nix
+++ b/pkgs/applications/networking/cluster/minikube/default.nix
@@ -15,15 +15,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.7.4";
+  localkube-version = "1.7.5";
   localkube-binary = fetchurl {
     url = "https://storage.googleapis.com/minikube/k8sReleases/v${localkube-version}/localkube-linux-amd64";
-    sha256 = "1v9zq6ivcs2qvdmhidvvp0krd1sxgqvqpp4bcl9is85vpdxhk95b";
+    sha256 = "1kn4lwnn961r19hqnkgr13np80zqk2fhp8xkhrvxzq6v6shk7gfz";
   };
 in buildGoPackage rec {
   pname   = "minikube";
   name    = "${pname}-${version}";
-  version = "0.22.0";
+  version = "0.22.1";
 
   goPackagePath = "k8s.io/minikube";
 
@@ -31,7 +31,7 @@ in buildGoPackage rec {
     owner  = "kubernetes";
     repo   = "minikube";
     rev    = "v${version}";
-    sha256 = "118l98kxzn6npq67nmylanfy9pvd1vd9hvsr2rkzrsvhzzk13kh4";
+    sha256 = "015ffsb7xx82y0dl38gayv2v9v33v99qmssd5djl21dhb3j79yba";
   };
 
   # kubernetes is here only to shut up a loud warning when generating the completions below. minikube checks very eagerly