* Chromium updated to the latest version. Because Chromium now used

Gold, this requires a new patchelf.
* Changed the package name from ‘chrome’ to ‘chromium’.

svn path=/nixpkgs/trunk/; revision=29197
This commit is contained in:
Eelco Dolstra
2011-09-11 20:48:02 +00:00
parent d1808a89d3
commit 6a73467eac
2 changed files with 19 additions and 12 deletions
+5 -5
View File
@@ -1,11 +1,11 @@
{stdenv, fetchurl}:
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "patchelf-0.6pre23458";
name = "patchelf-0.6pre29192";
src = fetchurl {
url = "http://hydra.nixos.org/build/838169/download/2/patchelf-0.6pre23458.tar.bz2";
sha256 = "18d74n14s4xh8aqwisvz63gx9j4d5b9bzb8k1jnp8whvvwzasdq5";
url = "http://hydra.nixos.org/build/1319933/download/2/${name}.tar.bz2";
sha256 = "1873d76994c112355f53d1ac6233ce334d0852ce67cae6b21f492b9b8e0b48b5";
};
meta = {