Skip to content

Commit

Permalink
floorp: 11.20.0 -> 11.21.0
Browse files Browse the repository at this point in the history
Git changelog: Floorp-Projects/Floorp@v11.20.0...v11.21.0
Release notes: https://blog.ablaze.one/4644/2024-11-18/

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
  • Loading branch information
christoph-heiss committed Nov 24, 2024
1 parent 2d7c550 commit df69405
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pkgs/applications/networking/browsers/floorp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(
(buildMozillaMach rec {
pname = "floorp";
packageVersion = "11.20.0";
packageVersion = "11.21.0";
applicationName = "Floorp";
binaryName = "floorp";
branding = "browser/branding/official";
Expand All @@ -24,7 +24,7 @@
repo = "Floorp";
fetchSubmodules = true;
rev = "v${packageVersion}";
hash = "sha256-+FVnG8CKEQdFN9bO8rUZadp+d8keCB98T7qt9OBfLDA=";
hash = "sha256-gb190h7BAt0biE/RQayyzwSFCDEMe4F8YT6Re2mK9r4=";
};

extraConfigureFlags = [
Expand Down Expand Up @@ -74,12 +74,4 @@
(prev: {
MOZ_DATA_REPORTING = "";
MOZ_TELEMETRY_REPORTING = "";

# Upstream already includes some of the bugfix patches that are applied by
# `buildMozillaMach`. Pick out only the relevant ones for Floorp and override
# the list here.
patches = [
../firefox/env_var_for_system_dir-ff111.patch
../firefox/no-buildconfig-ffx121.patch
];
})

0 comments on commit df69405

Please sign in to comment.