mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #69653 from r-ryantm/auto-update/logmein-hamachi
logmein-hamachi: 2.1.0.198 -> 2.1.0.203
This commit is contained in:
commit
b70ed464fc
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@ let
|
||||||
else throwSystem;
|
else throwSystem;
|
||||||
throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}";
|
throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}";
|
||||||
sha256 =
|
sha256 =
|
||||||
if stdenv.hostPlatform.system == "x86_64-linux" then "11mxa4kls5xjj3462ycrfvfxb1xkk23p5m9iirvwsi0zdmhpnwm8"
|
if stdenv.hostPlatform.system == "x86_64-linux" then "0zy0jzvdqccfsg42m2lq1rj8r2c4iypd1h9vxl9824cbl92yim37"
|
||||||
else if stdenv.hostPlatform.system == "i686-linux" then "03ml9xv19km99f0z7fpr21b1zkxvw7q39kjzd8wpb2pds51wnc62"
|
else if stdenv.hostPlatform.system == "i686-linux" then "03ml9xv19km99f0z7fpr21b1zkxvw7q39kjzd8wpb2pds51wnc62"
|
||||||
else throwSystem;
|
else throwSystem;
|
||||||
libraries = stdenv.lib.makeLibraryPath [ stdenv.cc.cc ];
|
libraries = stdenv.lib.makeLibraryPath [ stdenv.cc.cc ];
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "logmein-hamachi";
|
pname = "logmein-hamachi";
|
||||||
version = "2.1.0.198";
|
version = "2.1.0.203";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.vpn.net/installers/${pname}-${version}-${arch}.tgz";
|
url = "https://www.vpn.net/installers/${pname}-${version}-${arch}.tgz";
|
||||||
|
|
Loading…
Reference in a new issue