More download mirrors for samba URLs
This commit is contained in:
@@ -6,7 +6,10 @@ stdenv.mkDerivation rec {
|
||||
name = "tdb-1.3.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://samba.org/ftp/tdb/${name}.tar.gz";
|
||||
urls = [
|
||||
"http://samba.org/ftp/tdb/${name}.tar.gz"
|
||||
"http://distfiles.exherbo.org/distfiles/${name}.tar.gz"
|
||||
];
|
||||
sha256 = "0a8pa4ar7dxkbsgv1447av2rn35a1m6l1v2s9hgz3ccwni9wv1gm";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user