Skip to content

Commit b81db36

Browse files
authored
floorp: 11.22.0 -> 11.23.0 (#380348)
2 parents d0880ff + df923a9 commit b81db36

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)