summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-01 13:54:00 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-01 13:54:00 +0200
commit562851a0680c35ecc34e59976e2f8eabe142dca6 (patch)
tree896fb1ae2db19c1f72fde077bb92731e47a04ff9 /pkgs/applications
parent25bb1e10f35fbdaa3e038bf38060e9e67f06e429 (diff)
downloadnixlib-562851a0680c35ecc34e59976e2f8eabe142dca6.tar
nixlib-562851a0680c35ecc34e59976e2f8eabe142dca6.tar.gz
nixlib-562851a0680c35ecc34e59976e2f8eabe142dca6.tar.bz2
nixlib-562851a0680c35ecc34e59976e2f8eabe142dca6.tar.lz
nixlib-562851a0680c35ecc34e59976e2f8eabe142dca6.tar.xz
nixlib-562851a0680c35ecc34e59976e2f8eabe142dca6.tar.zst
nixlib-562851a0680c35ecc34e59976e2f8eabe142dca6.zip
thunderbird: Update to 38.3.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
index ad43cd0116f0..32f77cfa2c22 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -13,7 +13,7 @@
   enableOfficialBranding ? false
 }:
 
-let version = "38.2.0"; in
+let version = "38.3.0"; in
 let verName = "${version}"; in
 
 stdenv.mkDerivation rec {
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
     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 = "0e27c54ee63b71cd7e8ff4fd87bbe66e0a16ffc1";
+    sha1 = "7c8ef066d6b6516fddbb654b38353f894f85d469";
   };
 
   buildInputs = # from firefox30Pkgs.xulrunner, but without gstreamer and libvpx