summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authornamore <roman.naumann@hu-berlin.de>2016-05-11 21:34:23 +0200
committerDomen Kožar <domen@dev.si>2016-05-11 20:34:23 +0100
commit13c2bd4d7cc79ef5732847d7905760c1d0773c64 (patch)
tree9f6c43ad0900f7dd9ea03ddb04dcf94990c2331a /pkgs
parent2d7e4de12ed1e3588ec63517f9647021b893947a (diff)
downloadnixpkgs-13c2bd4d7cc79ef5732847d7905760c1d0773c64.tar
nixpkgs-13c2bd4d7cc79ef5732847d7905760c1d0773c64.tar.gz
nixpkgs-13c2bd4d7cc79ef5732847d7905760c1d0773c64.tar.bz2
nixpkgs-13c2bd4d7cc79ef5732847d7905760c1d0773c64.tar.lz
nixpkgs-13c2bd4d7cc79ef5732847d7905760c1d0773c64.tar.xz
nixpkgs-13c2bd4d7cc79ef5732847d7905760c1d0773c64.tar.zst
nixpkgs-13c2bd4d7cc79ef5732847d7905760c1d0773c64.zip
thunderbird: fix out-of-date hash (#15390)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
index 27b9d335e27..cdb52ec8d23 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://mozilla/thunderbird/releases/${verName}/source/thunderbird-${verName}.source.tar.xz";
-    sha256 = "1wbkj8a0p62mcbxlq8yyzrx51xi65qm8f2ccqiv5pb6qd51b5d0v";
+    sha256 = "0rynfyxgpvfla17zniaq84slc02kg848qawkjmdbnv74y6bkhs8m";
   };
 
   buildInputs = # from firefox30Pkgs.xulrunner, without gstreamer and libvpx