open-vm-tools: 10.1.0 -> 10.1.10
This commit is contained in:
parent
00422b2279
commit
4f25b7b6b3
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "open-vm-tools-${version}";
|
name = "open-vm-tools-${version}";
|
||||||
version = "10.1.0";
|
version = "10.1.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vmware";
|
owner = "vmware";
|
||||||
repo = "open-vm-tools";
|
repo = "open-vm-tools";
|
||||||
rev = "stable-${version}";
|
rev = "stable-${version}";
|
||||||
sha256 = "1qzk4mvw618ca4j9agsfpqch9jgwghvdc4rpkvlyz8kirvh9iniz";
|
sha256 = "13ifpi53rc2463ka8xw9zx407d1fz119x8sb9k48g5mwxm6c85fm";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/open-vm-tools";
|
sourceRoot = "${src.name}/open-vm-tools";
|
||||||
@ -52,8 +52,8 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/vmware/open-vm-tools;
|
homepage = https://github.com/vmware/open-vm-tools;
|
||||||
description = "Set of tools for VMWare guests to improve host-guest interaction";
|
description = "Set of tools for VMWare guests to improve host-guest interaction";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
A set of services and modules that enable several features in VMware products for
|
A set of services and modules that enable several features in VMware products for
|
||||||
better management of, and seamless user interactions with, guests.
|
better management of, and seamless user interactions with, guests.
|
||||||
'';
|
'';
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user