roundcube: 1.4.3 -> 1.4.4

https://github.com/roundcube/roundcubemail/releases/tag/1.4.4
This commit is contained in:
Maximilian Bosch 2020-04-29 23:46:00 +02:00
parent 4187fbb00e
commit 42539c4c89
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

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