Merge pull request #271641 from r-ryantm/auto-update/elf2uf2-rs

elf2uf2-rs: 1.3.7 -> 1.3.8
This commit is contained in:
Nick Cao 2023-12-03 10:09:16 -05:00 committed by GitHub
commit 46ad46ef8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
rustPlatform.buildRustPackage rec {
pname = "elf2uf2-rs";
version = "1.3.7";
version = "1.3.8";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-2ZilZIYXCNrKJlkHBsz/2/pMtF+UDfjDlt53ylcwgus=";
sha256 = "sha256-wR2rxovUYBW9kKMFJG5lsRhtpI12L+HZe73kQyckEdI=";
};
nativeBuildInputs = [
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
Foundation
];
cargoSha256 = "sha256-+3Rqlzkrw9XfM3PelGNbnRGaWQLbzVJ7iJgvGgVt5FE=";
cargoHash = "sha256-gSEmNmVpREvD3lDJmcmPnN9keu7SaAIcO7fDhOBhu/E=";
meta = with lib; {
description = "Convert ELF files to UF2 for USB Flashing Bootloaders";