roundcube: 1.4.1 -> 1.4.2

This commit is contained in:
Victor SENE 2020-01-03 19:58:27 +01:00
parent b0bbacb521
commit f07ea50ad3
No known key found for this signature in database
GPG key ID: BE385725D365A548

View file

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