mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
file: add another mirror (macports, fixes #8500)
This commit is contained in:
parent
99d20189b8
commit
9e1704c1bb
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ zlib ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.astron.com/pub/file/${name}.tar.gz";
|
||||
urls = [
|
||||
"ftp://ftp.astron.com/pub/file/${name}.tar.gz"
|
||||
"http://distfiles.macports.org/file/${name}.tar.gz"
|
||||
];
|
||||
sha256 = "02zw14hw3gqlw91w2f2snbirvyrp7r83irvnnkjcb25q9kjaiqy4";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue