Merge pull request #311444 from luftmensch-luftmensch/speedtest-go_1.7.5
speedtest-go: 1.70 -> 1.7.5
This commit is contained in:
commit
856bda98fb
@ -1,17 +1,17 @@
|
||||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "speedtest-go";
|
||||
version = "1.7.0";
|
||||
version = "1.7.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "showwin";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-G/ovJk/4pDSDlOUSP9/d0vzTg5IaMPMMPhAN+VGxi/c=";
|
||||
hash = "sha256-8YN7k7sP0S3MIArUfwDYMQvcCKNTxauQjevyOoisAuc=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-wQqAX7YuxxTiMWmV9LRoXunGMMzs12UyHbf4VvbQF1E=";
|
||||
@ -26,7 +26,10 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/showwin/speedtest-go";
|
||||
changelog = "https://github.com/showwin/speedtest-go/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ aleksana ];
|
||||
maintainers = with maintainers; [
|
||||
aleksana
|
||||
luftmensch-luftmensch
|
||||
];
|
||||
mainProgram = "speedtest-go";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user