File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
pkgs/by-name/ca/cargo-valgrind Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 99
1010rustPlatform . 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 ; {
You can’t perform that action at this time.
0 commit comments