Merge pull request #119397 from dotlambda/postfix-3.5.10

postfix: 3.5.9 -> 3.5.10
This commit is contained in:
Martin Weinelt 2021-04-14 12:35:25 +02:00 committed by GitHub
commit 02ca8bc9be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,11 +26,11 @@ in stdenv.mkDerivation rec {
pname = "postfix"; pname = "postfix";
version = "3.5.9"; version = "3.5.10";
src = fetchurl { src = fetchurl {
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${pname}-${version}.tar.gz"; url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${pname}-${version}.tar.gz";
sha256 = "0avn00drmk9c9mjynfvcmir72ss9s3mckdhjm3mmnhas2sixbkji"; sha256 = "sha256-W7TX1y11ErWPOjFCbcvTlP01TgpD3iHaiUZrBXoCKPg=";
}; };
nativeBuildInputs = [ makeWrapper m4 ]; nativeBuildInputs = [ makeWrapper m4 ];
@ -103,7 +103,6 @@ in stdenv.mkDerivation rec {
description = "A fast, easy to administer, and secure mail server"; description = "A fast, easy to administer, and secure mail server";
license = with licenses; [ ipl10 epl20 ]; license = with licenses; [ ipl10 epl20 ];
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ globin dotlambda ];
}; };
} }