3
0
Fork 0
forked from mirrors/nixpkgs

cyrus_sasl: 2.1.26 -> 2.5.10

This commit is contained in:
Nikolay Amiantov 2016-12-20 17:59:33 +03:00
parent 8a5fb68b0c
commit a60500ce70

View file

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