Skip to content

Commit 4005def

Browse files
authored
cargo-tarpaulin: 0.32.3 -> 0.32.5 (#405786)
2 parents 8b5afd6 + a33d0a7 commit 4005def

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/ca/cargo-tarpaulin/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "cargo-tarpaulin";
13-
version = "0.32.3";
13+
version = "0.32.5";
1414

1515
src = fetchFromGitHub {
1616
owner = "xd009642";
1717
repo = "tarpaulin";
1818
rev = version;
19-
hash = "sha256-sKb+e2aROl1IBUUR0LB8aHxQfEOkbqz9WYqUWVNj8W8=";
19+
hash = "sha256-68WDe0Fp0QJ6WCVJFeMniJTpGSzfxLGLM/a/CZxVxrA=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-dPWdBNrY57tLV/YTcnM7SAQs6mfRynZZelNao1tNj2c=";
23+
cargoHash = "sha256-Uf+l4LqPoG8FKvZD0lYGC2hz7gLZYJf6HAUe0SQiT9s=";
2424

2525
nativeBuildInputs = [
2626
pkg-config

0 commit comments

Comments
 (0)