roundcube: 1.5.3 -> 1.6.0

ChangeLog: https://github.com/roundcube/roundcubemail/releases/tag/1.6.0
This commit is contained in:
Maximilian Bosch 2022-07-29 19:49:22 +02:00
parent be3c39fb8e
commit 9776520fcc
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "roundcube";
version = "1.5.3";
version = "1.6.0";
src = fetchurl {
url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
sha256 = "sha256-S8+sIZ8uAAXJEtrDIndDzB7Q3tacgi90yBpw0EHlo70=";
sha256 = "sha256-JAnM3+LkZfCGy5/BjIjf4Kr2zMI5JFZJdQYSCZIWlLo=";
};
patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];