Merge pull request #112596 from r-ryantm/auto-update/claws-mail

claws-mail: 3.17.7 -> 3.17.8
This commit is contained in:
Maximilian Bosch 2021-02-11 20:52:45 +01:00 committed by GitHub
commit 47298830d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,11 +31,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "claws-mail";
version = "3.17.7";
version = "3.17.8";
src = fetchurl {
url = "https://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz";
sha256 = "1j6x09621wng0lavh53nwzh9vqjzpspl8kh5azh7kbihpi4ldfb0";
sha256 = "sha256-zbeygUmV1vSpw7HwvBRn7Vw88qXg2hcwqqJaisyv3a8=";
};
outputs = [ "out" "dev" ];