Loading pkgs/applications/networking/browsers/firefox/packages/firefox-beta.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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]*"; }; Loading pkgs/applications/networking/browsers/firefox/packages/firefox-devedition.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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/"; Loading pkgs/applications/networking/browsers/firefox/packages/firefox-esr-128.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading pkgs/applications/networking/browsers/firefox/packages/firefox.nix +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ buildMozillaMach rec { tests = { inherit (nixosTests) firefox; }; updateScript = callPackage ./update.nix { updateScript = callPackage ../update.nix { attrPath = "firefox-unwrapped"; }; } Loading
pkgs/applications/networking/browsers/firefox/packages/firefox-beta.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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]*"; }; Loading
pkgs/applications/networking/browsers/firefox/packages/firefox-devedition.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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/"; Loading
pkgs/applications/networking/browsers/firefox/packages/firefox-esr-128.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading
pkgs/applications/networking/browsers/firefox/packages/firefox.nix +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ buildMozillaMach rec { tests = { inherit (nixosTests) firefox; }; updateScript = callPackage ./update.nix { updateScript = callPackage ../update.nix { attrPath = "firefox-unwrapped"; }; }