mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
chromium: Add another mirror for Chrome deb.
The only mirror left which still has the .deb for 44.0.2403.89 is http://mirror.pcbeta.com/, but that one doesn't seem to be reachable from certain contries. And according to @CestDiego, it doesn't seem to be reachable from within the US. Closes #9021, thanks to @CestDiego for reporting. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Reported-by: Diego Berrocal <cestdiego@gmail.com> Tested-by: Diego Berrocal <cestdiego@gmail.com>
This commit is contained in:
parent
cfa6dfb1de
commit
8d34b4a46a
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ let
|
||||||
debMirrors = [
|
debMirrors = [
|
||||||
"http://95.31.35.30/chrome/pool/main/g"
|
"http://95.31.35.30/chrome/pool/main/g"
|
||||||
"http://mirror.pcbeta.com/google/chrome/deb/pool/main/g"
|
"http://mirror.pcbeta.com/google/chrome/deb/pool/main/g"
|
||||||
|
"http://repo.fdzh.org/chrome/deb/pool/main/g"
|
||||||
];
|
];
|
||||||
|
|
||||||
tryChannel = channel: let
|
tryChannel = channel: let
|
||||||
|
|
Loading…
Reference in a new issue