Skip to content

Commit

Permalink
[Backport release-24.05] floorp: 11.19.0 -> 11.19.1 (#347716)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Oct 10, 2024
2 parents a5d9f88 + b027245 commit 1365af7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 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.19.0";
packageVersion = "11.19.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.3.0";
version = "128.4.0";

src = fetchFromGitHub {
owner = "Floorp-Projects";
repo = "Floorp";
fetchSubmodules = true;
rev = "v${packageVersion}";
hash = "sha256-Sk7oMegNr01tLC1BXpUuImg03C6lEEhaVTSjISV9xAE=";
hash = "sha256-RFJ3aRbLwCf0qaluqImcF9+6frvJbw8QE3jBpxNxFjE=";
};

extraConfigureFlags = [
Expand Down Expand Up @@ -56,9 +56,6 @@
maxSilent = 14400; # 4h, double the default of 7200s (c.f. #129212, #129115)
license = lib.licenses.mpl20;
mainProgram = "floorp";
knownVulnerabilities = [
"CVE-2024-9680"
];
};
tests = [ nixosTests.floorp ];
}).override {
Expand Down

0 comments on commit 1365af7

Please sign in to comment.