Skip to content

Commit a8c8ff5

Browse files
committed
cargo-benchcmp: 0.4.4 -> 0.4.5
1 parent 5e9777c commit a8c8ff5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "cargo-benchcmp";
10-
version = "0.4.4";
10+
version = "0.4.5";
1111

1212
src = fetchFromGitHub {
1313
owner = "BurntSushi";
1414
repo = "cargo-benchcmp";
1515
rev = version;
16-
hash = "sha256-pg3/VUC1DQ7GbSQDfVZ0WNisXvzXy0O0pr2ik2ar2h0=";
16+
hash = "sha256-J8KFI0V/mOhUlYtVnFAQgPIpXL9/dLhOFxSly4bR00I=";
1717
};
1818

19-
cargoHash = "sha256-vxy9Ym3Twx034I1E5fWNnbP1ttfLolMbO1IgRiPfhRw=";
19+
cargoHash = "sha256-2V9ILHnDsUI+x3f5o+V7p8rPUKf33PAkpyTabCPdd0g=";
2020

2121
patches = [
2222
# patch the binary path so tests can find the binary when `--target` is present

0 commit comments

Comments
 (0)