roundcube: 1.4.2 -> 1.4.3

https://github.com/roundcube/roundcubemail/releases/tag/1.4.3
This commit is contained in:
Maximilian Bosch 2020-02-19 23:57:37 +01:00
parent 43a775649c
commit 6c6d7cb2e3
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.2";
version = "1.4.3";
src = fetchurl {
url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
sha256 = "0s8gkfnyid1r4xv07vjrbl6558xv6dyn4aapvx8snqdm79n78fn8";
sha256 = "1gsl9rpdkv388i6zvciladhb15fw94a8xjyh4ai1664nkwl51wi4";
};
patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];