Skip to content

Commit

Permalink
kind: 0.25.0 -> 0.26.0 (#366456)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin authored Dec 25, 2024
2 parents e014f1e + 8a7e150 commit 145137c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ki/kind/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

buildGoModule rec {
pname = "kind";
version = "0.25.0";
version = "0.26.0";

src = fetchFromGitHub {
rev = "v${version}";
owner = "kubernetes-sigs";
repo = "kind";
hash = "sha256-6WlkZ2dLMSSSlJAEshMpD5Ai0WVo1NzXAvpjEQd3JPA=";
hash = "sha256-1bU4vHC9bVz8TfO7knO1RYRxJUnwsXxZrRVnit5iQz0=";
};

patches = [
Expand Down

0 comments on commit 145137c

Please sign in to comment.