dovecot_pigeonhole: 0.5.2 -> 0.5.3 (#47820)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dovecot-pigeonhole/versions
This commit is contained in:
R. RyanTM 2018-10-10 14:27:56 -07:00 committed by xeji
parent 5a6c4d39fb
commit e00bfcd798

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "dovecot-pigeonhole-${version}";
version = "0.5.2";
version = "0.5.3";
src = fetchurl {
url = "https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${version}.tar.gz";
sha256 = "0d95q2yj2f750jwg599jlizlglldcz9hs52y4mhrflwfqlaqw3lm";
sha256 = "08i6vw6k2v906s4sc6wl9ffpz6blzdga6vglqpqjm7jzq10jfbz0";
};
buildInputs = [ dovecot openssl ];