mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
speedtest-go: 1.7.11 -> 1.8.3 (#556009)
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user