Merge pull request #68367 from toonn/toxvpn-bump
toxvpn: 2018-04-07 -> 2019-09-09
This commit is contained in:
commit
944e76eb78
|
@ -5,13 +5,13 @@
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "toxvpn-2018-04-17";
|
name = "toxvpn-2019-09-09";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cleverca22";
|
owner = "cleverca22";
|
||||||
repo = "toxvpn";
|
repo = "toxvpn";
|
||||||
rev = "dc766f98888f500ea51f002f59007eac3f3a0a06";
|
rev = "45083dec172ce167f7ed84d571ec2822ebe4d51a";
|
||||||
sha256 = "19br3fmrdm45fvymj9kvwikkn8m657yd5fkhx6grv35ckrj83mxz";
|
sha256 = "193crarrx6q0zd2p6dn67pzv8kngwi440zm1y54njgcz0v3fpxmb";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libtoxcore nlohmann_json libsodium zeromq ]
|
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";
|
description = "A powerful tool that allows one to make tunneled point to point connections over Tox";
|
||||||
homepage = https://github.com/cleverca22/toxvpn;
|
homepage = https://github.com/cleverca22/toxvpn;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ cleverca22 obadz ];
|
maintainers = with maintainers; [ cleverca22 obadz toonn ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue