postfix: 3.8.2 -> 3.8.3 (#265022)

Changes: https://www.postfix.org/announcements/postfix-3.8.3.html
This commit is contained in:
Sergei Trofimovich 2023-11-03 00:52:10 +00:00 committed by GitHub
parent 4a7344c3aa
commit 4f3186b458
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.8.2";
version = "3.8.3";
src = fetchurl {
url = "http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/${pname}-${version}.tar.gz";
hash = "sha256-Z5CQPNu14ORxlmkeuaXyz4BQJi3vlB4Dnm1L9AQ6XjA=";
hash = "sha256-FpRsmHSnhqCfU7F9HIPcH6rjXL+AurNKsBeYtwQglos=";
};
nativeBuildInputs = [ makeWrapper m4 ];