Merge pull request #43301 from leviking/update-hamachi-version

logmein-hamachi 2.1.0.174 -> 2.1.0.198
This commit is contained in:
lewo 2018-07-10 23:30:20 +02:00 committed by GitHub
commit 2f71c99fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@ let
else throwSystem;
throwSystem = throw "Unsupported system: ${stdenv.system}";
sha256 =
if stdenv.system == "x86_64-linux" then "011xg1frhjavv6zj1y3da0yh7rl6v1ax6xy2g8fk3sry9bi2p4j3"
if stdenv.system == "x86_64-linux" then "11mxa4kls5xjj3462ycrfvfxb1xkk23p5m9iirvwsi0zdmhpnwm8"
else if stdenv.system == "i686-linux" then "03ml9xv19km99f0z7fpr21b1zkxvw7q39kjzd8wpb2pds51wnc62"
else throwSystem;
libraries = stdenv.lib.makeLibraryPath [ stdenv.cc.cc ];
in stdenv.mkDerivation rec {
name = "logmein-hamachi-${version}";
version = "2.1.0.174";
version = "2.1.0.198";
src = fetchurl {
url = "https://www.vpn.net/installers/${name}-${arch}.tgz";