roundcube: 1.6.0 -> 1.6.1

ChangeLog: https://github.com/roundcube/roundcubemail/releases/tag/1.6.1
This commit is contained in:
Maximilian Bosch 2023-01-23 22:28:53 +01:00
parent 6ed8578aef
commit 8732560381
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "roundcube";
version = "1.6.0";
version = "1.6.1";
src = fetchurl {
url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
sha256 = "sha256-JAnM3+LkZfCGy5/BjIjf4Kr2zMI5JFZJdQYSCZIWlLo=";
sha256 = "sha256-RsL2ujS8t+V+R8sDS/M45fx9zO3dqSEqLvO9MUbZe+0=";
};
patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];