postfix: 3.3.0 -> 3.3.1 (#40912)

Release notes: http://www.postfix.org/announcements/postfix-3.3.1.html
This commit is contained in:
Robert Schütz 2018-05-22 19:47:57 +02:00 committed by xeji
parent 571a1e19e9
commit b7c7360374

View File

@ -25,11 +25,11 @@ in stdenv.mkDerivation rec {
name = "postfix-${version}";
version = "3.3.0";
version = "3.3.1";
src = fetchurl {
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${name}.tar.gz";
sha256 = "0fggpbsc9jkrbaw9hy0zw9h32plmfvcv0x860pbih0g346byhhkr";
sha256 = "0fvymsklp32njsv0ngc1f45j01kcy61r5in99g5palibwkd19xal";
};
nativeBuildInputs = [ makeWrapper ];