aardvark-dns: 1.17.0 -> 1.17.1 (#507735)

This commit is contained in:
Nick Cao
2026-04-08 19:56:24 +00:00
committed by GitHub
+3 -3
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "aardvark-dns";
version = "1.17.0";
version = "1.17.1";
src = fetchFromGitHub {
owner = "containers";
repo = "aardvark-dns";
tag = "v${finalAttrs.version}";
hash = "sha256-NJ1ViJpN6fBO9U1RkCkqyr6JXiHa5zX1BQAGGqKWVYY=";
hash = "sha256-gd04T+GK/+gCWGMnNfFzCcTBPbjU8e5mWjFf7uvob38=";
};
cargoHash = "sha256-rQQ+Y7uWsjGSp6CeIs794/mGPceJ31OTxAmRonP1WL0=";
cargoHash = "sha256-19EisvHJZJ1L3f0+pE6wgfChkRoYU8W/iaAppwbjbdQ=";
passthru.tests = { inherit (nixosTests) podman; };