Skip to content

Commit

Permalink
thunderbird: 78.4.3 -> 78.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taku0 committed Nov 18, 2020
1 parent 52f5b94 commit 1968254
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.4.3";
version = "78.5.0";

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

nativeBuildInputs = [
Expand Down

0 comments on commit 1968254

Please sign in to comment.