Skip to content

Commit

Permalink
aardvark-dns: 1.12.1 -> 1.12.2 (#339662)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Sep 7, 2024
2 parents 80bd0df + 89a84eb commit 3f8d855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/aardvark-dns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "aardvark-dns";
version = "1.12.1";
version = "1.12.2";

src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
hash = "sha256-x8cfLn8b9h6+rpAVXZHdaVTzkzlDSfyGWveDX9usIPE=";
hash = "sha256-1fYJ0G75sbg97HiN6HNWwlG82jqENqVTC/sXgH+oXWA=";
};

cargoHash = "sha256-eGA3oTDk3tGzYDeGJwe6+Tpum+ue534qXv79SotDy/o=";
cargoHash = "sha256-COZmd5sqaewK0La78/1J9bGJdsPNyeT18wV2qr/b6cM=";

passthru.tests = { inherit (nixosTests) podman; };

Expand Down

0 comments on commit 3f8d855

Please sign in to comment.