1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

govc: 0.40.0 -> 0.42.0

This commit is contained in:
R. Ryantm 2024-08-27 05:41:42 +00:00
parent 0c7aafc7f5
commit 54b3dbc11a

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "govc";
version = "0.40.0";
version = "0.42.0";
subPackages = [ "govc" ];
@ -10,7 +10,7 @@ buildGoModule rec {
rev = "v${version}";
owner = "vmware";
repo = "govmomi";
sha256 = "sha256-Lyuz1m6JUbh2+pdWCQLoiOz72ZCigZIjUu+y0GYTPlM=";
sha256 = "sha256-Sr3cJHnNeEPpYcAl+DmVL6lG0FKFhNHOVejRWBE3yUM=";
};
vendorHash = "sha256-W4Q4jCbW5lruXEhgKg7ZiPCHGxuYwYqi8Qm2JMyJaFE=";