summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2019-09-14 09:42:42 +0200
committerVladimír Čunát <v@cunat.cz>2019-09-14 09:42:42 +0200
commit92604b88b3c3509af574ccaadbf04510261a426e (patch)
treeb5deb89f9057e93636cf182445d67c1007f6ec59 /pkgs/applications
parent0ec4d3b246cf26e4aad34e3ad52d1c0cd5fee6d7 (diff)
parenta209776db94d52c6bb95f53652d4bec95c2e3139 (diff)
downloadnixpkgs-92604b88b3c3509af574ccaadbf04510261a426e.tar
nixpkgs-92604b88b3c3509af574ccaadbf04510261a426e.tar.gz
nixpkgs-92604b88b3c3509af574ccaadbf04510261a426e.tar.bz2
nixpkgs-92604b88b3c3509af574ccaadbf04510261a426e.tar.lz
nixpkgs-92604b88b3c3509af574ccaadbf04510261a426e.tar.xz
nixpkgs-92604b88b3c3509af574ccaadbf04510261a426e.tar.zst
nixpkgs-92604b88b3c3509af574ccaadbf04510261a426e.zip
Merge #68753: firefox-60-esr: 60.8.0esr -> 60.9.0esr
Diffstat (limited to 'pkgs/applications')
-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 e1d4014c83b..3e8cf4d66b9 100644
--- a/pkgs/applications/networking/browsers/firefox/packages.nix
+++ b/pkgs/applications/networking/browsers/firefox/packages.nix
@@ -70,11 +70,11 @@ rec {
 
   firefox-esr-60 = common rec {
     pname = "firefox-esr";
-    ffversion = "60.8.0esr";
+    ffversion = "60.9.0esr";
 
     src = fetchurl {
       url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
-      sha512 = "0332b6049b97e488e55a3b9540baad3bd159e297084e9a625b8492497c73f86eb3e144219dabc5e9f2c2e4a27630d83d243c919cd4f86b7f59f47133ed3afc54";
+      sha512 = "4baea5c9c4eff257834bbaee6d7786f69f7e6bacd24ca13c2705226f4a0d88315ab38c650b2c5e9c76b698f2debc7cea1e5a99cb4dc24e03c48a24df5143a3cf";
     };
 
     patches = [