Merge pull request #218912 from r-ryantm/auto-update/cargo-tarpaulin
cargo-tarpaulin: 0.25.0 -> 0.25.1
This commit is contained in:
commit
d66f8ec653
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-tarpaulin";
|
pname = "cargo-tarpaulin";
|
||||||
version = "0.25.0";
|
version = "0.25.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xd009642";
|
owner = "xd009642";
|
||||||
repo = "tarpaulin";
|
repo = "tarpaulin";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-9duL16AuwG3lBMq1hUAXbNrvoBF6SASCiakmT42LQ/E=";
|
sha256 = "sha256-JTkVNy2wqPIQ5mVcptI10a3Ghhdygnm9dmwUmiDqYjE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
buildInputs = [ openssl ]
|
buildInputs = [ openssl ]
|
||||||
++ lib.optionals stdenv.isDarwin [ curl Security ];
|
++ lib.optionals stdenv.isDarwin [ curl Security ];
|
||||||
|
|
||||||
cargoHash = "sha256-MXnE3Fq/jzWHvmO2i8cWixRKRuwVbUU/OmBj1SUkEiY=";
|
cargoHash = "sha256-t4L3HSOGk/lAL8mOaVl/pm3kE0CVVzsYpyu0V6zeIFQ=";
|
||||||
#checkFlags = [ "--test-threads" "1" ];
|
#checkFlags = [ "--test-threads" "1" ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue