From f86f7522ff4ef289dc9c3666817b76551e9df01c Mon Sep 17 00:00:00 2001 From: taku0 Date: Fri, 31 Jul 2020 08:33:18 +0900 Subject: thunderbird: fix update script (cherry picked from commit a1f1297f45c7c53023747a9806f36ed152342901) --- .../pkgs/applications/networking/mailreaders/thunderbird/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixpkgs') 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; -- cgit 1.4.1