Unverified Commit 81b80434 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

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

govc: 0.37.1 -> 0.37.2
parents cbe50716 c0f2610a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "govc";
  version = "0.37.1";
  version = "0.37.2";

  subPackages = [ "govc" ];

@@ -10,7 +10,7 @@ buildGoModule rec {
    rev = "v${version}";
    owner = "vmware";
    repo = "govmomi";
    sha256 = "sha256-lErMWVr0UWR2Hc6fYZiauLz6kAZY/uGPNjm6oJGBAuw=";
    sha256 = "sha256-9gsakFUmeOgWJGmhYtBcdjaEsF5oE3ytoHgwASOciq0=";
  };

  vendorHash = "sha256-1EAQMYaTEtfAiu7+UTkC7QZwSWC1Ihwj9leTd90T0ZU=";