firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018)
This commit is contained in:
@@ -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]*";
|
||||
};
|
||||
|
||||
@@ -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/";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -35,7 +35,7 @@ buildMozillaMach rec {
|
||||
tests = {
|
||||
inherit (nixosTests) firefox;
|
||||
};
|
||||
updateScript = callPackage ./update.nix {
|
||||
updateScript = callPackage ../update.nix {
|
||||
attrPath = "firefox-unwrapped";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user