Skip to content

Commit 79b88ef

Browse files
TethysSvenssonprimeos
authored andcommitted
chromium: Unblock nixos-unstable by using the correct argument to fetchurl
(cherry picked from commit 2927a19)
1 parent bc8cb02 commit 79b88ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkgs/applications/networking/browsers/chromium

pkgs/applications/networking/browsers/chromium/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ let
6565
pkgSuffix = if channel == "dev" then "unstable" else channel;
6666
pkgName = "google-chrome-${pkgSuffix}";
6767
chromeSrc = fetchurl {
68-
url = map (repo: "${repo}/${pkgName}/${pkgName}_${version}-1_amd64.deb") [
68+
urls = map (repo: "${repo}/${pkgName}/${pkgName}_${version}-1_amd64.deb") [
6969
"https://dl.google.com/linux/chrome/deb/pool/main/g"
7070
"http://95.31.35.30/chrome/pool/main/g"
7171
"http://mirror.pcbeta.com/google/chrome/deb/pool/main/g"

0 commit comments

Comments
 (0)