mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
* Firefox updated to 1.0.4.
svn path=/nixpkgs/trunk/; revision=3039
This commit is contained in:
parent
6d8c49b23b
commit
6485d5fc09
@ -3,12 +3,12 @@
|
||||
# !!! assert libIDL.glib == gtk.glib;
|
||||
|
||||
(stdenv.mkDerivation {
|
||||
name = "firefox-1.0.3";
|
||||
name = "firefox-1.0.4";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0.3/source/firefox-1.0.3-source.tar.bz2;
|
||||
md5 = "f1a9a8da0547564a0f8a249f9d56bdf4";
|
||||
url = http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0.4/source/firefox-1.0.4-source.tar.bz2;
|
||||
md5 = "0f5d0586750fde79ba98ecf3ee4425a7";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig gtk perl zip libIDL libXi];
|
||||
|
Loading…
Reference in New Issue
Block a user