tox-node: 0.1.0 -> 0.1.1
This commit is contained in:
parent
671fd3a3c1
commit
94e5b51d29
@ -7,13 +7,13 @@ with rustPlatform;
|
|||||||
|
|
||||||
buildRustPackage rec {
|
buildRustPackage rec {
|
||||||
pname = "tox-node";
|
pname = "tox-node";
|
||||||
version = "0.1.0";
|
version = "0.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tox-rs";
|
owner = "tox-rs";
|
||||||
repo = "tox-node";
|
repo = "tox-node";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0bar42nigjwn7dq48rmg74sm3gnfqvb6gnd9g1n0i8nmynd00wvn";
|
sha256 = "sha256-tB6v2NEBdTNHf89USdQOr/pV0mbxxb8ftOYPPJMvz5Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libsodium openssl ];
|
buildInputs = [ libsodium openssl ];
|
||||||
@ -31,7 +31,7 @@ buildRustPackage rec {
|
|||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
cargoSha256 = "087ccb824hmmxmnn5c2bzww2q888a8zy6y7rwgsdfr8rbay2c909";
|
cargoSha256 = "sha256-kCT2ulB+c2OlsABkyXyzrHfD/G92EPCdTO34FR5oSws=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with 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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user