Unverified Commit ae457fe3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

esp-generate: 0.2.1 -> 0.2.2 (#381292)

parents fd527aac 2bfaf8e4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";