Update roundcube to current version

This commit is contained in:
Daniel Frank 2025-06-12 20:33:13 +02:00
commit e48bf0aa90
Signed by: tokudan
GPG key ID: 9282F413EDB72E05

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "roundcube-${version}";
version = "1.5.7";
version = "1.5.10";
url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
src = fetchurl {
inherit url;
curlOpts = "--location";
hash = "sha256-5+2SHAsXdKO31+N12LiRY5Pyy81i6R+02Otp5uxSj9I=";
hash = "sha256-VWsBb/hYGl3SM+sLWdn/Tfe4K5X+979APBnE5Z83SQE=";
};
preferLocalBuild = true;
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Roundcube";
homepage = https://roundcube.net/;
homepage = "https://roundcube.net/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ tokudan ];
platforms = platforms.all;