mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #68367 from toonn/toxvpn-bump
toxvpn: 2018-04-07 -> 2019-09-09
This commit is contained in:
commit
944e76eb78
1 changed files with 4 additions and 4 deletions
|
@ -5,13 +5,13 @@
|
|||
with stdenv.lib;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "toxvpn-2018-04-17";
|
||||
name = "toxvpn-2019-09-09";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cleverca22";
|
||||
repo = "toxvpn";
|
||||
rev = "dc766f98888f500ea51f002f59007eac3f3a0a06";
|
||||
sha256 = "19br3fmrdm45fvymj9kvwikkn8m657yd5fkhx6grv35ckrj83mxz";
|
||||
rev = "45083dec172ce167f7ed84d571ec2822ebe4d51a";
|
||||
sha256 = "193crarrx6q0zd2p6dn67pzv8kngwi440zm1y54njgcz0v3fpxmb";
|
||||
};
|
||||
|
||||
buildInputs = [ libtoxcore nlohmann_json libsodium zeromq ]
|
||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
|||
description = "A powerful tool that allows one to make tunneled point to point connections over Tox";
|
||||
homepage = https://github.com/cleverca22/toxvpn;
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ cleverca22 obadz ];
|
||||
maintainers = with maintainers; [ cleverca22 obadz toonn ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue