Unverified Commit d392f679 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

govc: 0.39.0 -> 0.40.0
parents 9f0f5c63 8212bc62
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "govc";
  version = "0.39.0";
  version = "0.40.0";

  subPackages = [ "govc" ];

@@ -10,10 +10,10 @@ buildGoModule rec {
    rev = "v${version}";
    owner = "vmware";
    repo = "govmomi";
    sha256 = "sha256-VTov0xBiG0XkDjTxGSqL/Er8bydm/vmp1WHMK1nhviw=";
    sha256 = "sha256-Lyuz1m6JUbh2+pdWCQLoiOz72ZCigZIjUu+y0GYTPlM=";
  };

  vendorHash = "sha256-cSMDoqMS2JHDs266GmtKgMON4urb4+ThvgUk/4O6Ccs=";
  vendorHash = "sha256-W4Q4jCbW5lruXEhgKg7ZiPCHGxuYwYqi8Qm2JMyJaFE=";

  ldflags = [
    "-s"