aardvark-dns: 1.15.0 -> 1.16.0

This commit is contained in:
R. Ryantm 2025-08-15 00:45:38 +00:00
parent 9976b5902f
commit 1ebf874725

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "aardvark-dns";
version = "1.15.0";
version = "1.16.0";
src = fetchFromGitHub {
owner = "containers";
repo = "aardvark-dns";
tag = "v${version}";
hash = "sha256-drDu+YaqlylDRJHs6ctbDvhaec3UqQ+0GsUeHfhY4Zg=";
hash = "sha256-mC+PP5sXt2O0CgxxyzS2WjtQe0RjuKNCamrjRY7qBP8=";
};
cargoHash = "sha256-YUgaXx/+rZrTtscQIg3bkIp4L1bnjmSiudrim+ZXa64=";
cargoHash = "sha256-e/VxQgpTOS4snM78BewvloWap9cU+Vzlahlr00BWmVY=";
passthru.tests = { inherit (nixosTests) podman; };