Skip to content

Commit bd4f00a

Browse files
Merge pull request #335114 from christoph-heiss/update-floorp
floorp: 11.16.0 -> 11.17.5
2 parents fea291c + ef1ca38 commit bd4f00a

File tree

1 file changed

+4
-4
lines changed
  • pkgs/applications/networking/browsers/floorp

1 file changed

+4
-4
lines changed

pkgs/applications/networking/browsers/floorp/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,29 @@
88

99
((buildMozillaMach rec {
1010
pname = "floorp";
11-
packageVersion = "11.16.0";
11+
packageVersion = "11.17.5";
1212
applicationName = "Floorp";
1313
binaryName = "floorp";
1414
branding = "browser/branding/official";
1515
requireSigning = false;
1616
allowAddonSideload = true;
1717

1818
# Must match the contents of `browser/config/version.txt` in the source tree
19-
version = "115.15.0";
19+
version = "128.1.0";
2020

2121
src = fetchFromGitHub {
2222
owner = "Floorp-Projects";
2323
repo = "Floorp";
2424
fetchSubmodules = true;
2525
rev = "v${packageVersion}";
26-
hash = "sha256-bmB88EIc5S/EYZXiQ5Dc+LjcGB4dlwKRBBV0T0ln88E=";
26+
hash = "sha256-8uONEMQI801c9txDa1ZmHQE8xQCViAJbTkxtgYRmUDE=";
2727
};
2828

2929
extraConfigureFlags = [
3030
"--with-app-name=${pname}"
3131
"--with-app-basename=${applicationName}"
3232
"--with-unsigned-addon-scopes=app,system"
33+
"--enable-proxy-bypass-protection"
3334
];
3435

3536
extraPostPatch = ''
@@ -64,7 +65,6 @@
6465
enableOfficialBranding = false;
6566
googleAPISupport = true;
6667
mlsAPISupport = true;
67-
python3 = python311;
6868
}).overrideAttrs (prev: {
6969
MOZ_DATA_REPORTING = "";
7070
MOZ_TELEMETRY_REPORTING = "";

0 commit comments

Comments
 (0)