summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-04-21 16:48:46 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-04-21 16:48:46 +0200
commit9f3370a9c989be5317f96bfabea39eaef8c8bd2b (patch)
tree08cfebc7c8e266efbf7c449d819d6ce3944eb3cb /pkgs/applications
parent32c0d3bd4f40eadb033c107439eee2f784189f59 (diff)
downloadnixlib-9f3370a9c989be5317f96bfabea39eaef8c8bd2b.tar
nixlib-9f3370a9c989be5317f96bfabea39eaef8c8bd2b.tar.gz
nixlib-9f3370a9c989be5317f96bfabea39eaef8c8bd2b.tar.bz2
nixlib-9f3370a9c989be5317f96bfabea39eaef8c8bd2b.tar.lz
nixlib-9f3370a9c989be5317f96bfabea39eaef8c8bd2b.tar.xz
nixlib-9f3370a9c989be5317f96bfabea39eaef8c8bd2b.tar.zst
nixlib-9f3370a9c989be5317f96bfabea39eaef8c8bd2b.zip
firefox: Update to 37.0.2
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/firefox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/default.nix b/pkgs/applications/networking/browsers/firefox/default.nix
index 03316b3ee711..bd8fb4d2cd7b 100644
--- a/pkgs/applications/networking/browsers/firefox/default.nix
+++ b/pkgs/applications/networking/browsers/firefox/default.nix
@@ -15,14 +15,14 @@
 
 assert stdenv.cc ? libc && stdenv.cc.libc != null;
 
-let version = "37.0.1"; in
+let version = "37.0.2"; in
 
 stdenv.mkDerivation rec {
   name = "firefox-${version}";
 
   src = fetchurl {
     url = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${version}/source/firefox-${version}.source.tar.bz2";
-    sha1 = "8bbffaa3cb81916bb44e11773d3f05fc4f2b9f36";
+    sha1 = "6e306d56e4e00ffdc2ddbdfbbabe4cb9fc527071";
   };
 
   buildInputs =