We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent ffea68a commit 4c3c0e8Copy full SHA for 4c3c0e8
pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix
pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -22,11 +22,11 @@ let
22
wrapperTool = if enableGTK3 then wrapGAppsHook else makeWrapper;
23
in stdenv.mkDerivation rec {
24
name = "thunderbird-${version}";
25
- version = "52.5.2";
+ version = "52.6.0";
26
27
src = fetchurl {
28
url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
29
- sha512 = "d626d3d37959539b15b5d2ae4a580fcc160380974bfc1a69a1fc8ff2435932e90a69fa386d5ecb6721d9154603c6b7d063e3368f6f995fea057eb593c06ef4ff";
+ sha512 = "80742c95ed61d1cb2e72b71bb23bdd211a40240ab4393e9f028a38f902547372084a8f56445e2394484be088a7b9801405f3d6618fb2742601cc968bf34427f0";
30
};
31
32
# New sed no longer tolerates this mistake.
0 commit comments