1 { lib, fetchFromGitHub, buildGoModule }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-XG/nci8Sj0vfa/SFPpJwl1Zmt/23LfKxocejplZtS0E=";
14 vendorSha256 = "sha256-WR1CpjEMHRkpd0/iqrOm0oVXvyQO+r6GyeP0L0zx8aA=";
20 "-X github.com/Dreamacro/clash/constant.Version=${version}"
24 description = "A rule-based tunnel in Go";
25 homepage = "https://github.com/Dreamacro/clash";
26 license = licenses.gpl3Only;
27 maintainers = with maintainers; [ contrun Br1ght0ne ];