summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox/packages.nix
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2018-03-14 21:02:46 +0900
committertaku0 <mxxouy6x3m_github@tatapa.org>2018-03-16 23:17:07 +0900
commitcb51341d122d4c22ae180844025e071ab0b8fed5 (patch)
tree392b805a4db78b039c4bc391f6dc8aa8aa9f986c /pkgs/applications/networking/browsers/firefox/packages.nix
parent97ab43d5808a643b6b8752a5b34bd6d449eef2bd (diff)
downloadnixpkgs-cb51341d122d4c22ae180844025e071ab0b8fed5.tar
nixpkgs-cb51341d122d4c22ae180844025e071ab0b8fed5.tar.gz
nixpkgs-cb51341d122d4c22ae180844025e071ab0b8fed5.tar.bz2
nixpkgs-cb51341d122d4c22ae180844025e071ab0b8fed5.tar.lz
nixpkgs-cb51341d122d4c22ae180844025e071ab0b8fed5.tar.xz
nixpkgs-cb51341d122d4c22ae180844025e071ab0b8fed5.tar.zst
nixpkgs-cb51341d122d4c22ae180844025e071ab0b8fed5.zip
firefox-esr: 52.6.0esr -> 52.7.0esr
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox/packages.nix')
-rw-r--r--pkgs/applications/networking/browsers/firefox/packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/packages.nix b/pkgs/applications/networking/browsers/firefox/packages.nix
index 6b4ef3854b0..465b4d1b85e 100644
--- a/pkgs/applications/networking/browsers/firefox/packages.nix
+++ b/pkgs/applications/networking/browsers/firefox/packages.nix
@@ -54,10 +54,10 @@ rec {
 
   firefox-esr = common rec {
     pname = "firefox-esr";
-    version = "52.6.0esr";
+    version = "52.7.0esr";
     src = fetchurl {
       url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
-      sha512 = "cf583df34272b7ff8841c3b093ca0819118f9c36d23c6f9b3135db298e84ca022934bcd189add6473922b199b47330c0ecf14c303ab4177c03dbf26e64476fa4";
+      sha512 = "69ab3f03c3e690b3794714b0e8cafac90130ae32ebef37c8bc3d36e973153e531cbf20e650e216b76fcc09130800c9040ccbbd7468e7c1efd73be225dd17fc0b";
     };
 
     patches = nixpkgsPatches;