dovecot_pigeonhole: 0.5.7.2 -> 0.5.8

https://dovecot.org/pipermail/dovecot-news/2019-October/000420.html
This commit is contained in:
Robert Schütz 2019-10-09 17:09:47 +02:00
parent 5f03f32fa6
commit 395cdd7d4c

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "dovecot-pigeonhole";
version = "0.5.7.2";
version = "0.5.8";
src = fetchurl {
url = "https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${version}.tar.gz";
sha256 = "1c0ijjmdskxydmvfk8ixxgg8ndnxx1smvycbp7jjd895a9f0r7fm";
sha256 = "08lhfl877xm790f1mqdhvz74xqr2kkl8wpz2m6p0j6hv1kan1f4g";
};
buildInputs = [ dovecot openssl ];