Unverified Commit d66f8ec6 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #218912 from r-ryantm/auto-update/cargo-tarpaulin

cargo-tarpaulin: 0.25.0 -> 0.25.1
parents 5aee86ad cf4927e0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-tarpaulin";
  version = "0.25.0";
  version = "0.25.1";

  src = fetchFromGitHub {
    owner = "xd009642";
    repo = "tarpaulin";
    rev = version;
    sha256 = "sha256-9duL16AuwG3lBMq1hUAXbNrvoBF6SASCiakmT42LQ/E=";
    sha256 = "sha256-JTkVNy2wqPIQ5mVcptI10a3Ghhdygnm9dmwUmiDqYjE=";
  };

  nativeBuildInputs = [
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
  buildInputs = [ openssl ]
    ++ lib.optionals stdenv.isDarwin [ curl Security ];

  cargoHash = "sha256-MXnE3Fq/jzWHvmO2i8cWixRKRuwVbUU/OmBj1SUkEiY=";
  cargoHash = "sha256-t4L3HSOGk/lAL8mOaVl/pm3kE0CVVzsYpyu0V6zeIFQ=";
  #checkFlags = [ "--test-threads" "1" ];
  doCheck = false;