Skip to content

Commit

Permalink
thunderbird: 78.3.0 -> 78.3.1
Browse files Browse the repository at this point in the history
It's supposed to fix just a frequent crash.
https://www.thunderbird.net/en-US/thunderbird/78.3.1/releasenotes/
  • Loading branch information
vcunat committed Sep 26, 2020
1 parent 7bcff2e commit 9127ee5
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -70,13 +70,13 @@ assert waylandSupport -> gtk3Support == true;

stdenv.mkDerivation rec {
pname = "thunderbird";
version = "78.3.0";
version = "78.3.1";

src = fetchurl {
url =
"mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
sha512 =
"2jxwx7yli1f032bdz1d8gd724am8kjxla7d767p0dl1zcw761xnimhl41m4ik7cc9dhj8s6wfhjgrga70794c2dfd7c36dlhgjqp9mx";
"16b05e51776ba16503bc5fba02a6d0b5050a206e264a4707544354ad76af61902fd2dcf5d97b82b432dc69362ccd18543a0acccd80e06648e6c6f470886da450";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9127ee5

Please sign in to comment.