libldb: Add mirror url
This commit is contained in:
parent
92962f049b
commit
52cb8db899
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user