esp-generate: 0.4.0 -> 0.5.0 (#425805)

Co-authored-by: hatch01 <hatch01@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-16 14:52:52 +00:00 committed by GitHub
commit 6df553780e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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