8 pname = "librespeed-cli";
11 src = fetchFromGitHub {
13 repo = "speedtest-cli";
15 sha256 = "sha256-LFGlKYWUaHi/byoRPD6zsdr0U5r0zWxxRa2NJNB2yb8=";
18 vendorHash = "sha256-psZyyySpY06J+ji+9uHUtX7Ks1hzZC3zINszYP75NfQ=";
20 # Tests have additional requirements
24 description = "Command line client for LibreSpeed";
25 homepage = "https://github.com/librespeed/speedtest-cli";
26 license = with licenses; [ lgpl3Only ];
27 maintainers = with maintainers; [ fab ];
28 mainProgram = "speedtest-cli";