Unverified Commit 21197e70 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

aardvark-dns: 1.16.0 -> 1.17.0 (#469407)

parents 7efc2bc8 c18e808e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
  pname = "aardvark-dns";
  version = "1.16.0";
  version = "1.17.0";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "aardvark-dns";
    tag = "v${version}";
    hash = "sha256-mC+PP5sXt2O0CgxxyzS2WjtQe0RjuKNCamrjRY7qBP8=";
    hash = "sha256-NJ1ViJpN6fBO9U1RkCkqyr6JXiHa5zX1BQAGGqKWVYY=";
  };

  cargoHash = "sha256-e/VxQgpTOS4snM78BewvloWap9cU+Vzlahlr00BWmVY=";
  cargoHash = "sha256-rQQ+Y7uWsjGSp6CeIs794/mGPceJ31OTxAmRonP1WL0=";

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