diff --git a/nixos-mailserver/pkg-roundcube.nix b/nixos-mailserver/pkg-roundcube.nix index 530dc42..a8c1feb 100644 --- a/nixos-mailserver/pkg-roundcube.nix +++ b/nixos-mailserver/pkg-roundcube.nix @@ -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;