File tree 1 file changed +7
-7
lines changed
pkgs/applications/virtualization/open-vm-tools
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
stdenv . mkDerivation rec {
8
8
name = "open-vm-tools-${ version } " ;
9
- version = "10.1.0 " ;
9
+ version = "10.1.10 " ;
10
10
11
11
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 " ;
16
16
} ;
17
17
18
18
sourceRoot = "${ src . name } /open-vm-tools" ;
@@ -52,8 +52,8 @@ stdenv.mkDerivation rec {
52
52
homepage = https://github.com/vmware/open-vm-tools ;
53
53
description = "Set of tools for VMWare guests to improve host-guest interaction" ;
54
54
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.
57
57
'' ;
58
58
license = licenses . gpl2 ;
59
59
platforms = platforms . linux ;
You can’t perform that action at this time.
0 commit comments