Skip to content

Commit

Permalink
floorp: 11.19.1 -> 11.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-heiss committed Oct 29, 2024
1 parent 1a45f6a commit 98df381
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.19.1";
packageVersion = "11.20.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 = "128.4.0";
version = "128.5.0";

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

extraConfigureFlags = [
Expand Down

0 comments on commit 98df381

Please sign in to comment.