Merge pull request #112231 from r-ryantm/auto-update/tox-node

tox-node: 0.1.0 -> 0.1.1
This commit is contained in:
Ryan Mulligan 2021-02-06 15:15:32 -08:00 committed by GitHub
commit db148240b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";