floorp: 11.12.2 -> 11.13.2

Release notes: https://blog.ablaze.one/4314/2024-05-16/
Git changelog: https://github.com/Floorp-Projects/Floorp/compare/v11.12.2...v11.13.2

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-05-19 21:56:58 +02:00
parent 3f888f6733
commit 5191868bc5
No known key found for this signature in database
GPG Key ID: 73D5E7FDEE3DE49A

View File

@ -7,7 +7,7 @@
((buildMozillaMach rec {
pname = "floorp";
packageVersion = "11.12.2";
packageVersion = "11.13.2";
applicationName = "Floorp";
binaryName = "floorp";
branding = "browser/branding/official";
@ -15,14 +15,14 @@
allowAddonSideload = true;
# Must match the contents of `browser/config/version.txt` in the source tree
version = "115.10.0";
version = "115.12.0";
src = fetchFromGitHub {
owner = "Floorp-Projects";
repo = "Floorp";
fetchSubmodules = true;
rev = "v${packageVersion}";
hash = "sha256-KWUoR/0XOz4mCWBkTgDfvvrWukZMa3tQzQ+k5+BfzzY=";
hash = "sha256-sFtGtxk3vdR5JoZb1yiITybIfGmOYzKLb9NtbhWjBt8=";
};
extraConfigureFlags = [