3
0
Fork 0
forked from mirrors/nixpkgs

dovecot: 2.3.9.3 -> 2.3.10

This commit is contained in:
R. RyanTM 2020-03-08 07:02:20 +00:00 committed by Alyssa Ross
parent baaec648c8
commit 8d08f45368

View file

@ -9,7 +9,7 @@
}:
stdenv.mkDerivation rec {
name = "dovecot-2.3.9.3";
name = "dovecot-2.3.10";
nativeBuildInputs = [ perl pkgconfig ];
buildInputs =
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://dovecot.org/releases/2.3/${name}.tar.gz";
sha256 = "0lcnqib63nv32xr3nr4s3x8k77mbgrhc13swjl2xqnzw4fabd7zq";
sha256 = "1ibiz3k2flablkcqbkvfzsjnq5b5kxximhcrplflsjl57mr88ca7";
};
enableParallelBuilding = true;
@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
++ lib.optional withSQLite "--with-sqlite";
meta = {
homepage = https://dovecot.org/;
homepage = "https://dovecot.org/";
description = "Open source IMAP and POP3 email server written with security primarily in mind";
maintainers = with stdenv.lib.maintainers; [ peti rickynils fpletz globin ];
platforms = stdenv.lib.platforms.unix;