summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/firefox/default.nix8
1 files changed, 4 insertions, 4 deletions
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;}