cyrus_sasl: fix version

This commit is contained in:
Orivej Desh 2017-05-24 03:37:48 +00:00
parent 454041a557
commit 3b24b11021

View File

@ -3,7 +3,7 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "cyrus-sasl-${version}${optionalString (kerberos == null) "-without-kerberos"}";
version = "2.5.10";
version = "2.1.26";
src = fetchurl {
url = "ftp://ftp.cyrusimap.org/cyrus-sasl/${name}.tar.gz";