1 { lib, buildGoModule, fetchFromGitHub, nixosTests }:
4 pname = "dnscrypt-proxy";
11 src = fetchFromGitHub {
13 repo = "dnscrypt-proxy";
15 sha256 = "sha256-A9Cu4wcJxrptd9CpgXw4eyMX2nmNAogYBRDeeAjpEZY=";
18 passthru.tests = { inherit (nixosTests) dnscrypt-proxy2; };
21 description = "Tool that provides secure DNS resolution";
23 license = licenses.isc;
24 homepage = "https://dnscrypt.info/";
25 maintainers = with maintainers; [ atemu waynr ];
26 mainProgram = "dnscrypt-proxy";
27 platforms = with platforms; unix;