Merge pull request #112231 from r-ryantm/auto-update/tox-node
tox-node: 0.1.0 -> 0.1.1
This commit is contained in:
commit
db148240b2
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@ with rustPlatform;
|
|||
|
||||
buildRustPackage rec {
|
||||
pname = "tox-node";
|
||||
version = "0.1.0";
|
||||
version = "0.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tox-rs";
|
||||
repo = "tox-node";
|
||||
rev = "v${version}";
|
||||
sha256 = "0bar42nigjwn7dq48rmg74sm3gnfqvb6gnd9g1n0i8nmynd00wvn";
|
||||
sha256 = "sha256-tB6v2NEBdTNHf89USdQOr/pV0mbxxb8ftOYPPJMvz5Y=";
|
||||
};
|
||||
|
||||
buildInputs = [ libsodium openssl ];
|
||||
|
@ -31,7 +31,7 @@ buildRustPackage rec {
|
|||
|
||||
doCheck = false;
|
||||
|
||||
cargoSha256 = "087ccb824hmmxmnn5c2bzww2q888a8zy6y7rwgsdfr8rbay2c909";
|
||||
cargoSha256 = "sha256-kCT2ulB+c2OlsABkyXyzrHfD/G92EPCdTO34FR5oSws=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A server application to run tox node written in pure Rust";
|
||||
|
|
Loading…
Reference in a new issue