kind: 0.19.0 -> 0.20.0

This commit is contained in:
R. Ryantm 2023-06-18 02:31:49 +00:00
parent b621273236
commit d125020699

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 = [