Skip to content

Commit 01b2121

Browse files
committed
govc: 0.43.0 -> 0.44.0
1 parent 8ab1d55 commit 01b2121

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/virtualization/govc/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
buildGoModule rec {
44
pname = "govc";
5-
version = "0.43.0";
5+
version = "0.44.0";
66

77
subPackages = [ "govc" ];
88

99
src = fetchFromGitHub {
1010
rev = "v${version}";
1111
owner = "vmware";
1212
repo = "govmomi";
13-
sha256 = "sha256-TLkSDi8s8zqUED76Bfznm3VLwUi0+tmUjbddqHlwiUQ=";
13+
sha256 = "sha256-DHzSW8PTi8CnIYvauhoEBSUKOInR8VwTIfosjzLY6CM=";
1414
};
1515

16-
vendorHash = "sha256-C8NeTGPqzFe3UYB90sEui67e5wUsH/15rwkwahNTLHM=";
16+
vendorHash = "sha256-ddofXjBnyHRn7apS8hpM57S1oo+1w5i4n0Z6ZPKQEDI=";
1717

1818
ldflags = [
1919
"-s"

0 commit comments

Comments
 (0)