postfix: 3.6.4 -> 3.6.5

http://www.postfix.org/announcements/postfix-3.6.5.html
This commit is contained in:
Martin Weinelt 2022-02-13 00:04:43 +01:00
parent 4bbc7561c3
commit 31b5e1998d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -24,11 +24,11 @@ let
in stdenv.mkDerivation rec {
pname = "postfix";
version = "3.6.4";
version = "3.6.5";
src = fetchurl {
url = "http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/${pname}-${version}.tar.gz";
hash = "sha256-jeBhnc8vp8IVqAz4S4KrcWMdTUciy6CUlyXOPhgDHU4=";
hash = "sha256-MA+ogRzqINAdJcYZ01m/+rgmVucE2qcZ4MmvxOz/SAg=";
};
nativeBuildInputs = [ makeWrapper m4 ];