roundcube: 1.5.0 -> 1.5.1

ChangeLog: https://github.com/roundcube/roundcubemail/releases/tag/1.5.1
This commit is contained in:
Maximilian Bosch 2021-11-29 17:10:47 +01:00
parent 122321a5cd
commit ce91a90d7a
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.5.0";
version = "1.5.1";
src = fetchurl {
url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
sha256 = "sha256-L9x7FmPl6ZcGv/NAk6pHMdS/IqWMtVWiUg7RveeNASw=";
sha256 = "sha256-YRsNgCJ9C3AonHFXh7LYX9Fe2RXrVtWFwQTCQ3YDboM=";
};
patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];