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