Unverified Commit 16c2a2eb authored by Christoph Heiss's avatar Christoph Heiss
Browse files

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: default avatarChristoph Heiss <christoph@c8h4.io>
parent f55b94f6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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;