We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ac6ea commit 0b84398Copy full SHA for 0b84398
pkgs/by-name/ki/kind/package.nix
@@ -10,21 +10,21 @@
10
11
buildGoModule rec {
12
pname = "kind";
13
- version = "0.27.0";
+ version = "0.29.0";
14
15
src = fetchFromGitHub {
16
rev = "v${version}";
17
owner = "kubernetes-sigs";
18
repo = "kind";
19
- hash = "sha256-J0M/enjufNmEMm43zo5fi5hL1LfaemNwR6nCClVCJNA=";
+ hash = "sha256-Dv4I50LQcr8fOaCCdaKkz+pHIG05UBQAdDs7gGngm4Y=";
20
};
21
22
patches = [
23
# fix kernel module path used by kind
24
./kernel-module-path.patch
25
];
26
27
- vendorHash = "sha256-dwdDVN/B1bv8cYZYcXxSlGgO46ljBZfXuivPXmvo28c=";
+ vendorHash = "sha256-QFDQkl1QuIc0fUK0raVxmPT7AF6fsKlQ4F0dzOM9fcw=";
28
29
nativeBuildInputs = [ installShellFiles ];
30
0 commit comments