mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
speedtest-cli: 2.1.1 -> 2.1.2
This commit is contained in:
parent
9dbda3eddf
commit
3f7d0ad89e
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
# required for home-assistant
|
||||
buildPythonPackage rec {
|
||||
pname = "speedtest-cli";
|
||||
version = "2.1.1";
|
||||
version = "2.1.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1s3ylvkclzdsyqmpjnsd6ixrbmj7vd4bfsdplkjaz1c2czyy3j9p";
|
||||
sha256 = "0m1fpsb318mrpliw026a7nhx8iky306rmfi565734k7r49i3h7fg";
|
||||
};
|
||||
|
||||
# tests require working internet connection
|
||||
|
|
Loading…
Reference in a new issue