roundcube: 1.4.7 -> 1.4.8

This commit is contained in:
Daniel Frank 2020-08-10 21:43:55 +02:00
parent 6a3f1ac48c
commit 96b3e44ba1
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

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