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

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

govc: 0.33.0 -> 0.33.1
parents ba71c5e8 201a1b5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "govc";
  version = "0.33.0";
  version = "0.33.1";

  subPackages = [ "govc" ];

@@ -10,7 +10,7 @@ buildGoModule rec {
    rev = "v${version}";
    owner = "vmware";
    repo = "govmomi";
    sha256 = "sha256-YY/rTrL6zEhZkeaYz2yG/h2s81IefClou4abbmQuDiU=";
    sha256 = "sha256-5zFyOWfVxQL/QveOlX4Xkg8FBwo8mZzR7ea2IacSrS4=";
  };

  vendorHash = "sha256-DBcovHOOfIy4dfi8U9zaCUzz5Zz8oIG44JCqMKtdxgg=";