minikube: 1.16.0 -> 1.17.0

https://github.com/kubernetes/minikube/releases/tag/v1.17.0
This commit is contained in:
zowoq 2021-01-23 09:45:55 +10:00
parent 2bc16b381e
commit f8013960c6

View file

@ -11,9 +11,9 @@
buildGoModule rec {
pname = "minikube";
version = "1.16.0";
version = "1.17.0";
vendorSha256 = "0nc2f9h77h24f0nvai5wvgmf1gh09dqfwrb6d5qghmq03a459san";
vendorSha256 = "sha256-cA0sgH00XawwaOAGCDbabmBE/+5Y87kThXgPe5zwlro=";
doCheck = false;
@ -21,7 +21,7 @@ buildGoModule rec {
owner = "kubernetes";
repo = "minikube";
rev = "v${version}";
sha256 = "00dn8yy7mna0j8rdcnxbgnd5vkjdkqij8akgqhvbd32kxpqss890";
sha256 = "sha256-IQ/AAr5b8ZOaQKkSrU8JsPxjqAwVmT4Kt3hf3e1dMeA=";
};
nativeBuildInputs = [ go-bindata installShellFiles pkg-config which ];