firefox-esr-68: 68.2.0esr -> 68.3.0esr

This commit is contained in:
Andreas Rammhold
2019-12-03 14:52:06 +01:00
parent ff0cd023ef
commit 1993a8bb45
2 changed files with 3 additions and 3 deletions
@@ -95,7 +95,7 @@ let
browserPatches = [
./env_var_for_system_dir.patch
]
++ lib.optional (lib.versionAtLeast ffversion "63" && lib.versionOlder ffversion "69")
++ lib.optional (lib.versionAtLeast ffversion "63" && lib.versionOlder ffversion "68.3.0")
(fetchpatch { # https://bugzilla.mozilla.org/show_bug.cgi?id=1500436#c29
name = "write_error-parallel_make.diff";
url = "https://hg.mozilla.org/mozilla-central/raw-diff/562655fe/python/mozbuild/mozbuild/action/node.py";