8 stdenv.mkDerivation (finalAttrs: {
12 src = fetchFromGitHub {
15 rev = "v${finalAttrs.version}";
16 hash = "sha256-AYpO2Xcd51B2qVUWoyI190BV0pIdA3HfuQJPzJ4yT/U=";
19 makeFlags = [ "PREFIX=$(out)" ];
22 version = testers.testVersion {
23 package = finalAttrs.finalPackage;
24 command = "${finalAttrs.meta.mainProgram} -V";
29 description = "Simple, reliable and powerful terminal to ease connection to serial ports";
31 BootTerm is a simple, reliable and powerful terminal designed to
32 ease connection to ephemeral serial ports as found on various SBCs,
33 and typically USB-based ones.
35 homepage = "https://github.com/wtarreau/bootterm";
36 license = lib.licenses.mit;
38 maintainers = with lib.maintainers; [ deadbaed ];
39 platforms = lib.platforms.unix;