1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs
aszlig 6968400a34 chromium: Check sha256 per channel in update.sh.
Until this commit we had a single hash of the whole version response from
omahaproxy. This worked well for not updating unnecessarily but only until one
single channel has a new version available.

Unfortunately the dev version is released quite frequently, so the hash is of no
use at all (we could rather directly fetch everything everytime we execute the
script).

This led to this commit, which 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-17 12:57:34 +02:00
..
applications chromium: Check sha256 per channel in update.sh. 2012-08-17 12:57:34 +02:00
build-support Do some let-floating to prevent repeated evaluation of impureEnvVars 2012-08-13 15:15:16 -04:00
data mobile-broadband-provider-info: Update to 20120614 2012-07-31 15:16:11 +02:00
desktops xfce-gvfs: add fuse to buildInputs 2012-08-15 01:10:40 +04:00
development Update autobuild URL 2012-08-15 05:58:25 -04:00
games minecraft: update to 1.3.1 2012-08-09 23:39:57 +02:00
lib Fix evaluation problem 2012-08-14 13:42:43 -04:00
misc Wine: update to 1.5.10 2012-08-09 12:55:30 +04:00
os-specific Use /var/log/sa for statedir of sysstat, in stead of $out/var/lib/sa. This path cannot be overriden at runtime, so choosing a 'sane' default. 2012-08-14 14:14:55 +02:00
servers spamassassin: disable taint mode, without it we cannot configure the PERL5LIB search path 2012-08-03 13:21:29 +02:00
shells tcsh: Bump 2012-07-27 19:27:25 -04:00
stdenv * Sync with the trunk. 2012-05-02 13:19:07 +00:00
test
tools atool: add archiver helper 2012-08-15 01:10:05 +04:00
top-level automake: disabling automake tests in mips (2nd attempt) 2012-08-15 10:28:31 +02:00