Skip to content

Commit df923a9

Browse files
floorp: 11.22.0 -> 11.23.0
Release notes: https://blog.ablaze.one/4674/2025-02-19/ Git changelog: Floorp-Projects/Floorp@v11.22.0...v11.23.0 Signed-off-by: Christoph Heiss <[email protected]>
1 parent e986f75 commit df923a9

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/networking/browsers/floorp

1 file changed

+3
-3
lines changed

pkgs/applications/networking/browsers/floorp/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
(
1010
(buildMozillaMach rec {
1111
pname = "floorp";
12-
packageVersion = "11.22.0";
12+
packageVersion = "11.23.0";
1313
applicationName = "Floorp";
1414
binaryName = "floorp";
1515
branding = "browser/branding/official";
1616
requireSigning = false;
1717
allowAddonSideload = true;
1818

1919
# Must match the contents of `browser/config/version.txt` in the source tree
20-
version = "128.7.0";
20+
version = "128.8.0";
2121

2222
src = fetchFromGitHub {
2323
owner = "Floorp-Projects";
2424
repo = "Floorp";
2525
fetchSubmodules = true;
2626
rev = "v${packageVersion}";
27-
hash = "sha256-gPFWSCACWUk7QE85I6alT6hsjMengjiiSE4J9px0Z58=";
27+
hash = "sha256-wH1u64Ldj9Ghzw8cXRu43mhUBmqjAH7k3MiknjW+xcw=";
2828
};
2929

3030
extraConfigureFlags = [

0 commit comments

Comments
 (0)