librespeed-cli: 1.0.7 -> 1.0.8

This commit is contained in:
R. RyanTM 2021-04-30 20:45:14 +00:00
parent c47fc06de1
commit ff6c9411f8

View File

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "librespeed-cli"; pname = "librespeed-cli";
version = "1.0.7"; version = "1.0.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "librespeed"; owner = "librespeed";
repo = "speedtest-cli"; repo = "speedtest-cli";
rev = "v${version}"; rev = "v${version}";
sha256 = "03bhxx33fy1cgp83anm51fm8v079v0az0d0p785dz98jg14vzibl"; sha256 = "sha256-cbLuAOAGWmYj6xR2AjpwvRXrP3SXfHhjUp5MVLqC0WE=";
}; };
vendorSha256 = "1kccxmmzbkzbrxypcrz0j1zz51c0q1d5hh25lcpfbkm3498mj02c"; vendorSha256 = "sha256-psZyyySpY06J+ji+9uHUtX7Ks1hzZC3zINszYP75NfQ=";
# Tests have additonal requirements # Tests have additonal requirements
doCheck = false; doCheck = false;