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

minikube: 1.32.0 -> 1.33.0
This commit is contained in:
Weijia Wang 2024-04-27 04:10:05 +02:00 committed by GitHub
commit 96b4eb264c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@
buildGoModule rec {
pname = "minikube";
version = "1.32.0";
version = "1.33.0";
vendorHash = "sha256-MzB+my1NwvZx9qfojuOlTHmuY6CyLFlrgr4UEuC5FBk=";
vendorHash = "sha256-eFIo9C9AEZksQolMlWKPJR2WWpU7Yu4eJb1OBwdqGhI=";
doCheck = false;
@ -25,7 +25,7 @@ buildGoModule rec {
owner = "kubernetes";
repo = "minikube";
rev = "v${version}";
sha256 = "sha256-2EWaMpcr4F1wRzIP1rPg1a/Sjd1x+oo2ee90k4Ie8cU=";
sha256 = "sha256-4OSChPgUD1oYnChAi7r2jgZpplR9ZaHpHPiTS6jSpME=";
};
postPatch =
(