nixpkgs/pkgs/development/libraries/adns/1.4.nix
Peter Simons fee96dabb7 Added a nix expression for GNU ADNS. The version-specific files merely
forward the appropriate hash value to the generic driver found in
default.nix.

svn path=/nixpkgs/trunk/; revision=12153
2008-06-18 21:29:42 +00:00

10 lines
205 B
Nix

{ stdenv, fetchurl, version, static }:
assert version == "1.4";
import ./default.nix
{
inherit stdenv fetchurl static version;
versionHash = "1zm99i9fd5gfijd144ajngn6x73563355im79sqdi98pj6ir4yvi";
}