esp-generate: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm 2025-07-16 14:25:00 +00:00
parent 1a6187704f
commit 75ec16f97e

View File

@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "esp-generate"; pname = "esp-generate";
version = "0.4.0"; version = "0.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "esp-rs"; owner = "esp-rs";
repo = "esp-generate"; repo = "esp-generate";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-4RF0XcDpUcMQ0u2FTRBnZdQDM7DlaI7pl5HukMbbbBE="; hash = "sha256-rvgmmG0LhRb+eRdqmlCf514lzV0QGWPaJ8pnlTnxfvo=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-c/BYf6SXOdI/K4t3fT4ycuILkIYCiSbHafLprSMvK8E="; cargoHash = "sha256-ai8FUKHK/iHeUEgklZEDAMKoorXVDxGSZVrB7LahVV8=";
meta = { meta = {
description = "Template generation tool to create no_std applications targeting Espressif's chips"; description = "Template generation tool to create no_std applications targeting Espressif's chips";