Skip to content

Commit 6486adc

Browse files
authored
cargo-binutils: 0.3.6 -> 0.4.0 (#437238)
2 parents 084a1d1 + 0a10ae6 commit 6486adc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 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";
@@ -29,6 +29,7 @@ rustPlatform.buildRustPackage rec {
2929
maintainers = with lib.maintainers; [
3030
stupremee
3131
matthiasbeyer
32+
newam
3233
];
3334
};
3435
}

0 commit comments

Comments
 (0)