7 pname = "librespeed-cli";
10 src = fetchFromGitHub {
12 repo = "speedtest-cli";
14 sha256 = "sha256-LFGlKYWUaHi/byoRPD6zsdr0U5r0zWxxRa2NJNB2yb8=";
17 vendorSha256 = "sha256-psZyyySpY06J+ji+9uHUtX7Ks1hzZC3zINszYP75NfQ=";
19 # Tests have additonal requirements
23 description = "Command line client for LibreSpeed";
24 homepage = "https://github.com/librespeed/speedtest-cli";
25 license = with licenses; [ lgpl3Only ];
26 maintainers = with maintainers; [ fab ];