about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-02-13 21:04:39 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-02-13 21:04:39 +0000
commitaf1b08ac32e89fa4b4ca9e3d38acb38407a0f41f (patch)
tree124a788f0bdced4f9d7406799a2a6b507498a363 /pkgs/applications
parent19dde94ddcd74eb683057ca8898e5550d7054f3b (diff)
Updating firefox to 10.0.1. I'll let hydra build it.
svn path=/nixpkgs/trunk/; revision=32266
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/firefox/10.0.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/10.0.nix b/pkgs/applications/networking/browsers/firefox/10.0.nix
index 79869b324b9b6..3a688cb6669ed 100644
--- a/pkgs/applications/networking/browsers/firefox/10.0.nix
+++ b/pkgs/applications/networking/browsers/firefox/10.0.nix
@@ -15,14 +15,14 @@ assert stdenv.gcc ? libc && stdenv.gcc.libc != null;
 
 rec {
 
-  firefoxVersion = "10.0";
+  firefoxVersion = "10.0.1";
   
-  xulVersion = "10.0"; # this attribute is used by other packages
+  xulVersion = "10.0.1"; # this attribute is used by other packages
 
   
   src = fetchurl {
     url = "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2";
-    sha1 = "cbf1fb0efe0a3a2b2dafaa324b136736e93de70c";
+    sha1 = "8613957db84e6722ccf1ebf74fab927139614bfc";
   };
   
   commonConfigureFlags =