summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/palemoon/default.nix
diff options
context:
space:
mode:
authorChristoph Neidahl <christoph.neidahl@gmail.com>2020-09-13 22:51:02 +0200
committerChristoph Neidahl <christoph.neidahl@gmail.com>2020-09-13 22:51:02 +0200
commit5efe403c935af24b6a43092607cd48896f8bb537 (patch)
tree9299c7c99a621e005ff114c0244f62d0260fb528 /pkgs/applications/networking/browsers/palemoon/default.nix
parentd31ddcb42cd9c64438c3c452fc8814ca0e7494f3 (diff)
downloadnixpkgs-5efe403c935af24b6a43092607cd48896f8bb537.tar
nixpkgs-5efe403c935af24b6a43092607cd48896f8bb537.tar.gz
nixpkgs-5efe403c935af24b6a43092607cd48896f8bb537.tar.bz2
nixpkgs-5efe403c935af24b6a43092607cd48896f8bb537.tar.lz
nixpkgs-5efe403c935af24b6a43092607cd48896f8bb537.tar.xz
nixpkgs-5efe403c935af24b6a43092607cd48896f8bb537.tar.zst
nixpkgs-5efe403c935af24b6a43092607cd48896f8bb537.zip
palemoon: 28.12.0 -> 28.13.0
Diffstat (limited to 'pkgs/applications/networking/browsers/palemoon/default.nix')
-rw-r--r--pkgs/applications/networking/browsers/palemoon/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/palemoon/default.nix b/pkgs/applications/networking/browsers/palemoon/default.nix
index ef28e9234ed..9f2eda4c3ba 100644
--- a/pkgs/applications/networking/browsers/palemoon/default.nix
+++ b/pkgs/applications/networking/browsers/palemoon/default.nix
@@ -16,13 +16,13 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "palemoon";
-  version = "28.12.0";
+  version = "28.13.0";
 
   src = fetchFromGitHub {
     owner = "MoonchildProductions";
     repo = "Pale-Moon";
     rev = "${version}_Release";
-    sha256 = "1cc75972nhmxkkynkky1m2fijbf3qlzvpxsd98mxlx0b7h4d3l5l";
+    sha256 = "1lza6239kb32wnwd9cwddn11npg1qx7p69l7qy63h9c59w29iypa";
     fetchSubmodules = true;
   };
 
@@ -88,12 +88,16 @@ in stdenv.mkDerivation rec {
     ac_add_options --disable-debug
     ac_add_options --disable-necko-wifi
     ac_add_options --disable-updater
+
     ac_add_options --with-pthreads
 
     # Please see https://www.palemoon.org/redist.shtml for restrictions when using the official branding.
     ac_add_options --enable-official-branding
     export MOZILLA_OFFICIAL=1
 
+    # For versions after 28.12.0
+    ac_add_options --enable-phoenix-extensions
+
     ac_add_options --x-libraries=${lib.makeLibraryPath [ xorg.libX11 ]}
 
     export MOZ_PKG_SPECIAL=gtk$_GTK_VERSION