Merge pull request #312285 from luftmensch-luftmensch/speedtest-go_1.7.7

speedtest-go: 1.7.5 -> 1.7.7
This commit is contained in:
Pol Dellaiera 2024-05-16 22:21:37 +02:00 committed by GitHub
commit 6e6226760e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "speedtest-go";
version = "1.7.5";
version = "1.7.7";
src = fetchFromGitHub {
owner = "showwin";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-8YN7k7sP0S3MIArUfwDYMQvcCKNTxauQjevyOoisAuc=";
hash = "sha256-8LMbaa3D1ODjySx69U0CGWphG8CQswWlQsqW6mXPy6o=";
};
vendorHash = "sha256-wQqAX7YuxxTiMWmV9LRoXunGMMzs12UyHbf4VvbQF1E=";