From bc4318dca3a0ef9eebcf80551836dc94890787b1 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 19 Nov 2012 21:29:27 +0100 Subject: [PATCH] chromium: Fix omahaproxy URL in updater. Omahaproxy got an overhaul and thus doesn't give CSV output on the main URL anymoare. We're switching to /all for now and may want to refine this to only what we're exactly looking for, but for now it fixes the updater. Signed-off-by: aszlig --- pkgs/applications/networking/browsers/chromium/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/chromium/update.sh b/pkgs/applications/networking/browsers/chromium/update.sh index c978ee4adf3..2d95d466b2a 100755 --- a/pkgs/applications/networking/browsers/chromium/update.sh +++ b/pkgs/applications/networking/browsers/chromium/update.sh @@ -1,6 +1,6 @@ #!/bin/sh -channels_url="http://omahaproxy.appspot.com/"; +channels_url="http://omahaproxy.appspot.com/all?csv=1"; bucket_url="http://commondatastorage.googleapis.com/chromium-browser-official/"; output_file="$(cd "$(dirname "$0")" && pwd)/sources.nix";