6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "hWFdim84L2FfG6p9sEf+G5Uq4yhp5kv1ZMdk4sMHa+4=";
17 cargoHash = "sha256-d0tN6NZiAd+RkRy941fIaVEw/moz6tkpL0rN8TZew3g=";
20 description = "Cargo tool for monitoring ESP32/ESP8266 execution";
21 homepage = "https://github.com/esp-rs/espmonitor";
22 license = licenses.gpl3Plus;
23 maintainers = with maintainers; [ xanderio ];