about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-03-11 13:16:36 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-03-11 13:47:37 +0100
commitd25135ff6e60b49464d482bb527f6bfff2452b49 (patch)
tree2bdfd82aea1b98d58b25f1dcbe99948760516ef2 /pkgs
parent603ea2652fae4e43d45a77a4ec23b94655299cbd (diff)
downloadnixlib-d25135ff6e60b49464d482bb527f6bfff2452b49.tar
nixlib-d25135ff6e60b49464d482bb527f6bfff2452b49.tar.gz
nixlib-d25135ff6e60b49464d482bb527f6bfff2452b49.tar.bz2
nixlib-d25135ff6e60b49464d482bb527f6bfff2452b49.tar.lz
nixlib-d25135ff6e60b49464d482bb527f6bfff2452b49.tar.xz
nixlib-d25135ff6e60b49464d482bb527f6bfff2452b49.tar.zst
nixlib-d25135ff6e60b49464d482bb527f6bfff2452b49.zip
thunderbird: Fix hash
Commit 4a54794d18683db41d2a4203f14c5debf628883c upgraded Thunderbird's
version to 38.6.0 (accidentally?), but didn't change the hash. This
wasn't caught due to tarballs.nixos.org being keyed on hash only.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
index 093e7a22b921..7fd4e3e1515f 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -21,9 +21,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://archive.mozilla.org/pub/thunderbird/releases/${verName}/source/thunderbird-${verName}.source.tar.bz2";
-
-    # https://archive.mozilla.org/pub/thunderbird/releases/${verName}/SHA1SUMS
-    sha1 = "7c8ef066d6b6516fddbb654b38353f894f85d469";
+    sha256 = "0sssw45sf4vfy63y0x1lj05zl9g3gjdcvgw232k6zfm44l9p25q4";
   };
 
   buildInputs = # from firefox30Pkgs.xulrunner, but without gstreamer and libvpx