dovecot_pigeonhole: 0.4.20 -> 0.4.21

This commit is contained in:
Orivej Desh 2017-12-17 02:59:59 +00:00
parent 0aa10a7fa6
commit 9a491ae036

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "dovecot-pigeonhole-${version}";
version = "0.4.20";
version = "0.4.21";
src = fetchurl {
url = "http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-${version}.tar.gz";
sha256 = "0nxy007wmyamwj01yfiqbqjnbsd98z783b811rcavwi5iw5pvqbg";
sha256 = "0snxrx9lk3j0rrcd4jlhwlqk4v31n1qfx2asgwb4scy5i2vrrq2a";
};
buildInputs = [ dovecot openssl ];