Skip to content

Commit

Permalink
minikube: 1.33.1 -> 1.34.0 (#340896)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 10, 2024
2 parents 1a59cb7 + 5c53389 commit e7df2e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/minikube/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@

buildGoModule rec {
pname = "minikube";
version = "1.33.1";
version = "1.34.0";

vendorHash = "sha256-VHl6CKPWqahX70GHbZE6SVa8XPfiC912DvsOteH2B0w=";
vendorHash = "sha256-gw5Ol7Gp26KyIaiMvwik8FJpABpMT86vpFnZnAJ6hhs=";

doCheck = false;

src = fetchFromGitHub {
owner = "kubernetes";
repo = "minikube";
rev = "v${version}";
sha256 = "sha256-z0wNngEzddxpeeLyQVA2yRC5SfYvU5G66V95sVmW6bA=";
sha256 = "sha256-Z7x3MOQUF3a19X4SSiIUfSJ3xl3482eKH700m/9pqcU=";
};
postPatch =
(
Expand Down

0 comments on commit e7df2e6

Please sign in to comment.