From ba127513dfaa2bfe64c76d57e56e68b04120b94b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 16 Apr 2005 11:37:43 +0000 Subject: * Firefox updated to 1.0.3. svn path=/nixpkgs/trunk/; revision=2557 --- pkgs/applications/networking/browsers/firefox/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/networking/browsers/firefox/default.nix b/pkgs/applications/networking/browsers/firefox/default.nix index 08bb46a20fbd..a76c56cf2746 100644 --- a/pkgs/applications/networking/browsers/firefox/default.nix +++ b/pkgs/applications/networking/browsers/firefox/default.nix @@ -3,15 +3,15 @@ # !!! assert libIDL.glib == gtk.glib; (stdenv.mkDerivation { - name = "firefox-1.0.2"; + name = "firefox-1.0.3"; builder = ./builder.sh; src = fetchurl { - url = http://catamaran.labs.cs.uu.nl/dist/tarballs/firefox-1.0.2-source.tar.bz2; - md5 = "fd1a0dec3e763e93eb45c0c34b399712"; + url = http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0.3/source/firefox-1.0.3-source.tar.bz2; + md5 = "f1a9a8da0547564a0f8a249f9d56bdf4"; }; buildInputs = [pkgconfig gtk perl zip libIDL libXi]; patches = [./writable-copies.patch]; -}) // {inherit gtk;} \ No newline at end of file +}) // {inherit gtk;} -- cgit 1.4.1