* Hash changed (db-4.4.20 was rereleased due to some copyright notice changes).
svn path=/nixpkgs/trunk/; revision=4823
This commit is contained in:
parent
a9efb9d155
commit
6f02db3237
@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://downloads.sleepycat.com/db-4.4.20.NC.tar.gz;
|
||||
md5 = "bc1f4433cf08c956e5146037ba050581";
|
||||
md5 = "afd9243ea353bbaa04421488d3b37900";
|
||||
};
|
||||
configureFlags = [
|
||||
(if cxxSupport then "--enable-cxx" else "--disable-cxx")
|
||||
|
Loading…
Reference in New Issue
Block a user