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

assert version == "1.3";

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