mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Merge pull request #43301 from leviking/update-hamachi-version
logmein-hamachi 2.1.0.174 -> 2.1.0.198
This commit is contained in:
commit
2f71c99fd4
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user