roundcube: 1.7.0 -> 1.7.1

ChangeLog: https://github.com/roundcube/roundcubemail/releases/tag/1.7.1
This commit is contained in:
Maximilian Bosch
2026-05-25 12:45:45 +02:00
parent e43de94a67
commit fde782a9eb

View File

@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "roundcube";
version = "1.7.0";
version = "1.7.1";
src = fetchurl {
url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
sha256 = "sha256-o0w2baK3okrUpjgrS7mmd8tYHuCL/GME0KmnIQmOepg=";
sha256 = "sha256-HgOCvO/WJ6sLYoXTGB3fultET9z21J8z9eoV+/l4ZO8=";
};
patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];