Skip to content

Commit

Permalink
[Backport release-24.11] floorp: 11.22.0 -> 11.23.0 (#380407)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Feb 9, 2025
2 parents 2260e0a + d531ff0 commit 6524c97
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.22.0";
packageVersion = "11.23.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.7.0";
version = "128.8.0";

src = fetchFromGitHub {
owner = "Floorp-Projects";
repo = "Floorp";
fetchSubmodules = true;
rev = "v${packageVersion}";
hash = "sha256-gPFWSCACWUk7QE85I6alT6hsjMengjiiSE4J9px0Z58=";
hash = "sha256-wH1u64Ldj9Ghzw8cXRu43mhUBmqjAH7k3MiknjW+xcw=";
};

extraConfigureFlags = [
Expand Down

0 comments on commit 6524c97

Please sign in to comment.