thunderbird-bin: fix parameter of updateScript

(cherry picked from commit df5e0bb678875e1b10f2e2e59399630b2db2dc89)
This commit is contained in:
taku0 2021-08-11 13:55:53 +09:00 committed by github-actions[bot]
parent a8de6d1fdc
commit 9d123427c9

View File

@ -169,7 +169,7 @@ stdenv.mkDerivation {
passthru.updateScript = import ./../../browsers/firefox-bin/update.nix {
inherit writeScript xidel coreutils gnused gnugrep curl gnupg runtimeShell;
name = "thunderbird-bin-${version}";
pname = "thunderbird-bin";
baseName = "thunderbird";
channel = "release";
basePath = "pkgs/applications/networking/mailreaders/thunderbird-bin";