kind: 0.27.0 -> 0.29.0

(cherry picked from commit 0b843987c9)
This commit is contained in:
R. Ryantm
2025-05-29 12:11:56 +00:00
committed by github-actions[bot]
parent e721b0d737
commit ba43c733df

View File

@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "kind";
version = "0.27.0";
version = "0.29.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "kubernetes-sigs";
repo = "kind";
hash = "sha256-J0M/enjufNmEMm43zo5fi5hL1LfaemNwR6nCClVCJNA=";
hash = "sha256-Dv4I50LQcr8fOaCCdaKkz+pHIG05UBQAdDs7gGngm4Y=";
};
patches = [
@@ -24,7 +24,7 @@ buildGoModule rec {
./kernel-module-path.patch
];
vendorHash = "sha256-dwdDVN/B1bv8cYZYcXxSlGgO46ljBZfXuivPXmvo28c=";
vendorHash = "sha256-QFDQkl1QuIc0fUK0raVxmPT7AF6fsKlQ4F0dzOM9fcw=";
nativeBuildInputs = [ installShellFiles ];