Unverified Commit 139e0742 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

aardvark-dns: 1.12.2 -> 1.13.0 (#352303)

parents b8a4522c 09e3d681
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

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

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

  cargoHash = "sha256-COZmd5sqaewK0La78/1J9bGJdsPNyeT18wV2qr/b6cM=";
  cargoHash = "sha256-vZHFZL3dwFVyLfifpUq4uaqaUac7Itimf2pJGZ4qWMM=";

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