Merge pull request #117322 from r-ryantm/auto-update/govc

govc: 0.24.0 -> 0.24.1
This commit is contained in:
Aaron Andersen
2021-03-25 19:53:42 -04:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "govc";
version = "0.24.0";
version = "0.24.1";
goPackagePath = "github.com/vmware/govmomi";
@@ -12,7 +12,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "vmware";
repo = "govmomi";
sha256 = "sha256-Urfrkeqbl0+GB2Vr2IfekiilRvGcG0vGO5MGeZcP4C8=";
sha256 = "sha256-D2UrYdjstOxx9EAdBtAC44khp8hRf6W3+6kzytUVnOo=";
};
meta = {