govc: 0.29.0 -> 0.30.0

This commit is contained in:
R. Ryantm 2022-12-13 03:45:19 +00:00
parent f401b78d1e
commit 4fa694adf2

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "govc";
version = "0.29.0";
version = "0.30.0";
subPackages = [ "govc" ];
@ -10,7 +10,7 @@ buildGoModule rec {
rev = "v${version}";
owner = "vmware";
repo = "govmomi";
sha256 = "sha256-SVQyl1uI3wGBBDhz2VLm0uJj+aREqNot7K+iGRHGmhI=";
sha256 = "sha256-BMkty2H42fAILw/zRiAWE5cOX9WCZIs0503QODLHqxo=";
};
vendorSha256 = "sha256-jbGqQITAhyBLoDa3cKU5gK+4WGgoGSCyFtzeoXx8e7k=";