We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b5afd6 + a33d0a7 commit 4005defCopy full SHA for 4005def
1 file changed
pkgs/by-name/ca/cargo-tarpaulin/package.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "cargo-tarpaulin";
13
- version = "0.32.3";
+ version = "0.32.5";
14
15
src = fetchFromGitHub {
16
owner = "xd009642";
17
repo = "tarpaulin";
18
rev = version;
19
- hash = "sha256-sKb+e2aROl1IBUUR0LB8aHxQfEOkbqz9WYqUWVNj8W8=";
+ hash = "sha256-68WDe0Fp0QJ6WCVJFeMniJTpGSzfxLGLM/a/CZxVxrA=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-dPWdBNrY57tLV/YTcnM7SAQs6mfRynZZelNao1tNj2c=";
+ cargoHash = "sha256-Uf+l4LqPoG8FKvZD0lYGC2hz7gLZYJf6HAUe0SQiT9s=";
24
25
nativeBuildInputs = [
26
pkg-config
0 commit comments