libldb: Add mirror url

This commit is contained in:
Rickard Nilsson 2015-02-04 17:05:02 +01:00
parent 92962f049b
commit 52cb8db899

View File

@ -6,7 +6,10 @@ stdenv.mkDerivation rec {
name = "ldb-1.1.19";
src = fetchurl {
url = "http://samba.org/ftp/ldb/${name}.tar.gz";
urls = [
"http://samba.org/ftp/ldb/${name}.tar.gz"
"http://distfiles.exherbo.org/distfiles/${name}.tar.gz"
];
sha256 = "1p2815z9sjack08pcdbv4xzp1fvr4lxcn30rj0wh3py4ly6ji1h0";
};