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.3 -> 2.3.4, dovecot_pigeonhole: 0.5.3 -> 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Nov 24, 2018
1 parent 9842853 commit b6c96c6
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
Expand Up @@ -9,7 +9,7 @@
}:

stdenv.mkDerivation rec {
name = "dovecot-2.3.3";
name = "dovecot-2.3.4";

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 = "13kd0rxdg9scwnx6n24p6mv8p6dyh7v8s7sqv55gp2i54pp2gbqm";
sha256 = "01ggzf7b3jpl89mjiqr7xbpbs181g2gjf6wzg70qaqfzz3ppc6yr";
};

preConfigure = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "dovecot-pigeonhole-${version}";
version = "0.5.3";
version = "0.5.4";

src = fetchurl {
url = "https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${version}.tar.gz";
sha256 = "08i6vw6k2v906s4sc6wl9ffpz6blzdga6vglqpqjm7jzq10jfbz0";
sha256 = "05l5y0gc8ycswdbl58j7kbx5gq1z7mjkazjccmgbq6h0gbk9jyal";
};

buildInputs = [ dovecot openssl ];
Expand Down

0 comments on commit b6c96c6

Please sign in to comment.