govc: 0.30.0 -> 0.30.1

This commit is contained in:
R. Ryantm 2023-01-30 20:55:00 +00:00
parent 2c257a212e
commit ffca3fd6cc

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "govc";
version = "0.30.0";
version = "0.30.1";
subPackages = [ "govc" ];
@ -10,10 +10,10 @@ buildGoModule rec {
rev = "v${version}";
owner = "vmware";
repo = "govmomi";
sha256 = "sha256-BMkty2H42fAILw/zRiAWE5cOX9WCZIs0503QODLHqxo=";
sha256 = "sha256-hG+yaaSmABosCIkVPLzv0J5VnoPaYqCMpDingQ1apEs=";
};
vendorSha256 = "sha256-jbGqQITAhyBLoDa3cKU5gK+4WGgoGSCyFtzeoXx8e7k=";
vendorHash = "sha256-jbGqQITAhyBLoDa3cKU5gK+4WGgoGSCyFtzeoXx8e7k=";
ldflags = [
"-s"