roundcube: 1.4.0 -> 1.4.4

This commit is contained in:
Daniel Frank 2020-04-29 22:32:52 +02:00
parent 15168ff9e7
commit 637f8d811d
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "roundcube-${version}"; name = "roundcube-${version}";
version = "1.4.0"; version = "1.4.4";
url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz"; url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
src = fetchurl { src = fetchurl {
inherit url; inherit url;
curlOpts = "--location"; curlOpts = "--location";
sha256 = "0b7gc342z0smn7q6cnznj9ncal0515ki4kkq1hlmqmyn0nna5lkb"; sha256 = "1my726p0wmsn21nbdsjx02h6hnbh8nidzipzdy0gk0qgda1j729b";
}; };
phases = [ "unpackPhase" "installPhase" ]; phases = [ "unpackPhase" "installPhase" ];