mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
speedtest-go: 1.7.7 -> 1.7.8
This commit is contained in:
parent
7bbfd756cd
commit
4f6a9e0673
@ -5,13 +5,13 @@
|
||||
}:
|
||||
buildGoModule rec {
|
||||
pname = "speedtest-go";
|
||||
version = "1.7.7";
|
||||
version = "1.7.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "showwin";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-8LMbaa3D1ODjySx69U0CGWphG8CQswWlQsqW6mXPy6o=";
|
||||
hash = "sha256-ggctB1zZ3YFArWhKCvXho8mVcDe0R3Br3uq2zU6sEYc=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-wQqAX7YuxxTiMWmV9LRoXunGMMzs12UyHbf4VvbQF1E=";
|
||||
@ -21,12 +21,12 @@ buildGoModule rec {
|
||||
# test suite requires network
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "CLI and Go API to Test Internet Speed using speedtest.net";
|
||||
homepage = "https://github.com/showwin/speedtest-go";
|
||||
changelog = "https://github.com/showwin/speedtest-go/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
aleksana
|
||||
luftmensch-luftmensch
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user