Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c2fc61c5f70b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ad70c1ca5417
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 1, 2019

  1. govc: 0.20.0 -> 0.21.0

    sigma committed Sep 1, 2019
    Copy the full SHA
    9438729 View commit details
  2. Merge pull request #67904 from sigma/pr/govmomi-0.21.0

    govc: 0.20.0 -> 0.21.0
    Ma27 authored Sep 1, 2019
    Copy the full SHA
    ad70c1c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/virtualization/govc/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/virtualization/govc/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "govc";
version = "0.20.0";
version = "0.21.0";

goPackagePath = "github.com/vmware/govmomi";

@@ -12,7 +12,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "vmware";
repo = "govmomi";
sha256 = "16pgjhlps21vk3cb5h2y0b6skq095rd8kl0618rwrz84chdnzahk";
sha256 = "0mig8w0szxqcii3gihrsm8n8hzziq9l6axc5z32nw9kiy9bi4130";
};

meta = {