3
0
Fork 0
forked from mirrors/nixpkgs

logmein-hamachi: 2.1.0.165 -> 2.1.0.174

This commit is contained in:
Nikolay Amiantov 2016-11-23 18:07:47 +03:00
parent 5a8e60e97d
commit 77a61cabe9

View file

@ -10,14 +10,14 @@ let
else if stdenv.system == "i686-linux" then "x86"
else abort "Unsupported architecture";
sha256 =
if stdenv.system == "x86_64-linux" then "0l8y8z8fqvxrypx3dp83mm3qr9shgpcn5h7x2k2z13gp4aq0yw6g"
else if stdenv.system == "i686-linux" then "00nl442k4pij9fm8inlk4qrcvbnz55fbwf3sm3dgbzvd5jcgsa0f"
if stdenv.system == "x86_64-linux" then "011xg1frhjavv6zj1y3da0yh7rl6v1ax6xy2g8fk3sry9bi2p4j3"
else if stdenv.system == "i686-linux" then "03ml9xv19km99f0z7fpr21b1zkxvw7q39kjzd8wpb2pds51wnc62"
else abort "Unsupported architecture";
libraries = stdenv.lib.makeLibraryPath [ stdenv.cc.cc ];
in stdenv.mkDerivation rec {
name = "logmein-hamachi-${version}";
version = "2.1.0.165";
version = "2.1.0.174";
src = fetchurl {
url = "https://www.vpn.net/installers/${name}-${arch}.tgz";