aardvark-dns 1.6.0 -> 1.7.0 https://repology.org/project/aardvark-dns/versions attrpath: aardvark-dns Checking auto update branch... No auto update branch exists Old version 1.6.0" not present in master derivation file with contents: { lib , rustPlatform , fetchFromGitHub , nixosTests }: rustPlatform.buildRustPackage rec { pname = "aardvark-dns"; version = "1.7.0"; src = fetchFromGitHub { owner = "containers"; repo = pname; rev = "v${version}"; hash = "sha256-bScL8hFV/Kot7P9nJRMDDhB8pllPUsejtJpbjmQ8skI="; }; cargoHash = "sha256-rrn+ZTAsFs7UTP4xQL3Cy8G6RG7vwT0wMKnXHHIkB90="; passthru.tests = { inherit (nixosTests) podman; }; meta = with lib; { changelog = "https://github.com/containers/aardvark-dns/releases/tag/${src.rev}"; description = "Authoritative dns server for A/AAAA container records"; homepage = "https://github.com/containers/aardvark-dns"; license = licenses.asl20; maintainers = with maintainers; [ ] ++ teams.podman.members; platforms = platforms.linux; }; }