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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "roundcube-${version}";
|
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";
|
url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
inherit url;
|
inherit url;
|
||||||
curlOpts = "--location";
|
curlOpts = "--location";
|
||||||
hash = "sha256-5+2SHAsXdKO31+N12LiRY5Pyy81i6R+02Otp5uxSj9I=";
|
hash = "sha256-VWsBb/hYGl3SM+sLWdn/Tfe4K5X+979APBnE5Z83SQE=";
|
||||||
};
|
};
|
||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Roundcube";
|
description = "Roundcube";
|
||||||
homepage = https://roundcube.net/;
|
homepage = "https://roundcube.net/";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ tokudan ];
|
maintainers = with maintainers; [ tokudan ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue