dovecot: 2.3.17.1 -> 2.3.18

https://dovecot.org/pipermail/dovecot-news/2022-February/000470.html
This commit is contained in:
Robert Schütz 2022-02-03 18:50:35 +00:00
parent 7acca65758
commit 18d27ba148

View file

@ -11,7 +11,7 @@
stdenv.mkDerivation rec {
pname = "dovecot";
version = "2.3.17.1";
version = "2.3.18";
nativeBuildInputs = [ perl pkg-config ];
buildInputs =
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://dovecot.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.gz";
sha256 = "1f525bvpjvi4rnwqjsqaqrbdii08sqmc1v8xq03m19w1vk6cqrqw";
hash = "sha256-Buc/ZoxsCTxFve7rfCA5irjcSTFyNPS1eBrF4sxdbDM=";
};
enableParallelBuilding = true;