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

govc: 0.24.1 -> 0.25.0
This commit is contained in:
Ryan Mulligan 2021-04-26 11:12:52 -07:00 committed by GitHub
commit ee8e469ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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