kind: 0.23.0 -> 0.24.0

This commit is contained in:
R. Ryantm
2024-08-16 01:23:11 +00:00
parent dcf83de08c
commit d8e4af1145
+3 -3
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kind";
version = "0.23.0";
version = "0.24.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "kubernetes-sigs";
repo = "kind";
hash = "sha256-S+kk3g/A1bio1v7zoXmvaTAYd0LBq5uip/9DvhkzZnM=";
hash = "sha256-vndN3ssiaaJdpPZQ0vBdqr4xPuY2bAHAd+SJamNrX6Q=";
};
patches = [
@@ -16,7 +16,7 @@ buildGoModule rec {
./kernel-module-path.patch
];
vendorHash = "sha256-YB2/MudoIVtTHU6FtvZOEhhxg5ss6OvENXOykPlQ12Y=";
vendorHash = "sha256-VfqNM48M39R2LaUHirKmSXCdvBXUHu09oMzDPmAQC4o=";
nativeBuildInputs = [ installShellFiles ];