Skip to content

Commit

Permalink
floorp: 11.21.0 -> 11.22.0
Browse files Browse the repository at this point in the history
Git changelog: Floorp-Projects/Floorp@v11.21.0...v11.22.0
Release notes: https://blog.ablaze.one/4659/2025-01-20/

Signed-off-by: Christoph Heiss <[email protected]>
(cherry picked from commit 172f95e)
  • Loading branch information
christoph-heiss authored and github-actions[bot] committed Jan 10, 2025
1 parent 72b5f9d commit a6378fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/browsers/floorp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
(
(buildMozillaMach rec {
pname = "floorp";
packageVersion = "11.21.0";
packageVersion = "11.22.0";
applicationName = "Floorp";
binaryName = "floorp";
branding = "browser/branding/official";
requireSigning = false;
allowAddonSideload = true;

# Must match the contents of `browser/config/version.txt` in the source tree
version = "128.5.0";
version = "128.7.0";

src = fetchFromGitHub {
owner = "Floorp-Projects";
repo = "Floorp";
fetchSubmodules = true;
rev = "v${packageVersion}";
hash = "sha256-gb190h7BAt0biE/RQayyzwSFCDEMe4F8YT6Re2mK9r4=";
hash = "sha256-gPFWSCACWUk7QE85I6alT6hsjMengjiiSE4J9px0Z58=";
};

extraConfigureFlags = [
Expand Down

0 comments on commit a6378fe

Please sign in to comment.