Skip to content

Commit 769a46f

Browse files
authored
kind: 0.27.0 -> 0.29.0 (#408589)
2 parents a9a7f9a + 0b84398 commit 769a46f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

1111
buildGoModule rec {
1212
pname = "kind";
13-
version = "0.27.0";
13+
version = "0.29.0";
1414

1515
src = fetchFromGitHub {
1616
rev = "v${version}";
1717
owner = "kubernetes-sigs";
1818
repo = "kind";
19-
hash = "sha256-J0M/enjufNmEMm43zo5fi5hL1LfaemNwR6nCClVCJNA=";
19+
hash = "sha256-Dv4I50LQcr8fOaCCdaKkz+pHIG05UBQAdDs7gGngm4Y=";
2020
};
2121

2222
patches = [
2323
# fix kernel module path used by kind
2424
./kernel-module-path.patch
2525
];
2626

27-
vendorHash = "sha256-dwdDVN/B1bv8cYZYcXxSlGgO46ljBZfXuivPXmvo28c=";
27+
vendorHash = "sha256-QFDQkl1QuIc0fUK0raVxmPT7AF6fsKlQ4F0dzOM9fcw=";
2828

2929
nativeBuildInputs = [ installShellFiles ];
3030

0 commit comments

Comments
 (0)