nixpkgs/pkgs/applications/networking/browsers/chromium
aszlig 2741523926
chromium: Remove URL in sources.nix and updater.
The updater is now splitted between a shellscript and a Nix expression
file which contains helpers and lookup functions to reconstruct all
information needed in order to fetch the source tarballs.

This means, that the sources.nix now doesn't contain URLs and only
versions and the corresponding SHA256 hashes. Of course, right now this
sounds like it's unnecessary, but we're going to fetch binaries soon so
it's a good idea to not unnecessarily clutter up sources.nix.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:45 +02:00
..
source chromium: Remove URL in sources.nix and updater. 2014-04-19 03:58:45 +02:00
browser.nix chromium: Properly pass packageName and version. 2014-04-19 03:58:44 +02:00
default.nix chromium: Move source package into own subdir. 2014-04-19 03:58:44 +02:00
plugins.nix chromium: Move plugins into its own Nix file. 2014-04-19 03:58:42 +02:00
sandbox.nix chromium: Split off sandbox from the browser. 2014-04-19 03:58:42 +02:00