speedtest-cli: 0.3.1 -> 0.3.4 (fix runtime)

This commit is contained in:
Domen Kožar 2016-03-10 20:42:37 +00:00
parent 7ccccec51b
commit 83766949c1
1 changed files with 2 additions and 3 deletions

View File

@ -2,12 +2,11 @@
pythonPackages.buildPythonApplication rec { pythonPackages.buildPythonApplication rec {
name = "speedtest-cli-${version}"; name = "speedtest-cli-${version}";
version = "0.3.1"; version = "0.3.4";
namePrefix = "";
src = fetchurl { src = fetchurl {
url = "https://pypi.python.org/packages/source/s/speedtest-cli/speedtest-cli-${version}.tar.gz"; url = "https://pypi.python.org/packages/source/s/speedtest-cli/speedtest-cli-${version}.tar.gz";
sha256 = "0ln2grbskh39ph79lhcim2axm7hp4xhzbrag8xfqbfihq7jdm6ya"; sha256 = "19i671cd815fcv0x7h2m0a493slzwkzn7r926g8myx1srkss0q6d";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {