Skip to content

Commit

Permalink
floorp: 11.15.0 -> 11.16.0
Browse files Browse the repository at this point in the history
Release notes: https://blog.ablaze.one/4415/2024-08-00/
Git changelog: Floorp-Projects/Floorp@v11.15.0...v11.16.0

Signed-off-by: Christoph Heiss <[email protected]>
(cherry picked from commit d5f5a05)
  • Loading branch information
christoph-heiss authored and LeSuisse committed Aug 20, 2024
1 parent 40b84fb commit 4be97a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/browsers/floorp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@

((buildMozillaMach rec {
pname = "floorp";
packageVersion = "11.15.0";
packageVersion = "11.16.0";
applicationName = "Floorp";
binaryName = "floorp";
branding = "browser/branding/official";
requireSigning = false;
allowAddonSideload = true;

# Must match the contents of `browser/config/version.txt` in the source tree
version = "115.13.0";
version = "115.15.0";

src = fetchFromGitHub {
owner = "Floorp-Projects";
repo = "Floorp";
fetchSubmodules = true;
rev = "v${packageVersion}";
hash = "sha256-LRuts3O3Rj5e6rT9gKTTwAIsY0oSziuiZ3rzE7wHa7o=";
hash = "sha256-bmB88EIc5S/EYZXiQ5Dc+LjcGB4dlwKRBBV0T0ln88E=";
};

extraConfigureFlags = [
Expand Down

0 comments on commit 4be97a3

Please sign in to comment.