Merge pull request #276104 from oxzi/postfix-3.8.3

postfix: 3.8.3 -> 3.8.4
This commit is contained in:
Robert Schütz 2023-12-23 02:22:41 -08:00 committed by GitHub
commit 173bc9929a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,11 +25,11 @@ let
in stdenv.mkDerivation rec {
pname = "postfix";
version = "3.8.3";
version = "3.8.4";
src = fetchurl {
url = "http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/${pname}-${version}.tar.gz";
hash = "sha256-FpRsmHSnhqCfU7F9HIPcH6rjXL+AurNKsBeYtwQglos=";
url = "https://de.postfix.org/ftpmirror/official/${pname}-${version}.tar.gz";
hash = "sha256-b1hIxdi2p9LFrwqfdbC9PxA0UekSWRRkq4Z/3gheYjY=";
};
nativeBuildInputs = [ makeWrapper m4 ];