roundcube: 1.4.9 -> 1.4.10

This commit is contained in:
Daniel Frank 2020-12-27 23:48:56 +01:00
parent f98ff802eb
commit 7c59993909
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "roundcube-${version}";
version = "1.4.9";
version = "1.4.10";
url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
src = fetchurl {
inherit url;
curlOpts = "--location";
sha256 = "1cpcr3abjq1f2af0ca571y976yni48z3rh3x146c6ninl5ip9b4z";
sha256 = "03sjvmnrspkiq0w73xvp1w61pcxhv0djrdm3mvs8h0dp9pfc1n53";
};
preferLocalBuild = true;