dnscontrol 3.23.0 -> 3.24.0 https://github.com/StackExchange/dnscontrol/releases attrpath: dnscontrol Checking auto update branch... No auto update branch exists Old version 3.23.0" not present in master derivation file with contents: { lib, fetchFromGitHub, buildGoModule }: buildGoModule rec { pname = "dnscontrol"; version = "3.24.0"; src = fetchFromGitHub { owner = "StackExchange"; repo = pname; rev = "v${version}"; sha256 = "sha256-+fOcFu52f2PiynF0B8r3zAW/ANypXx9inLnf4ZtwI2M="; }; vendorSha256 = "sha256-+43UegjFjh86vXjH1A4jbORk8xTDZaJRc41RhFPcESk="; 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 ]; }; } dnscontrol 3.23.0 -> 3.24.0 https://repology.org/metapackage/dnscontrol/versions attrpath: dnscontrol Checking auto update branch... No auto update branch exists Old version 3.23.0" not present in master derivation file with contents: { lib, fetchFromGitHub, buildGoModule }: buildGoModule rec { pname = "dnscontrol"; version = "3.24.0"; src = fetchFromGitHub { owner = "StackExchange"; repo = pname; rev = "v${version}"; sha256 = "sha256-+fOcFu52f2PiynF0B8r3zAW/ANypXx9inLnf4ZtwI2M="; }; vendorSha256 = "sha256-+43UegjFjh86vXjH1A4jbORk8xTDZaJRc41RhFPcESk="; 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 ]; }; }