Merge pull request #170034 from dotlambda/postfix-3.6.6

postfix: 3.6.5 -> 3.6.6
This commit is contained in:
lewo 2022-04-24 19:53:23 +02:00 committed by GitHub
commit a3a6e82db5
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.5";
version = "3.6.6";
src = fetchurl {
url = "http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/${pname}-${version}.tar.gz";
hash = "sha256-MA+ogRzqINAdJcYZ01m/+rgmVucE2qcZ4MmvxOz/SAg=";
hash = "sha256-CYpxT0EEaO/ibiGR3I8xy6RQfVv0iPVvnrVUXjaG8NY=";
};
nativeBuildInputs = [ makeWrapper m4 ];