6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/${version}";
15 hash = "sha256-94tXhuAoaS1y/zGz63PPqOayRylGK0Ei2a6H4/BCB30";
18 nativeBuildInputs = with python3.pkgs; [
22 propagatedBuildInputs = with python3.pkgs; [
27 description = "LoRa packet sniffer for RNode hardware";
28 mainProgram = "loramon";
29 homepage = "https://github.com/markqvist/LoRaMon";
30 changelog = "https://github.com/markqvist/LoRaMon/releases/tag/${version}";
31 license = licenses.mit;
32 maintainers = with maintainers; [ erethon ];