postfix: 3.6.6 -> 3.7.3

This commit is contained in:
Nick Cao 2022-10-24 13:56:34 +08:00
parent f157bef02b
commit c3611ef087
No known key found for this signature in database

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 ];