Merge pull request #197491 from NickCao/postfix

postfix: 3.6.6 -> 3.7.3
This commit is contained in:
lewo 2022-10-26 09:22:30 +02:00 committed by GitHub
commit dd4897bda9
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.6.6";
version = "3.7.3";
src = fetchurl {
url = "http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/${pname}-${version}.tar.gz";
hash = "sha256-CYpxT0EEaO/ibiGR3I8xy6RQfVv0iPVvnrVUXjaG8NY=";
hash = "sha256-0i89N+91YT1dVztW/FHvCX8sDQsOQHkjcR9xwftykRs=";
};
nativeBuildInputs = [ makeWrapper m4 ];