postfix: 3.6.1 -> 3.6.2

The source url has also been updated to the "multiple
locations (Europe)" url published on the
http://www.postfix.org/download.html page.
This commit is contained in:
Antoine Eiche 2021-07-27 08:49:53 +02:00
parent 59297dde88
commit 9df6e2b1cd

View file

@ -24,11 +24,11 @@ let
in stdenv.mkDerivation rec {
pname = "postfix";
version = "3.6.1";
version = "3.6.2";
src = fetchurl {
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${pname}-${version}.tar.gz";
sha256 = "sha256-IKgFYlYB57lZiSIIMsj6FM43TwcR2gVBiPjOxqkv1xw=";
url = "http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/${pname}-${version}.tar.gz";
sha256 = "sha256-UHMj0g17P3BfSc+MB9Q3xtgJC+0H4Vo8DsQF7a1Up9Q=";
};
nativeBuildInputs = [ makeWrapper m4 ];