Skip to content

Commit 202a035

Browse files
authored
esp-generate: 0.3.0 -> 0.3.1 (NixOS#388741)
2 parents 71232d9 + 2af27d5 commit 202a035

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/es/esp-generate/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "esp-generate";
9-
version = "0.3.0";
9+
version = "0.3.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "esp-rs";
1313
repo = "esp-generate";
1414
rev = "v${version}";
15-
hash = "sha256-Z+PsGx3Y2WZLO5QK5icI89YPOmY4p/RBMiYecEOfmwc=";
15+
hash = "sha256-yk7iv5nq2b/1OY77818I7mXW96YxjwwJS3iiv1KXVHs=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-uvHZyvIcPLB1GW7EkJshAeGRI3xJZtN9kPrLhHGoojs=";
19+
cargoHash = "sha256-ncTX9cDSAf6ZGlz0utGYxkuXcx85vt3VHQzdmQhCNf0=";
2020

2121
meta = {
2222
description = "Template generation tool to create no_std applications targeting Espressif's chips";

0 commit comments

Comments
 (0)