dovecot_pigeonhole: 0.5.8 -> 0.5.9

Fixes build with dovecot 2.3.9+.
wip/yesman
Milan Pässler 5 years ago
parent bbee883e6c
commit a77524e2e3
  1. 4
      pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix

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

Loading…
Cancel
Save