Merge pull request #26043 from orivej/sasl

cyrus_sasl: fix version
This commit is contained in:
Daiderd Jordan 2017-06-09 20:30:35 +02:00 committed by GitHub
commit 57091a19e2

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";