summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/minikube/default.nix
diff options
context:
space:
mode:
authorDiego Rodriguez <diego@noteable.io>2020-11-02 12:56:20 -0700
committerAlyssa Ross <hi@alyssa.is>2020-11-09 12:17:31 +0000
commit734434c1d8e599ede444bf1e058ab3eba0fd7305 (patch)
tree9a89f82c4d183c8ae425e196177a9f325c3265ab /pkgs/applications/networking/cluster/minikube/default.nix
parentd1de45ad619be065294fdd9692a268ea1863b083 (diff)
downloadnixpkgs-734434c1d8e599ede444bf1e058ab3eba0fd7305.tar
nixpkgs-734434c1d8e599ede444bf1e058ab3eba0fd7305.tar.gz
nixpkgs-734434c1d8e599ede444bf1e058ab3eba0fd7305.tar.bz2
nixpkgs-734434c1d8e599ede444bf1e058ab3eba0fd7305.tar.lz
nixpkgs-734434c1d8e599ede444bf1e058ab3eba0fd7305.tar.xz
nixpkgs-734434c1d8e599ede444bf1e058ab3eba0fd7305.tar.zst
nixpkgs-734434c1d8e599ede444bf1e058ab3eba0fd7305.zip
minikube: 1.14.1 -> 1.14.2
Diffstat (limited to 'pkgs/applications/networking/cluster/minikube/default.nix')
-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 299c1fb523c..134d25ae678 100644
--- a/pkgs/applications/networking/cluster/minikube/default.nix
+++ b/pkgs/applications/networking/cluster/minikube/default.nix
@@ -11,7 +11,7 @@
 
 buildGoModule rec {
   pname = "minikube";
-  version = "1.14.1";
+  version = "1.14.2";
 
   vendorSha256 = "057mlmja3mygfdf0cp0bcm0chq7s30bjcs5hqacwl6c79ivrjf89";
 
@@ -21,7 +21,7 @@ buildGoModule rec {
     owner = "kubernetes";
     repo = "minikube";
     rev = "v${version}";
-    sha256 = "000i30qsjx1h2x6b8vb5piq9lhjrz5hj9wza7gxsrzsf2z9rhryg";
+    sha256 = "1fidvfm9x3rbqfjn9zm5kx9smk94dmjm4gb98rrdmgsld5fg99xj";
   };
 
   nativeBuildInputs = [ go-bindata installShellFiles pkg-config which ];