1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

roundcube: 1.6.1 -> 1.6.2

ChangeLog: https://github.com/roundcube/roundcubemail/releases/tag/1.6.2
This commit is contained in:
Maximilian Bosch 2023-07-03 14:00:54 +02:00
parent ab37fd7f9d
commit b5c1e285a6
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.1";
version = "1.6.2";
src = fetchurl {
url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
sha256 = "sha256-RsL2ujS8t+V+R8sDS/M45fx9zO3dqSEqLvO9MUbZe+0=";
sha256 = "sha256-yJgwfZXMSEGM+VUX71K1sAiMUAFPZ6bvgVdjQoqAQ/A=";
};
patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];