roundcube: 1.4.7 -> 1.4.8
This commit is contained in:
parent
6a3f1ac48c
commit
96b3e44ba1
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue