about summary refs log tree commit diff
path: root/pkgs/development/libraries/db4/default.fix
blob: 06974133ce92e5a76bd734907acf82f6a9988ca9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{stdenv, fetchurl}: derivation {
  name = "db4-4.0.14";
  system = stdenv.system;
  builder = ./builder.sh;
  src = fetchurl {
    url = http://www.sleepycat.com/update/snapshot/db-4.0.14.tar.gz;
    md5 = "12262c64fcd64b772e7cffad8e4d0ebc";
  };
  stdenv = stdenv;
}