claws-mail: 4.3.0 -> 4.3.1

This commit is contained in:
R. Ryantm
2025-02-25 00:49:40 +00:00
parent 180a5afa32
commit 3d995af9d3

View File

@@ -275,11 +275,11 @@ let
in
stdenv.mkDerivation rec {
pname = "claws-mail";
version = "4.3.0";
version = "4.3.1";
src = fetchurl {
url = "https://claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz";
hash = "sha256-ldwdiI65FvAoRn+gw8v0W6/2Z4eTt7+zX6u6Ap1YHOE=";
hash = "sha256-2K3yEMdnq1glLfxas8aeYD1//bcoGh4zQNLYYGL0aKY=";
};
outputs = [