summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2021-08-11 13:55:53 +0900
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-08-12 06:40:08 +0000
commit9d123427c98544d76cd5472872bf8d305c9c3f34 (patch)
tree36784cde4f3fcdc789eaae6f8f6bd9b8d76e6a3e
parentthunderbird: 78.12.0 -> 78.13.0 (diff)
downloadnixpkgs-9d123427c98544d76cd5472872bf8d305c9c3f34.tar.gz
thunderbird-bin: fix parameter of updateScript
(cherry picked from commit df5e0bb678875e1b10f2e2e59399630b2db2dc89)
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix b/pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix
index b81128545d59..bd197cfb5cea 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix
@@ -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";