dovecot: 2.3.2.1 -> 2.3.3 (#47814)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dovecot/versions
This commit is contained in:
R. RyanTM 2018-10-10 14:27:28 -07:00 committed by xeji
parent c047572a17
commit 5a6c4d39fb

View File

@ -8,7 +8,7 @@
}:
stdenv.mkDerivation rec {
name = "dovecot-2.3.2.1";
name = "dovecot-2.3.3";
nativeBuildInputs = [ perl pkgconfig ];
buildInputs =
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://dovecot.org/releases/2.3/${name}.tar.gz";
sha256 = "0d2ffbicgl3wswbnyjbw6qigz7r1aqzprpchbwp5cynw122i2raa";
sha256 = "13kd0rxdg9scwnx6n24p6mv8p6dyh7v8s7sqv55gp2i54pp2gbqm";
};
preConfigure = ''