File tree 1 file changed +2
-2
lines changed
pkgs/applications/networking/mailreaders/thunderbird
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
enableOfficialBranding ? false
14
14
} :
15
15
16
- let version = "45.5.0 " ; in
16
+ let version = "45.5.1 " ; in
17
17
let verName = "${ version } " ; in
18
18
19
19
stdenv . mkDerivation rec {
20
20
name = "thunderbird-${ verName } " ;
21
21
22
22
src = fetchurl {
23
23
url = "mirror://mozilla/thunderbird/releases/${ verName } /source/thunderbird-${ verName } .source.tar.xz" ;
24
- sha512 = "719469c4f66a9e4b09c360056c63ef2e1803334901dd4a23f12e455fe8ae4d0aba0a6273b3cf2796c925dc93f0add3df011ffe40148ef0b3f226d0b1a1c37b6a " ;
24
+ sha512 = "f6dc5f526e50facb9947627fcbc8db222cc20438fa62c552090dcabeabcc31dba2c66c20345090deaf5b58fd42b54938935eb1b3904528dce5949fd4cfc1ceb7 " ;
25
25
} ;
26
26
27
27
buildInputs = # from firefox30Pkgs.xulrunner, without gstreamer and libvpx
You can’t perform that action at this time.
0 commit comments