3
0
Fork 0
forked from mirrors/nixpkgs

speedtest-go: 1.6.6 -> 1.6.7

This commit is contained in:
R. Ryantm 2023-10-28 19:04:55 +00:00
parent b30e97ace2
commit ccfa698aaf

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "speedtest-go";
version = "1.6.6";
version = "1.6.7";
src = fetchFromGitHub {
owner = "showwin";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-aVvowxwP9Mr1hmcgwizXPfy5527iR7cjsNaND/nmXUw=";
hash = "sha256-7wUgmIScrj47QigIKHLMcvaJ/LTRHcMnJGKPBUTzVYo=";
};
vendorHash = "sha256-wQqAX7YuxxTiMWmV9LRoXunGMMzs12UyHbf4VvbQF1E=";