Skip to content

Commit

Permalink
floorp-unwrapped: 11.17.8 -> 11.18.1
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
(cherry picked from commit 8336f9d)
  • Loading branch information
christoph-heiss committed Sep 26, 2024
1 parent 8ba50eb commit e985bf7
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 @@ -9,22 +9,22 @@

((buildMozillaMach rec {
pname = "floorp";
packageVersion = "11.17.8";
packageVersion = "11.18.1";
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 = "128.2.0";
version = "128.3.0";

src = fetchFromGitHub {
owner = "Floorp-Projects";
repo = "Floorp";
fetchSubmodules = true;
rev = "v${packageVersion}";
hash = "sha256-1hHp8LZxGJmLSoe8NNzmx2QxPosrIcLqggeGhf+iMPI=";
hash = "sha256-w7b3s8/ekDzGbjbdqK/9W9S5e79fbE9ftJkSsz2sQtA=";
};

extraConfigureFlags = [
Expand Down

0 comments on commit e985bf7

Please sign in to comment.