summary refs log blame commit diff
path: root/pkgs/development/libraries/db/db-4.4.nix
blob: 757b1f71405b6c21998a5078f263b735c25ffdeb (plain) (tree)
1
2
3
4
5
6
7
8





                                                                  
                 
  
{ stdenv, fetchurl, ... } @ args:

import ./generic.nix (args // rec {
  version = "4.4.20";
  extraPatches = [ ./cygwin-4.4.patch ];
  sha256 = "0y9vsq8dkarx1mhhip1vaciz6imbbyv37c1dm8b20l7p064bg2i9";
  branch = "4.4";
})