speedtest-go: 1.7.11 -> 1.8.3 (#556009)

This commit is contained in:
nixpkgs-ci[bot]
2026-09-03 10:55:34 +00:00
committed by GitHub

View File

@@ -5,16 +5,16 @@
}:
buildGoModule (finalAttrs: {
pname = "speedtest-go";
version = "1.7.11";
version = "1.8.3";
src = fetchFromGitHub {
owner = "showwin";
repo = "speedtest-go";
tag = "v${finalAttrs.version}";
hash = "sha256-ziJOnnbFWHBZ48pcV8DCU10RNKijgedlHUQFdaXg9Qs=";
hash = "sha256-ItZypVHoqs12wR21GNIat4baRh2RIYuMBQiqQGoEJ78=";
};
vendorHash = "sha256-6oiMuMGDEGueAwlJiqPIok+wetvoHdLuR/lSrerBnYw=";
vendorHash = "sha256-n4cF6P/eeQlPd5I6r79XtQnmRWTDvQ/nMEs791D7kn0=";
excludedPackages = [ "example" ];