mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
firefox-devedition-bin-unwrapped: update channel references
the channel for firefox-devedition-bin-unwrapped got changed in #256292 updating some stuff related to the update script that relied on the channel
This commit is contained in:
parent
5c01128ec0
commit
1efcf3467e
@ -108,7 +108,7 @@ stdenv.mkDerivation {
|
||||
updateScript = import ./update.nix {
|
||||
inherit pname channel lib writeScript xidel coreutils gnused gnugrep gnupg curl runtimeShell;
|
||||
baseUrl =
|
||||
if channel == "devedition"
|
||||
if channel == "developer-edition"
|
||||
then "https://archive.mozilla.org/pub/devedition/releases/"
|
||||
else "https://archive.mozilla.org/pub/firefox/releases/";
|
||||
};
|
||||
|
@ -31745,7 +31745,7 @@ with pkgs;
|
||||
firefox-devedition-bin-unwrapped = callPackage ../applications/networking/browsers/firefox-bin {
|
||||
inherit (gnome) adwaita-icon-theme;
|
||||
channel = "developer-edition";
|
||||
generated = import ../applications/networking/browsers/firefox-bin/devedition_sources.nix;
|
||||
generated = import ../applications/networking/browsers/firefox-bin/developer-edition_sources.nix;
|
||||
};
|
||||
|
||||
firefox-devedition-bin = res.wrapFirefox firefox-devedition-bin-unwrapped {
|
||||
|
Loading…
Reference in New Issue
Block a user