Merge pull request #238351 from r-ryantm/auto-update/kind

kind: 0.19.0 -> 0.20.0
This commit is contained in:
Weijia Wang 2023-06-18 12:04:19 +03:00 committed by GitHub
commit 1404e586f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kind";
version = "0.19.0";
version = "0.20.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "kubernetes-sigs";
repo = "kind";
sha256 = "sha256-JMOfnpoDFP7UWT5FvrZeEkFUYxvGYFpnbkIiJoSfAFk=";
sha256 = "sha256-5yDoxrsnmz8N0Y35juItLtyclTz+pSb75B1P716XPxU=";
};
patches = [