Skip to content

Commit f561b6c

Browse files
authored
cargo-valgrind: 2.1.1 -> 2.2.1 (NixOS#369751)
2 parents 5387b81 + 61f4814 commit f561b6c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "cargo-valgrind";
12-
version = "2.1.1";
12+
version = "2.2.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "jfrimmel";
1616
repo = "cargo-valgrind";
17-
rev = "v${version}";
18-
sha256 = "sha256-l/1paghG/ARD0JfzNh0xj2UD5kW6FddM8Xrd/FCygYc=";
17+
tag = version;
18+
sha256 = "sha256-yUCDKklkfK+2n+THH4QlHb+FpeWfObXpmp4VozsFiUM=";
1919
};
2020

21-
cargoHash = "sha256-9/kIIZDIsOhUvRT3TyXN5PGFUB+a8m2yXmzBbsPUK28=";
21+
cargoHash = "sha256-6vcTsernIVkemGhMBT9LMTsBsJ4u1Sd12BgIp4Zn3vg=";
2222

2323
passthru = {
2424
updateScript = nix-update-script { };
@@ -33,6 +33,7 @@ rustPlatform.buildRustPackage rec {
3333
checkFlags = [
3434
"--skip examples_are_runnable"
3535
"--skip tests_are_runnable"
36+
"--skip issue74"
3637
];
3738

3839
meta = with lib; {

0 commit comments

Comments
 (0)