Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
dovecot: 2.3.9.3 -> 2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and alyssais committed Mar 12, 2020
1 parent baaec64 commit 8d08f45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/mail/dovecot/default.nix
Expand Up @@ -9,7 +9,7 @@
}:

stdenv.mkDerivation rec {
name = "dovecot-2.3.9.3";
name = "dovecot-2.3.10";

nativeBuildInputs = [ perl pkgconfig ];
buildInputs =
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 8d08f45

Please sign in to comment.