commit
f174a84d33
@ -7,13 +7,13 @@ with rustPlatform;
|
|||||||
|
|
||||||
buildRustPackage rec {
|
buildRustPackage rec {
|
||||||
pname = "tox-node";
|
pname = "tox-node";
|
||||||
version = "0.0.8";
|
version = "0.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tox-rs";
|
owner = "tox-rs";
|
||||||
repo = "tox-node";
|
repo = "tox-node";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0vnjbhz74d4s6701xsd46ygx0kq8wd8xwpajvkhdivc042mw9078";
|
sha256 = "0bar42nigjwn7dq48rmg74sm3gnfqvb6gnd9g1n0i8nmynd00wvn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libsodium openssl ];
|
buildInputs = [ libsodium openssl ];
|
||||||
@ -31,12 +31,12 @@ buildRustPackage rec {
|
|||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
cargoSha256 = "1ka22krw8s05vpamg9naqqf7vv5h8dkpfdik0wy8nispkrxzgb92";
|
cargoSha256 = "087ccb824hmmxmnn5c2bzww2q888a8zy6y7rwgsdfr8rbay2c909";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A server application to run tox node written in pure Rust";
|
description = "A server application to run tox node written in pure Rust";
|
||||||
homepage = "https://github.com/tox-rs/tox-node";
|
homepage = "https://github.com/tox-rs/tox-node";
|
||||||
license = [ licenses.mit ];
|
license = [ licenses.gpl3Plus ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ suhr ];
|
maintainers = with maintainers; [ suhr ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user