Fix nix-shell & itm
This commit is contained in:
parent
03b7e65a93
commit
755a77050e
|
@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
cargoPatches = [ ./itm-cargo-lock.patch ];
|
||||
|
||||
cargoSha256 = "0xzpyafmkp2wvw2332kb1sm2m3lgg6qy6fskcq431d713ilvrkmg";
|
||||
cargoSha256 = "1lgv8nhzbzfw9cl4rhj46a86h9jygz0ih3j4zw5nd1346xgmz7b8";
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ let
|
|||
echo " - Run tx_stm32f407 example."
|
||||
echo " tcp_stm32f407 <ip> <pref>"
|
||||
echo " - Run tcp_stm32f407 example with the IPv4"
|
||||
echo " address <ip> \(dot-separated\) and prefix length <pref>."
|
||||
echo " address <ip> (dot-separated) and prefix length <pref>."
|
||||
echo ""
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in New Issue