Skip to content

Commit e6d37a3

Browse files
cargo-codspeed: 2.4.0 -> 2.9.1 (NixOS#391472)
2 parents 9b94d21 + 3fda177 commit e6d37a3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pkgs/development/tools/rust/cargo-codspeed/default.nix

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313

1414
rustPlatform.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;

0 commit comments

Comments
 (0)