esp-generate: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm 2025-02-11 21:42:23 +00:00
parent b64b41e8d6
commit 2bfaf8e471

View File

@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "esp-generate";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitHub {
owner = "esp-rs";
repo = "esp-generate";
rev = "v${version}";
hash = "sha256-o8b30xCkHWdfGhI+8KXVj1U8xJtt7YsRcKBL6FxUVW8=";
hash = "sha256-qDlEI9cav2RSsYinIlW4VqmCtUW+vAgFJOE2miFAVVo=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-eTXSVeFzlQHBPWPRgt//uvtsPal4KeD2Rk7Sevkx/LE=";
cargoHash = "sha256-fBTJBHlbIvj1JYJBrtZdaIU1ztB3yE3LF6GxTfGXWTM=";
meta = {
description = "Template generation tool to create no_std applications targeting Espressif's chips";