Skip to content

Commit

Permalink
open-vm-tools: 10.1.0 -> 10.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Sep 25, 2017
1 parent 00422b2 commit 4f25b7b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkgs/applications/virtualization/open-vm-tools/default.nix
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
name = "open-vm-tools-${version}";
version = "10.1.0";
version = "10.1.10";

src = fetchFromGitHub {
owner = "vmware";
repo = "open-vm-tools";
rev = "stable-${version}";
sha256 = "1qzk4mvw618ca4j9agsfpqch9jgwghvdc4rpkvlyz8kirvh9iniz";
owner = "vmware";
repo = "open-vm-tools";
rev = "stable-${version}";
sha256 = "13ifpi53rc2463ka8xw9zx407d1fz119x8sb9k48g5mwxm6c85fm";
};

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

0 comments on commit 4f25b7b

Please sign in to comment.