Skip to content

Commit

Permalink
floorp: 11.21.0 -> 11.22.0 (#372485)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 10, 2025
2 parents fd2b35c + 172f95e commit ff9496a
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.21.0";
packageVersion = "11.22.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.5.0";
version = "128.7.0";

src = fetchFromGitHub {
owner = "Floorp-Projects";
repo = "Floorp";
fetchSubmodules = true;
rev = "v${packageVersion}";
hash = "sha256-gb190h7BAt0biE/RQayyzwSFCDEMe4F8YT6Re2mK9r4=";
hash = "sha256-gPFWSCACWUk7QE85I6alT6hsjMengjiiSE4J9px0Z58=";
};

extraConfigureFlags = [
Expand Down

0 comments on commit ff9496a

Please sign in to comment.