speedtest-go: 1.7.8 -> 1.7.9

This commit is contained in:
luftmensch-luftmensch 2024-09-04 13:49:09 +02:00
parent 43b37c5e92
commit 70b08eb089
No known key found for this signature in database

View File

@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "speedtest-go";
version = "1.7.8";
version = "1.7.9";
src = fetchFromGitHub {
owner = "showwin";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ggctB1zZ3YFArWhKCvXho8mVcDe0R3Br3uq2zU6sEYc=";
hash = "sha256-SFdUl06lCf+ObPZanEwvD2rSzPM0ia2J/XSuel5XGqg=";
};
vendorHash = "sha256-wQqAX7YuxxTiMWmV9LRoXunGMMzs12UyHbf4VvbQF1E=";