roundcube: 1.6.8 -> 1.6.9

ChangeLog: https://github.com/roundcube/roundcubemail/releases/tag/1.6.9
This commit is contained in:
Maximilian Bosch 2024-09-01 14:57:34 +02:00
parent 64d4d45edb
commit abc5eb2565
No known key found for this signature in database

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "roundcube";
version = "1.6.8";
version = "1.6.9";
src = fetchurl {
url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
sha256 = "sha256-hGi+AgSnNMV0re9L4BV4x9xPq5wv40ADvzQaK9IO/So=";
sha256 = "sha256-thpfXCL4kMKZ6TWqz88IcGdpkNiuv/DWzf8HW/F8708=";
};
patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];