File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
pkgs/development/tools/rust/cargo-codspeed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1313
1414rustPlatform . buildRustPackage rec {
1515 pname = "cargo-codspeed" ;
16- version = "2.4.0 " ;
16+ version = "2.9.1 " ;
1717
1818 src = fetchFromGitHub {
1919 owner = "CodSpeedHQ" ;
2020 repo = "codspeed-rust" ;
2121 rev = "v${ version } " ;
22- hash = "sha256-pi02Bn5m4JoTtCIZvxkiUVKkjmtCShKqZw+AyhaVdyY =" ;
22+ hash = "sha256-q5xsZ8KHuC/Qm+o4xcWbW9Y9VrxHZ+/AxUO8TYEbE74 =" ;
2323 } ;
2424
2525 useFetchCargoVendor = true ;
26- cargoHash = "sha256-xHA6fe1/0p/PHGV6JcyVir5uGAqJ7qkHObjVqDPGwSY =" ;
26+ cargoHash = "sha256-Ance7Hfl0EOmMfZf3ZqvawrK7scot7WpefLtemHKb+U =" ;
2727
2828 nativeBuildInputs = [
2929 curl
@@ -43,6 +43,10 @@ rustPlatform.buildRustPackage rec {
4343
4444 cargoBuildFlags = [ "-p=cargo-codspeed" ] ;
4545 cargoTestFlags = cargoBuildFlags ;
46+ checkFlags = [
47+ # requires an extra dependency, blit
48+ "--skip=test_package_in_deps_build"
49+ ] ;
4650
4751 env = {
4852 LIBGIT2_NO_VENDOR = 1 ;
You can’t perform that action at this time.
0 commit comments