mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-28 08:49:48 +00:00
Merge pull request #286876 from r-ryantm/auto-update/elf2uf2-rs
elf2uf2-rs: 1.3.8 -> 2.0.0
This commit is contained in:
commit
ec9e411b51
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "elf2uf2-rs";
|
pname = "elf2uf2-rs";
|
||||||
version = "1.3.8";
|
version = "2.0.0";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-wR2rxovUYBW9kKMFJG5lsRhtpI12L+HZe73kQyckEdI=";
|
sha256 = "sha256-cmiCOykORue0Cg2uUUWa/nXviX1ddbGNC5gRKe+1kYs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
Foundation
|
Foundation
|
||||||
];
|
];
|
||||||
|
|
||||||
cargoHash = "sha256-gSEmNmVpREvD3lDJmcmPnN9keu7SaAIcO7fDhOBhu/E=";
|
cargoHash = "sha256-TBH3pLB6vQVGnfShLtFPNKjciuUIuTkvp3Gayzo+X9E=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Convert ELF files to UF2 for USB Flashing Bootloaders";
|
description = "Convert ELF files to UF2 for USB Flashing Bootloaders";
|
||||||
|
Loading…
Reference in New Issue
Block a user