Skip to content

Commit 0a10ae6

Browse files
committed
cargo-binutils: 0.3.6 -> 0.4.0
1 parent 2712a15 commit 0a10ae6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ca/cargo-binutils/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "cargo-binutils";
9-
version = "0.3.6";
9+
version = "0.4.0";
1010

1111
src = fetchCrate {
1212
inherit pname version;
13-
hash = "sha256-tRh3+X6QCdkkJE1O60ZRkDBRbznGZ1aB1AOmcz0EINI=";
13+
hash = "sha256-AF1MRBH8ULnHNHT2FS/LxMH+b06QMTIZMIR8mmkn17c=";
1414
};
1515

16-
cargoHash = "sha256-QdW0HiVhKFuXj7hWZw1lkrFmvVIqbeMKRF2qnBX9wRI=";
16+
cargoHash = "sha256-pK6pFgOxQdEc4hYFj6mLEiIuPhoutpM2h3OLZgYrf6Q=";
1717

1818
meta = {
1919
description = "Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain";
2020
longDescription = ''
21-
In order for this to work, you either need to run `rustup component add llvm-tools-preview` or install the `llvm-tools-preview` component using your Nix library (e.g. fenix or rust-overlay)
21+
In order for this to work, you either need to run `rustup component add llvm-tools` or install the `llvm-tools` component using your Nix library (e.g. fenix or rust-overlay)
2222
'';
2323
homepage = "https://github.com/rust-embedded/cargo-binutils";
2424
changelog = "https://github.com/rust-embedded/cargo-binutils/blob/v${version}/CHANGELOG.md";

0 commit comments

Comments
 (0)