about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2024-02-07 21:04:27 +0100
committerjopejoe1 <johannes@joens.email>2024-02-17 00:10:35 +0100
commit1efcf3467ef8be2bef1f233b24a53e4a7455ebc1 (patch)
treea9a87e149d7cac6187613232e65d61696a866953 /pkgs/applications/networking
parent5c01128ec0a607423838f82106b4bd62abc6da9c (diff)
downloadnixlib-1efcf3467ef8be2bef1f233b24a53e4a7455ebc1.tar
nixlib-1efcf3467ef8be2bef1f233b24a53e4a7455ebc1.tar.gz
nixlib-1efcf3467ef8be2bef1f233b24a53e4a7455ebc1.tar.bz2
nixlib-1efcf3467ef8be2bef1f233b24a53e4a7455ebc1.tar.lz
nixlib-1efcf3467ef8be2bef1f233b24a53e4a7455ebc1.tar.xz
nixlib-1efcf3467ef8be2bef1f233b24a53e4a7455ebc1.tar.zst
nixlib-1efcf3467ef8be2bef1f233b24a53e4a7455ebc1.zip
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
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/browsers/firefox-bin/default.nix2
-rw-r--r--pkgs/applications/networking/browsers/firefox-bin/developer-edition_sources.nix (renamed from pkgs/applications/networking/browsers/firefox-bin/devedition_sources.nix)0
2 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/firefox-bin/default.nix b/pkgs/applications/networking/browsers/firefox-bin/default.nix
index 56d21187ebb2..44b63cab7dbb 100644
--- a/pkgs/applications/networking/browsers/firefox-bin/default.nix
+++ b/pkgs/applications/networking/browsers/firefox-bin/default.nix
@@ -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/";
     };
diff --git a/pkgs/applications/networking/browsers/firefox-bin/devedition_sources.nix b/pkgs/applications/networking/browsers/firefox-bin/developer-edition_sources.nix
index bc59c44618ac..bc59c44618ac 100644
--- a/pkgs/applications/networking/browsers/firefox-bin/devedition_sources.nix
+++ b/pkgs/applications/networking/browsers/firefox-bin/developer-edition_sources.nix