floorp: 11.16.0 -> 11.17.5

Release notes: https://blog.ablaze.one/4464/2024-08-01/
Git changelog: https://github.com/Floorp-Projects/Floorp/compare/v11.16.0...v11.17.5

Also, explicitly setting the Python version is no longer required now,
so drop that.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
(cherry picked from commit e8d2fd0186)
This commit is contained in:
Christoph Heiss 2024-08-21 12:00:45 +02:00 committed by github-actions[bot]
parent 2a02822b46
commit 0483022561

View File

@ -8,7 +8,7 @@
((buildMozillaMach rec {
pname = "floorp";
packageVersion = "11.16.0";
packageVersion = "11.17.5";
applicationName = "Floorp";
binaryName = "floorp";
branding = "browser/branding/official";
@ -16,14 +16,14 @@
allowAddonSideload = true;
# Must match the contents of `browser/config/version.txt` in the source tree
version = "115.15.0";
version = "128.1.0";
src = fetchFromGitHub {
owner = "Floorp-Projects";
repo = "Floorp";
fetchSubmodules = true;
rev = "v${packageVersion}";
hash = "sha256-bmB88EIc5S/EYZXiQ5Dc+LjcGB4dlwKRBBV0T0ln88E=";
hash = "sha256-8uONEMQI801c9txDa1ZmHQE8xQCViAJbTkxtgYRmUDE=";
};
extraConfigureFlags = [
@ -64,7 +64,6 @@
enableOfficialBranding = false;
googleAPISupport = true;
mlsAPISupport = true;
python3 = python311;
}).overrideAttrs (prev: {
MOZ_DATA_REPORTING = "";
MOZ_TELEMETRY_REPORTING = "";