summary refs log tree commit diff
path: root/pkgs/development/libraries/adns/1.2.nix
blob: 1340f790ed14d89d5ec17f2df98492b37fc5a4d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ stdenv, fetchurl, version ? "1.2", static }:

assert version == "1.2";

import ./default.nix
{
  inherit stdenv fetchurl static version;
  versionHash = "0jn03hz6q4r6x40cxc94n38mxxj45f73xqisi0sh7zmvixh3qhi2";
}