floorp: 11.28.0 -> 11.29.0

Git changelog: https://github.com/Floorp-Projects/Floorp/compare/v11.28.0...v11.29.0
Release notes: https://blog.floorp.app/en/release/11.29.0.html

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss
2025-07-28 10:59:00 +02:00
parent a79973d8b4
commit aa408b15e2
@@ -9,7 +9,7 @@
(
(buildMozillaMach rec {
pname = "floorp";
packageVersion = "11.28.0";
packageVersion = "11.29.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.12.0";
version = "128.13.0";
src = fetchFromGitHub {
owner = "Floorp-Projects";
repo = "Floorp";
fetchSubmodules = true;
rev = "v${packageVersion}";
hash = "sha256-2BSl7RHhqFAYSpshBYxuVWwLlVXdOT3xgH4tva5ShY4=";
hash = "sha256-uTTI9n99P4hHDf849lR7oiNGLbCa03ivjE1xF0gyT4Y=";
};
extraConfigureFlags = [