0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

floorp: 11.26.2 -> 11.27.0

Also update the description to what the upstream project uses.

Release announcement: https://blog.floorp.app/en/release/11.27.0.html
Git changelog: https://github.com/Floorp-Projects/Floorp/compare/v11.26.2...v11.27.0

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2025-05-29 19:35:19 +02:00
parent f55b94f6bf
commit 16c2a2eb17
No known key found for this signature in database
GPG key ID: A3D16D4FE64F332A

View file

@ -9,7 +9,7 @@
(
(buildMozillaMach rec {
pname = "floorp";
packageVersion = "11.26.2";
packageVersion = "11.27.0";
applicationName = "Floorp";
binaryName = "floorp";
branding = "browser/branding/official";
@ -17,14 +17,14 @@
allowAddonSideload = true;
# Must match the contents of `browser/config/version.txt` in the source tree
version = "128.11.0";
version = "128.12.0";
src = fetchFromGitHub {
owner = "Floorp-Projects";
repo = "Floorp";
fetchSubmodules = true;
rev = "v${packageVersion}";
hash = "sha256-tbdEiCFwMkeBB5n82TycyZ0wwE2+cCgLmjROl9kTHS8=";
hash = "sha256-lQ84NNWlu4hVKK/CDIDS5JKGdD4i7TTjv4x/dQhDJwo=";
};
extraConfigureFlags = [
@ -45,7 +45,7 @@
updateScript = ./update.sh;
meta = {
description = "Fork of Firefox, focused on keeping the Open, Private and Sustainable Web alive, built in Japan";
description = "Fork of Firefox that seeks balance between versatility, privacy and web openness";
homepage = "https://floorp.app/";
maintainers = with lib.maintainers; [ christoph-heiss ];
platforms = lib.platforms.unix;