summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2017-03-18 09:36:27 +0900
committertaku0 <mxxouy6x3m_github@tatapa.org>2017-03-18 09:36:27 +0900
commita038f918714efbb67b27574dff93b632f50c916e (patch)
tree72a6a36deaca75222f839b731ca86d88ebd6fc41 /pkgs/applications/networking
parent3f175876e8f470b0860e37b926aa0e9776231556 (diff)
downloadnixlib-a038f918714efbb67b27574dff93b632f50c916e.tar
nixlib-a038f918714efbb67b27574dff93b632f50c916e.tar.gz
nixlib-a038f918714efbb67b27574dff93b632f50c916e.tar.bz2
nixlib-a038f918714efbb67b27574dff93b632f50c916e.tar.lz
nixlib-a038f918714efbb67b27574dff93b632f50c916e.tar.xz
nixlib-a038f918714efbb67b27574dff93b632f50c916e.tar.zst
nixlib-a038f918714efbb67b27574dff93b632f50c916e.zip
firefox-esr: 52.0esr -> 52.0.1esr
Diffstat (limited to 'pkgs/applications/networking')
-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 96b62fc0d023..66004787542d 100644
--- a/pkgs/applications/networking/browsers/firefox/default.nix
+++ b/pkgs/applications/networking/browsers/firefox/default.nix
@@ -162,8 +162,8 @@ in {
 
   firefox-esr-unwrapped = common {
     pname = "firefox-esr";
-    version = "52.0esr";
-    sha512 = "7e191c37af98163131cbba4dcc820a4edc0913d81c3b2493d9aad0a2886e7aed41a990fa5281ccfb08566ecfdfd7df7353063a01ad92d2ec6e1ce19d277b6e67";
+    version = "52.0.1esr";
+    sha512 = "c1f0aea279254e7788f62bba7892840edd2b667f385a649d374c9e783b93ec7faf9e5ebfccd04cd94f46da37aeb6bd7785d17faca2ad441a0b6e8587917faab2";
     updateScript = import ./update.nix {
       attrPath = "firefox-esr-unwrapped";
       versionSuffix = "esr";