dnsproxy 0.52.0 -> 0.54.0 https://github.com/AdguardTeam/dnsproxy/releases attrpath: dnsproxy Checking auto update branch... No auto update branch exists Old version 0.52.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "dnsproxy"; version = "0.54.0"; src = fetchFromGitHub { owner = "AdguardTeam"; repo = pname; rev = "v${version}"; sha256 = "sha256-wA88v8zF5sq3NQwKh8g4k/COviuaegGn6bBTzBMcdGM="; }; vendorHash = 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 ]; }; }