mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script
This commit is contained in:
parent
2104a4ee5f
commit
362f26d024
@ -33,7 +33,7 @@ buildMozillaMach rec {
|
|||||||
tests = {
|
tests = {
|
||||||
inherit (nixosTests) firefox-beta;
|
inherit (nixosTests) firefox-beta;
|
||||||
};
|
};
|
||||||
updateScript = callPackage ./update.nix {
|
updateScript = callPackage ../update.nix {
|
||||||
attrPath = "firefox-beta-unwrapped";
|
attrPath = "firefox-beta-unwrapped";
|
||||||
versionSuffix = "b[0-9]*";
|
versionSuffix = "b[0-9]*";
|
||||||
};
|
};
|
||||||
|
@ -35,7 +35,7 @@ buildMozillaMach rec {
|
|||||||
tests = {
|
tests = {
|
||||||
inherit (nixosTests) firefox-devedition;
|
inherit (nixosTests) firefox-devedition;
|
||||||
};
|
};
|
||||||
updateScript = callPackage ./update.nix {
|
updateScript = callPackage ../update.nix {
|
||||||
attrPath = "firefox-devedition-unwrapped";
|
attrPath = "firefox-devedition-unwrapped";
|
||||||
versionSuffix = "b[0-9]*";
|
versionSuffix = "b[0-9]*";
|
||||||
baseUrl = "https://archive.mozilla.org/pub/devedition/releases/";
|
baseUrl = "https://archive.mozilla.org/pub/devedition/releases/";
|
||||||
|
@ -32,7 +32,7 @@ buildMozillaMach rec {
|
|||||||
tests = {
|
tests = {
|
||||||
inherit (nixosTests) firefox-esr-128;
|
inherit (nixosTests) firefox-esr-128;
|
||||||
};
|
};
|
||||||
updateScript = callPackage ./update.nix {
|
updateScript = callPackage ../update.nix {
|
||||||
attrPath = "firefox-esr-128-unwrapped";
|
attrPath = "firefox-esr-128-unwrapped";
|
||||||
versionPrefix = "128";
|
versionPrefix = "128";
|
||||||
versionSuffix = "esr";
|
versionSuffix = "esr";
|
||||||
|
@ -35,7 +35,7 @@ buildMozillaMach rec {
|
|||||||
tests = {
|
tests = {
|
||||||
inherit (nixosTests) firefox;
|
inherit (nixosTests) firefox;
|
||||||
};
|
};
|
||||||
updateScript = callPackage ./update.nix {
|
updateScript = callPackage ../update.nix {
|
||||||
attrPath = "firefox-unwrapped";
|
attrPath = "firefox-unwrapped";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user