Merge pull request #28398 from NeQuissimus/minikube_kube_1_73

minikube-kubernetes: 1.7.0 -> 1.7.3

authored by Jörg Thalheim and committed by GitHub 9ea5b2fd 8bd22432

+2 -2
+2 -2
pkgs/applications/networking/cluster/minikube/default.nix
··· 14 14 # instead, we download localkube ourselves and shove it into the minikube binary. The versions URL that minikube uses is 15 15 # currently https://storage.googleapis.com/minikube/k8s_releases.json 16 16 17 - localkube-version = "1.7.0"; 17 + localkube-version = "1.7.3"; 18 18 localkube-binary = fetchurl { 19 19 url = "https://storage.googleapis.com/minikube/k8sReleases/v${localkube-version}/localkube-linux-amd64"; 20 - sha256 = "1pp5bi0bpxxzrshvkv47hqs20jfx3gp1i1p3pw1rvzm5n1fn2q1a"; 20 + sha256 = "1ay11321kg3waxzi9d885pr08hz97a8ajwk31kbfxlm3x5bk3jii"; 21 21 }; 22 22 in buildGoPackage rec { 23 23 pname = "minikube";