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 8cc4b17 + a8c8ff5 commit ac11403Copy full SHA for ac11403
pkgs/development/tools/rust/cargo-benchcmp/default.nix
@@ -7,16 +7,16 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "cargo-benchcmp";
10
- version = "0.4.4";
+ version = "0.4.5";
11
12
src = fetchFromGitHub {
13
owner = "BurntSushi";
14
repo = "cargo-benchcmp";
15
rev = version;
16
- hash = "sha256-pg3/VUC1DQ7GbSQDfVZ0WNisXvzXy0O0pr2ik2ar2h0=";
+ hash = "sha256-J8KFI0V/mOhUlYtVnFAQgPIpXL9/dLhOFxSly4bR00I=";
17
};
18
19
- cargoHash = "sha256-vxy9Ym3Twx034I1E5fWNnbP1ttfLolMbO1IgRiPfhRw=";
+ cargoHash = "sha256-2V9ILHnDsUI+x3f5o+V7p8rPUKf33PAkpyTabCPdd0g=";
20
21
patches = [
22
# patch the binary path so tests can find the binary when `--target` is present
0 commit comments