forked from mirrors/nixpkgs
logmein-hamachi: 2.1.0.165 -> 2.1.0.174
This commit is contained in:
parent
5a8e60e97d
commit
77a61cabe9
|
@ -10,14 +10,14 @@ let
|
||||||
else if stdenv.system == "i686-linux" then "x86"
|
else if stdenv.system == "i686-linux" then "x86"
|
||||||
else abort "Unsupported architecture";
|
else abort "Unsupported architecture";
|
||||||
sha256 =
|
sha256 =
|
||||||
if stdenv.system == "x86_64-linux" then "0l8y8z8fqvxrypx3dp83mm3qr9shgpcn5h7x2k2z13gp4aq0yw6g"
|
if stdenv.system == "x86_64-linux" then "011xg1frhjavv6zj1y3da0yh7rl6v1ax6xy2g8fk3sry9bi2p4j3"
|
||||||
else if stdenv.system == "i686-linux" then "00nl442k4pij9fm8inlk4qrcvbnz55fbwf3sm3dgbzvd5jcgsa0f"
|
else if stdenv.system == "i686-linux" then "03ml9xv19km99f0z7fpr21b1zkxvw7q39kjzd8wpb2pds51wnc62"
|
||||||
else abort "Unsupported architecture";
|
else abort "Unsupported architecture";
|
||||||
libraries = stdenv.lib.makeLibraryPath [ stdenv.cc.cc ];
|
libraries = stdenv.lib.makeLibraryPath [ stdenv.cc.cc ];
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "logmein-hamachi-${version}";
|
name = "logmein-hamachi-${version}";
|
||||||
version = "2.1.0.165";
|
version = "2.1.0.174";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.vpn.net/installers/${name}-${arch}.tgz";
|
url = "https://www.vpn.net/installers/${name}-${arch}.tgz";
|
||||||
|
|
Loading…
Reference in a new issue