Skip to content

Commit

Permalink
firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (
Browse files Browse the repository at this point in the history
  • Loading branch information
jopejoe1 authored Nov 15, 2024
2 parents 8d353b9 + 362f26d commit dc74870
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]*";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ buildMozillaMach rec {
tests = {
inherit (nixosTests) firefox;
};
updateScript = callPackage ./update.nix {
updateScript = callPackage ../update.nix {
attrPath = "firefox-unwrapped";
};
}

0 comments on commit dc74870

Please sign in to comment.