chromium: Unblock nixos-unstable by using the correct argument to fetchurl

gstqt5
Tethys Svensson 2020-09-06 14:54:42 +02:00
parent f01fd49045
commit 2927a19be3
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ let
pkgSuffix = if channel == "dev" then "unstable" else channel;
pkgName = "google-chrome-${pkgSuffix}";
chromeSrc = fetchurl {
url = map (repo: "${repo}/${pkgName}/${pkgName}_${version}-1_amd64.deb") [
urls = map (repo: "${repo}/${pkgName}/${pkgName}_${version}-1_amd64.deb") [
"https://dl.google.com/linux/chrome/deb/pool/main/g"
"http://95.31.35.30/chrome/pool/main/g"
"http://mirror.pcbeta.com/google/chrome/deb/pool/main/g"