Unverified Commit 96b4eb26 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

minikube: 1.32.0 -> 1.33.0
parents 88679d4e 9b24d063
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 =
    (