We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f35bc2e + d5ae935 commit 2f79096Copy full SHA for 2f79096
pkgs/development/tools/rust/cargo-codspeed/default.nix
@@ -13,17 +13,17 @@
13
14
rustPlatform.buildRustPackage rec {
15
pname = "cargo-codspeed";
16
- version = "2.10.0";
+ version = "2.10.1";
17
18
src = fetchFromGitHub {
19
owner = "CodSpeedHQ";
20
repo = "codspeed-rust";
21
rev = "v${version}";
22
- hash = "sha256-VAl9UceVDS2XltP3G1YxNp07R+PmuJGJ8zvtxblcQLc=";
+ hash = "sha256-eKZDoOI9mbJC6lbO6Q8tTMj5RtHqOs9YCvTmn7/I/9w=";
23
};
24
25
useFetchCargoVendor = true;
26
- cargoHash = "sha256-QkBc8WOzcqBwmVZN/n8ySeAAd0aotzqJ9xMJB/Qgfhg=";
+ cargoHash = "sha256-JX6Y7qh3cyGPqBRfFvUM/sNx5aoMappQcnlPTFWTH2w=";
27
28
nativeBuildInputs = [
29
curl
0 commit comments