about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-28 05:42:17 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-28 14:42:17 +0200
commite02be162f92b84db96b50bc0bd8f55786d9132d3 (patch)
treefd99c08c61a128dc3f24a52d49554e62617c0961
parent5f583fda04063c5fc4993ecd3596d9fc134ebe00 (diff)
downloadnixlib-e02be162f92b84db96b50bc0bd8f55786d9132d3.tar
nixlib-e02be162f92b84db96b50bc0bd8f55786d9132d3.tar.gz
nixlib-e02be162f92b84db96b50bc0bd8f55786d9132d3.tar.bz2
nixlib-e02be162f92b84db96b50bc0bd8f55786d9132d3.tar.lz
nixlib-e02be162f92b84db96b50bc0bd8f55786d9132d3.tar.xz
nixlib-e02be162f92b84db96b50bc0bd8f55786d9132d3.tar.zst
nixlib-e02be162f92b84db96b50bc0bd8f55786d9132d3.zip
speedtest-cli: 2.0.0 -> 2.0.1 (#41041)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/speedtest-cli/versions.

These checks were done:

- built on NixOS
- /nix/store/rhi9py7nac05v8qsvwjaszp15l5db3p6-speedtest-cli-2.0.1/bin/.speedtest-wrapped passed the binary check.
- /nix/store/rhi9py7nac05v8qsvwjaszp15l5db3p6-speedtest-cli-2.0.1/bin/speedtest passed the binary check.
- /nix/store/rhi9py7nac05v8qsvwjaszp15l5db3p6-speedtest-cli-2.0.1/bin/.speedtest-cli-wrapped passed the binary check.
- /nix/store/rhi9py7nac05v8qsvwjaszp15l5db3p6-speedtest-cli-2.0.1/bin/speedtest-cli passed the binary check.
- 4 of 4 passed binary check by having a zero exit code.
- 4 of 4 passed binary check by having the new version present in output.
- found 2.0.1 with grep in /nix/store/rhi9py7nac05v8qsvwjaszp15l5db3p6-speedtest-cli-2.0.1
- directory tree listing: https://gist.github.com/8474ab8a0bcd232ed8b3f5f9bff112ee
- du listing: https://gist.github.com/f130f280bd23afc5797bf84f764288c4
-rw-r--r--pkgs/tools/networking/speedtest-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/speedtest-cli/default.nix b/pkgs/tools/networking/speedtest-cli/default.nix
index ad3c3a806b33..ff0441c40787 100644
--- a/pkgs/tools/networking/speedtest-cli/default.nix
+++ b/pkgs/tools/networking/speedtest-cli/default.nix
@@ -2,13 +2,13 @@
 
 pythonPackages.buildPythonApplication rec {
   name = "speedtest-cli-${version}";
-  version = "2.0.0";
+  version = "2.0.1";
 
   src = fetchFromGitHub {
     owner = "sivel";
     repo = "speedtest-cli";
     rev = "v${version}";
-    sha256 = "06fini7bqf5paphp8dpck1zpmb33cdxlf4hg6xg2g9k4bdm2k26d";
+    sha256 = "0d3av50qm7bahsdg0k7hp04r9ripsafn95yqcgsy5h5y9yj4rsvf";
   };
 
   meta = with stdenv.lib; {