Skip to content

Commit 4d15c98

Browse files
edolstravcunat
authored andcommittedDec 1, 2016
thunderbird: 45.5.0 -> 45.5.1
(cherry picked from commit f4aab5b)
1 parent 22389ae commit 4d15c98

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/mailreaders/thunderbird

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/applications/networking/mailreaders/thunderbird/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
enableOfficialBranding ? false
1414
}:
1515

16-
let version = "45.5.0"; in
16+
let version = "45.5.1"; in
1717
let verName = "${version}"; in
1818

1919
stdenv.mkDerivation rec {
2020
name = "thunderbird-${verName}";
2121

2222
src = fetchurl {
2323
url = "mirror://mozilla/thunderbird/releases/${verName}/source/thunderbird-${verName}.source.tar.xz";
24-
sha512 = "719469c4f66a9e4b09c360056c63ef2e1803334901dd4a23f12e455fe8ae4d0aba0a6273b3cf2796c925dc93f0add3df011ffe40148ef0b3f226d0b1a1c37b6a";
24+
sha512 = "f6dc5f526e50facb9947627fcbc8db222cc20438fa62c552090dcabeabcc31dba2c66c20345090deaf5b58fd42b54938935eb1b3904528dce5949fd4cfc1ceb7";
2525
};
2626

2727
buildInputs = # from firefox30Pkgs.xulrunner, without gstreamer and libvpx

0 commit comments

Comments
 (0)
Please sign in to comment.