aardvark-dns: 1.4.0 -> 1.5.0

https://github.com/containers/aardvark-dns/releases/tag/v1.5.0
This commit is contained in:
zowoq 2023-02-03 11:39:27 +10:00
parent 028e396f0e
commit bc881e3ae8

View file

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "aardvark-dns";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tQTa/iIo7kpcQq1p2romoOG2qNOiSDH7DHx3iZYLY8w=";
hash = "sha256-N439ubEayoyfGrzkXE7+TeJQkddy8PZn5Lhmc/X5VxU=";
};
cargoHash = "sha256-naWkSXQHfImd6R+RHKkmTe8UiqxknZEFYoJ0g/URCVY=";
cargoHash = "sha256-cIHz672jd8NKLyLvwsZInLerdA9MXRgWdpJFgMSgs9Q=";
passthru.tests = { inherit (nixosTests) podman; };