* Firefox 1.5.0.4.

svn path=/nixpkgs/trunk/; revision=5374
This commit is contained in:
Eelco Dolstra 2006-06-04 12:45:37 +00:00
parent 51640ca1ab
commit 79fd001662

View File

@ -10,12 +10,12 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "firefox-1.5.0.3"; name = "firefox-1.5.0.4";
builder = ./builder.sh; builder = ./builder.sh;
src = fetchurl { src = fetchurl {
url = http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.5.0.3/source/firefox-1.5.0.3-source.tar.bz2; url = http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.5.0.4/source/firefox-1.5.0.4-source.tar.bz2;
sha1 = "f3305ea944b0e77e0279234190331ffcb0ae7eea"; sha1 = "4cb3d7c1b5345585750766c589308b5e";
}; };
buildInputs = [ buildInputs = [