Skip to content

Commit

Permalink
speedtest-cli: 1.0.2 -> 1.0.3 (#24535)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens authored and obadz committed Apr 1, 2017
1 parent 8c38250 commit 498a2f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/speedtest-cli/default.nix
Expand Up @@ -2,13 +2,13 @@

pythonPackages.buildPythonApplication rec {
name = "speedtest-cli-${version}";
version = "1.0.2";
version = "1.0.3";

src = fetchFromGitHub {
owner = "sivel";
repo = "speedtest-cli";
rev = "v${version}";
sha256 = "1p7lavw95w3as9b2b55i61mwxdr1b6jj40yly91f9j26ywr5dpkg";
sha256 = "160m1liinbpbmjxi3cvdw5x3k9sb4j51ly92lynylpamcqcv8m83";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 498a2f5

Please sign in to comment.