Unverified Commit dc74870c authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018)

parents 8d353b9c 362f26d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ buildMozillaMach rec {
  tests = {
    inherit (nixosTests) firefox-beta;
  };
  updateScript = callPackage ./update.nix {
  updateScript = callPackage ../update.nix {
    attrPath = "firefox-beta-unwrapped";
    versionSuffix = "b[0-9]*";
  };
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ buildMozillaMach rec {
  tests = {
    inherit (nixosTests) firefox-devedition;
  };
  updateScript = callPackage ./update.nix {
  updateScript = callPackage ../update.nix {
    attrPath = "firefox-devedition-unwrapped";
    versionSuffix = "b[0-9]*";
    baseUrl = "https://archive.mozilla.org/pub/devedition/releases/";
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ buildMozillaMach rec {
  tests = {
    inherit (nixosTests) firefox-esr-128;
  };
  updateScript = callPackage ./update.nix {
  updateScript = callPackage ../update.nix {
    attrPath = "firefox-esr-128-unwrapped";
    versionPrefix = "128";
    versionSuffix = "esr";
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ buildMozillaMach rec {
  tests = {
    inherit (nixosTests) firefox;
  };
  updateScript = callPackage ./update.nix {
  updateScript = callPackage ../update.nix {
    attrPath = "firefox-unwrapped";
  };
}