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

assert version == "1.1";

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