12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
19 rev = "GRIG-${lib.replaceStrings [ "." ] [ "_" ] version}";
20 sha256 = "sha256-OgIgHW9NMW/xSSti3naIR8AQWUtNSv5bYdOcObStBlM=";
34 description = "Simple Ham Radio control (CAT) program based on Hamlib";
37 Grig is a graphical user interface for the Ham Radio Control Libraries.
38 It is intended to be simple and generic, presenting the user with the
39 same interface regardless of which radio they use.
41 homepage = "https://groundstation.sourceforge.net/grig/";
42 license = licenses.gpl2;
43 platforms = platforms.linux;
44 maintainers = with maintainers; [ melling ];