Unverified Commit 84f11a01 authored by WORLDofPEACE's avatar WORLDofPEACE Committed by GitHub
Browse files

Merge pull request #97287 from TethysSvensson/fetchurl-chromium

chromium: Unblock nixos-unstable by using the correct argument to fet…
parents 50285e24 2927a19b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"