2022-11-07T09:27:00 dnscontrol 3.20.0 -> 3.21.0 https://repology.org/metapackage/dnscontrol/versions 2022-11-07T09:27:02 attrpath: dnscontrol 2022-11-07T09:27:02 Checking auto update branch... 2022-11-07T09:27:02 No auto update branch exists 2022-11-07T09:27:03 Old version 3.20.0" not present in master derivation file with contents: { lib, fetchFromGitHub, buildGoModule }: buildGoModule rec { pname = "dnscontrol"; version = "3.21.0"; src = fetchFromGitHub { owner = "StackExchange"; repo = pname; rev = "v${version}"; sha256 = "sha256-S07v9SATmE7gqM7+X/eWBG5A+h8lAKJ6mPvU7ImEfN4="; }; vendorSha256 = "sha256-h3UOFs7pxf9gwVAcjih8Kxr0b+68W1DanYoTpmeirg8="; ldflags = [ "-s" "-w" ]; preCheck = '' # requires network rm pkg/spflib/flatten_test.go pkg/spflib/parse_test.go ''; meta = with lib; { description = "Synchronize your DNS to multiple providers from a simple DSL"; homepage = "https://stackexchange.github.io/dnscontrol/"; license = licenses.mit; maintainers = with maintainers; [ mmahut SuperSandro2000 ]; }; }