Skip to content

Commit 2f79096

Browse files
authored
cargo-codspeed: 2.10.0 -> 2.10.1 (#398014)
2 parents f35bc2e + d5ae935 commit 2f79096

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 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.10.0";
16+
version = "2.10.1";
1717

1818
src = fetchFromGitHub {
1919
owner = "CodSpeedHQ";
2020
repo = "codspeed-rust";
2121
rev = "v${version}";
22-
hash = "sha256-VAl9UceVDS2XltP3G1YxNp07R+PmuJGJ8zvtxblcQLc=";
22+
hash = "sha256-eKZDoOI9mbJC6lbO6Q8tTMj5RtHqOs9YCvTmn7/I/9w=";
2323
};
2424

2525
useFetchCargoVendor = true;
26-
cargoHash = "sha256-QkBc8WOzcqBwmVZN/n8ySeAAd0aotzqJ9xMJB/Qgfhg=";
26+
cargoHash = "sha256-JX6Y7qh3cyGPqBRfFvUM/sNx5aoMappQcnlPTFWTH2w=";
2727

2828
nativeBuildInputs = [
2929
curl

0 commit comments

Comments
 (0)