Unverified Commit 07a81aea authored by misuzu's avatar misuzu Committed by GitHub
Browse files

floorp: 11.28.0 -> 11.29.0 (#429058)

parents 6a7d91d5 aa408b15
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
(
  (buildMozillaMach rec {
    pname = "floorp";
    packageVersion = "11.28.0";
    packageVersion = "11.29.0";
    applicationName = "Floorp";
    binaryName = "floorp";
    branding = "browser/branding/official";
@@ -17,14 +17,14 @@
    allowAddonSideload = true;

    # Must match the contents of `browser/config/version.txt` in the source tree
    version = "128.12.0";
    version = "128.13.0";

    src = fetchFromGitHub {
      owner = "Floorp-Projects";
      repo = "Floorp";
      fetchSubmodules = true;
      rev = "v${packageVersion}";
      hash = "sha256-2BSl7RHhqFAYSpshBYxuVWwLlVXdOT3xgH4tva5ShY4=";
      hash = "sha256-uTTI9n99P4hHDf849lR7oiNGLbCa03ivjE1xF0gyT4Y=";
    };

    extraConfigureFlags = [