dovecot-pigeonhole: Update to 0.4.2

This commit is contained in:
Rickard Nilsson 2013-10-02 18:51:19 +02:00
parent 8c01614588
commit 4674d745e0
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "dovecot-pigeonhole-${version}";
version = "0.4.1";
version = "0.4.2";
src = fetchurl {
url = "http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-pigeonhole-${version}.tar.gz";
sha256 = "0vk9khwijl8qbjlm1q36a5dvpilrminp756n87c452kc3cfgc71n";
sha256 = "04rybb7ipsrhqapcqfr787n60lwd56gb33ylq7yqjr5q6xqg1684";
};
buildInputs = [ dovecot22 openssl ];