nixpkgs/pkgs/applications/networking/browsers/chromium
Shea Levy f34225c440 Merge branch 'chromium-updater' of https://github.com/aszlig/nixpkgs
chromium: Improve update script and update to latest versions.

Previously, we had a single hash of the whole version response from
omahaproxy.

Unfortunately the dev version is released quite frequently, so the hash
is of no use at all (we could rather directly fetch rather than
executing the script, because it will fetch all channels anyway).

This pull request adds two methods of caching:

* First of all, if a perticular version/channel is already in the
previous version of the sources.nix file, don't download it again.

* And the second method is to check if the current sha256 is already
downloaded and reads the corresponding sha256 from the lookup table.

So, this should really help to avoid flooding the download servers and
to not stress impatient users too much.
2012-08-22 06:36:33 -04:00
..
cups_allow_deprecated.patch chromium: Implement handling of enableCUPS. 2012-06-22 15:53:29 -04:00
default.nix chromium: Build with NSS by default. 2012-08-22 08:29:10 +02:00
enable_seccomp.patch chromium: Enable seccomp by default. 2012-06-22 15:53:28 -04:00
pulseaudio_array_bounds.patch chromium: Add support for pulseaudio. 2012-06-22 15:53:30 -04:00
sources.nix chromium: Update channels to latest versions. 2012-08-17 12:57:35 +02:00
update.sh chromium: Check sha256 per channel in update.sh. 2012-08-17 12:57:34 +02:00