Skip to content

Commit

Permalink
Merge pull request #60490 from dotlambda/dovecot-2.3.6
Browse files Browse the repository at this point in the history
dovecot: 2.3.5.2 -> 2.3.6
  • Loading branch information
peti committed May 6, 2019
2 parents 47c78ac + c38b485 commit 62c93c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/mail/dovecot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}:

stdenv.mkDerivation rec {
name = "dovecot-2.3.5.2";
name = "dovecot-2.3.6";

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 = "1whvyg087sjhkd8r0xnk4ij105j135acnfxq6n58c6nqxwdf855s";
sha256 = "1irnalplb47nlc26dn7zzdi95zhrxxi3miza7p3wdsgapv0qs7gd";
};

enableParallelBuilding = true;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "dovecot-pigeonhole-${version}";
version = "0.5.5";
version = "0.5.6";

src = fetchurl {
url = "https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${version}.tar.gz";
sha256 = "19a9a6rdvdlrm00k2npprj6lrikjhngnmpgg412848rb3ip11anb";
sha256 = "1f7m2213w4hvqr3lvr03bv4lh92k35gxl01c2x8q8akk7viffbvw";
};

buildInputs = [ dovecot openssl ];
Expand Down

0 comments on commit 62c93c9

Please sign in to comment.