about summary refs log tree commit diff
path: root/nixpkgs
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2020-07-31 08:33:18 +0900
committerAlyssa Ross <hi@alyssa.is>2020-09-29 11:52:46 +0000
commitf86f7522ff4ef289dc9c3666817b76551e9df01c (patch)
tree33ce3dfccbca3ba65ed9aed659edddfbc72ebfdc /nixpkgs
parent3808db2be919facf5e92bbf45da8690ebcec0cdb (diff)
downloadnixlib-f86f7522ff4ef289dc9c3666817b76551e9df01c.tar
nixlib-f86f7522ff4ef289dc9c3666817b76551e9df01c.tar.gz
nixlib-f86f7522ff4ef289dc9c3666817b76551e9df01c.tar.bz2
nixlib-f86f7522ff4ef289dc9c3666817b76551e9df01c.tar.lz
nixlib-f86f7522ff4ef289dc9c3666817b76551e9df01c.tar.xz
nixlib-f86f7522ff4ef289dc9c3666817b76551e9df01c.tar.zst
nixlib-f86f7522ff4ef289dc9c3666817b76551e9df01c.zip
thunderbird: fix update script
(cherry picked from commit a1f1297f45c7c53023747a9806f36ed152342901)
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/default.nix
index e223446564c2..8d859e9e689b 100644
--- a/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -316,7 +316,7 @@ stdenv.mkDerivation rec {
   ];
 
   passthru.updateScript = import ./../../browsers/firefox/update.nix {
-    attrPath = "thunderbird";
+    attrPath = "thunderbird-78";
     baseUrl = "http://archive.mozilla.org/pub/thunderbird/releases/";
     inherit writeScript lib common-updater-scripts xidel coreutils gnused
       gnugrep curl runtimeShell;