postfix: 3.3.0 -> 3.3.1 (#40912)

Release notes: http://www.postfix.org/announcements/postfix-3.3.1.html

authored by Robert Schütz and committed by xeji b7c73603 571a1e19

+2 -2
+2 -2
pkgs/servers/mail/postfix/default.nix
··· 25 26 name = "postfix-${version}"; 27 28 - version = "3.3.0"; 29 30 src = fetchurl { 31 url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${name}.tar.gz"; 32 - sha256 = "0fggpbsc9jkrbaw9hy0zw9h32plmfvcv0x860pbih0g346byhhkr"; 33 }; 34 35 nativeBuildInputs = [ makeWrapper ];
··· 25 26 name = "postfix-${version}"; 27 28 + version = "3.3.1"; 29 30 src = fetchurl { 31 url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${name}.tar.gz"; 32 + sha256 = "0fvymsklp32njsv0ngc1f45j01kcy61r5in99g5palibwkd19xal"; 33 }; 34 35 nativeBuildInputs = [ makeWrapper ];