logmein-hamachi: 2.1.0.139 -> 2.1.0.165

This commit is contained in:
Nikolay Amiantov 2016-08-13 03:20:44 +03:00
parent 0f59901b57
commit bd8217a2bc

@ -10,16 +10,17 @@ let
else if stdenv.system == "i686-linux" then "x86"
else abort "Unsupported architecture";
sha256 =
if stdenv.system == "x86_64-linux" then "1j9sba5prpihlmxr98ss3vls2qjfc6hypzlakr1k97z0a8433nif"
else if stdenv.system == "i686-linux" then "100x6gib2np72wrvcn1yhdyn4fplf5x8xm4x0g77izyfdb3yjg8h"
if stdenv.system == "x86_64-linux" then "0l8y8z8fqvxrypx3dp83mm3qr9shgpcn5h7x2k2z13gp4aq0yw6g"
else if stdenv.system == "i686-linux" then "00nl442k4pij9fm8inlk4qrcvbnz55fbwf3sm3dgbzvd5jcgsa0f"
else abort "Unsupported architecture";
libraries = stdenv.lib.makeLibraryPath [ stdenv.cc.cc ];
in stdenv.mkDerivation rec {
name = "logmein-hamachi-2.1.0.139";
name = "logmein-hamachi-${version}";
version = "2.1.0.165";
src = fetchurl {
url = "https://secure.logmein.com/labs/${name}-${arch}.tgz";
url = "https://www.vpn.net/installers/${name}-${arch}.tgz";
inherit sha256;
};
@ -37,7 +38,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A hosted VPN service that lets you securely extend LAN-like networks to distributed teams";
homepage = https://secure.logmein.com/products/hamachi/;
homepage = "https://secure.logmein.com/products/hamachi/";
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ abbradar ];
platforms = platforms.linux;