Merge pull request #64780 from r-ryantm/auto-update/dovecot

dovecot: 2.3.6 -> 2.3.7
This commit is contained in:
Peter Simons 2019-07-15 13:57:45 +02:00 committed by GitHub
commit a7dfd62f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
}:
stdenv.mkDerivation rec {
name = "dovecot-2.3.6";
name = "dovecot-2.3.7";
nativeBuildInputs = [ perl pkgconfig ];
buildInputs =
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://dovecot.org/releases/2.3/${name}.tar.gz";
sha256 = "1irnalplb47nlc26dn7zzdi95zhrxxi3miza7p3wdsgapv0qs7gd";
sha256 = "1al382ykm94if5agasb9h2442a8s7wn43hlwh292ir1rhnp5dq8i";
};
enableParallelBuilding = true;