Skip to content

Commit

Permalink
thunderbird: 68.5.0 -> 68.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taku0 authored and alyssais committed Mar 13, 2020
1 parent 8330317 commit 243cd9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ assert waylandSupport -> gtk3Support == true;

stdenv.mkDerivation rec {
pname = "thunderbird";
version = "68.5.0";
version = "68.6.0";

src = fetchurl {
url =
"mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
sha512 =
"15hi1193z6gp05dx6pqakxydyrxzls4xhfpvrk5qg458gxhdfj4qbgb33mcf944g7vf2hk5mk6nbgmdxlb9svw1n72ym2adyaca6n5v";
"0z2r93inj4k0sg4ghq8nz209ayklvh9dxgbsimg6dgil5ibcmyapks30gva7r9jxi07mzmb6i2mj4wazgkyi6i124svzvllnm1cq0im";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 243cd9f

Please sign in to comment.