elf2uf2-rs: 1.3.7 -> 1.3.8

This commit is contained in:
R. Ryantm 2023-12-02 11:32:23 +00:00
parent 83bf011027
commit 23bf262ee5

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";