Skip to content

Commit

Permalink
Merge pull request #89700 from r-ryantm/auto-update/cargo-tarpaulin
Browse files Browse the repository at this point in the history
cargo-tarpaulin: 0.13.2 -> 0.13.3
  • Loading branch information
marsam committed Jun 7, 2020
2 parents 4e986bd + 2b42590 commit a1bdb4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/analysis/cargo-tarpaulin/default.nix
Expand Up @@ -2,21 +2,21 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-tarpaulin";
version = "0.13.2";
version = "0.13.3";

src = fetchFromGitHub {
owner = "xd009642";
repo = "tarpaulin";
rev = "${version}";
sha256 = "0sjd0xvphrc2kxzvwk4l0dnshn062ghn9f29h7k2ifsf2myl7066";
sha256 = "1zc03frbag0lhxxbrdhip5h61ah16rqfcs314nyx7lfn3jd0gqzd";
};

nativeBuildInputs = [
pkgconfig
];
buildInputs = [ openssl ];

cargoSha256 = "1w9pymg989kl29s4dhr32ck0nq61pg9h1qf4aad1sv83llbqahq0";
cargoSha256 = "15qf5hb6gm4lm1dcsqqs8nmd43m1qmw2g2zpj3c0abs5fbdz8k3a";
#checkFlags = [ "--test-threads" "1" ];
doCheck = false;

Expand Down

0 comments on commit a1bdb4d

Please sign in to comment.