Merge pull request #191535 from r-ryantm/auto-update/minikube

minikube: 1.26.1 -> 1.27.0
This commit is contained in:
Jonas Heinrich 2022-09-17 09:54:26 +02:00 committed by GitHub
commit a21476d3e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,9 @@
buildGoModule rec { buildGoModule rec {
pname = "minikube"; pname = "minikube";
version = "1.26.1"; version = "1.27.0";
vendorSha256 = "sha256-aw2B5wdhEQiTDp/BpJdXzY3XBm3eXlSQt83j4RHhMg0="; vendorSha256 = "sha256-wAjgeq//vRUDUyVNTsVIxLXhA6fzTrYvn4klAPAv7DE=";
doCheck = false; doCheck = false;
@ -22,7 +22,7 @@ buildGoModule rec {
owner = "kubernetes"; owner = "kubernetes";
repo = "minikube"; repo = "minikube";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-08q/IdQEq1/KaIBN6ss8r1KbjSjZnhOW/BeaJ8BuYZM="; sha256 = "sha256-Pn0F3363YJoOdWyoPy46HmIUwWr/I5TekalBp9hHg7I=";
}; };
nativeBuildInputs = [ installShellFiles pkg-config which makeWrapper ]; nativeBuildInputs = [ installShellFiles pkg-config which makeWrapper ];