We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71232d9 + 2af27d5 commit 202a035Copy full SHA for 202a035
pkgs/by-name/es/esp-generate/package.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "esp-generate";
9
- version = "0.3.0";
+ version = "0.3.1";
10
11
src = fetchFromGitHub {
12
owner = "esp-rs";
13
repo = "esp-generate";
14
rev = "v${version}";
15
- hash = "sha256-Z+PsGx3Y2WZLO5QK5icI89YPOmY4p/RBMiYecEOfmwc=";
+ hash = "sha256-yk7iv5nq2b/1OY77818I7mXW96YxjwwJS3iiv1KXVHs=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-uvHZyvIcPLB1GW7EkJshAeGRI3xJZtN9kPrLhHGoojs=";
+ cargoHash = "sha256-ncTX9cDSAf6ZGlz0utGYxkuXcx85vt3VHQzdmQhCNf0=";
20
21
meta = {
22
description = "Template generation tool to create no_std applications targeting Espressif's chips";
0 commit comments