2022-12-05T08:16:19 dnsproxy 0.46.3 -> 1.17 https://repology.org/metapackage/dnsproxy/versions 2022-12-05T08:16:22 attrpath: dnsproxy 2022-12-05T08:16:22 Checking auto update branch... 2022-12-05T08:16:22 No auto update branch exists 2022-12-05T08:16:22 Old version 0.46.3" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "dnsproxy"; version = "0.46.4"; src = fetchFromGitHub { owner = "AdguardTeam"; repo = pname; rev = "v${version}"; sha256 = "sha256-QJ9qLcQKuv2T3Vf9ASuCI+w6+6NysZJAYbUEEglWLts="; }; vendorSha256 = null; ldflags = [ "-s" "-w" "-X" "main.VersionString=${version}" ]; doCheck = false; meta = with lib; { description = "Simple DNS proxy with DoH, DoT, and DNSCrypt support"; homepage = "https://github.com/AdguardTeam/dnsproxy"; license = licenses.asl20; maintainers = with maintainers; [ contrun ]; }; }