1 { buildGoModule, lib, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-9hPXZ/t15+LG9fji1gyeWhUrYOr6eGyKYg3a1SmHJpQ=";
14 vendorHash = "sha256-eVK7qU+NWsarBsEpg6aGow/urmhIpU3Z9RwoTvSymXo=";
16 ldflags = [ "-s" "-w" ];
19 description = "Extract urls from text";
20 homepage = "https://github.com/mvdan/xurls";
21 maintainers = with maintainers; [ koral ];
22 license = licenses.bsd3;