Skip to content

Commit 4f25b7b

Browse files
committedSep 25, 2017
open-vm-tools: 10.1.0 -> 10.1.10
1 parent 00422b2 commit 4f25b7b

File tree

1 file changed

+7
-7
lines changed
  • pkgs/applications/virtualization/open-vm-tools

1 file changed

+7
-7
lines changed
 

‎pkgs/applications/virtualization/open-vm-tools/default.nix

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
stdenv.mkDerivation rec {
88
name = "open-vm-tools-${version}";
9-
version = "10.1.0";
9+
version = "10.1.10";
1010

1111
src = fetchFromGitHub {
12-
owner = "vmware";
13-
repo = "open-vm-tools";
14-
rev = "stable-${version}";
15-
sha256 = "1qzk4mvw618ca4j9agsfpqch9jgwghvdc4rpkvlyz8kirvh9iniz";
12+
owner = "vmware";
13+
repo = "open-vm-tools";
14+
rev = "stable-${version}";
15+
sha256 = "13ifpi53rc2463ka8xw9zx407d1fz119x8sb9k48g5mwxm6c85fm";
1616
};
1717

1818
sourceRoot = "${src.name}/open-vm-tools";
@@ -52,8 +52,8 @@ stdenv.mkDerivation rec {
5252
homepage = https://github.com/vmware/open-vm-tools;
5353
description = "Set of tools for VMWare guests to improve host-guest interaction";
5454
longDescription = ''
55-
A set of services and modules that enable several features in VMware products for
56-
better management of, and seamless user interactions with, guests.
55+
A set of services and modules that enable several features in VMware products for
56+
better management of, and seamless user interactions with, guests.
5757
'';
5858
license = licenses.gpl2;
5959
platforms = platforms.linux;

0 commit comments

Comments
 (0)
Please sign in to comment.