Skip to content

Commit 145137c

Browse files
authored
kind: 0.25.0 -> 0.26.0 (#366456)
2 parents e014f1e + 8a7e150 commit 145137c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ki/kind/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
buildGoModule rec {
1212
pname = "kind";
13-
version = "0.25.0";
13+
version = "0.26.0";
1414

1515
src = fetchFromGitHub {
1616
rev = "v${version}";
1717
owner = "kubernetes-sigs";
1818
repo = "kind";
19-
hash = "sha256-6WlkZ2dLMSSSlJAEshMpD5Ai0WVo1NzXAvpjEQd3JPA=";
19+
hash = "sha256-1bU4vHC9bVz8TfO7knO1RYRxJUnwsXxZrRVnit5iQz0=";
2020
};
2121

2222
patches = [

0 commit comments

Comments
 (0)