Merge pull request #94457 from dotlambda/postfix-3.5.6

postfix: 3.5.4 -> 3.5.6
This commit is contained in:
Martin Weinelt 2020-08-02 03:48:52 +02:00 committed by GitHub
commit 55f1aa3f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,11 +26,11 @@ in stdenv.mkDerivation rec {
pname = "postfix";
version = "3.5.4";
version = "3.5.6";
src = fetchurl {
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${pname}-${version}.tar.gz";
sha256 = "10b8g6xv90shhfx17cjw7p40gphwi02az1y2dd8a4sjm4z6b2bzw";
sha256 = "0shyxk83adv4pbfilmskyrgjpb57vyhmvqbmfqawxbc22mksmh4f";
};
nativeBuildInputs = [ makeWrapper m4 ];