Merge pull request #293566 from dotlambda/postfix-3.8.6

postfix: 3.8.5 -> 3.8.6
This commit is contained in:
Nick Cao 2024-03-06 08:47:56 -05:00 committed by GitHub
commit f155477d98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,11 +25,11 @@ let
in stdenv.mkDerivation rec {
pname = "postfix";
version = "3.8.5";
version = "3.8.6";
src = fetchurl {
url = "https://de.postfix.org/ftpmirror/official/${pname}-${version}.tar.gz";
hash = "sha256-8+gnorLkEDWa0l0xNBlwQ0qwfjYTn5ou+TmBsOxWTIU=";
url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
hash = "sha256-S24XyCbMQ4zDAWqcClXqfnfGy6+6fdVyQdgbaQsOl3Q=";
};
nativeBuildInputs = [ makeWrapper m4 ];