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