File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/applications/networking/browsers/floorp Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 = ''
6465 enableOfficialBranding = false ;
6566 googleAPISupport = true ;
6667 mlsAPISupport = true ;
67- python3 = python311 ;
6868} ) . overrideAttrs ( prev : {
6969 MOZ_DATA_REPORTING = "" ;
7070 MOZ_TELEMETRY_REPORTING = "" ;
You can’t perform that action at this time.
0 commit comments