Update roundcube to current version
This commit is contained in:
parent
64d5842234
commit
e48bf0aa90
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue