mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
Merge pull request #82663 from r-ryantm/auto-update/postfix
postfix: 3.4.9 -> 3.4.10
This commit is contained in:
commit
aa87f39bc9
@ -26,11 +26,11 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
pname = "postfix";
|
pname = "postfix";
|
||||||
|
|
||||||
version = "3.4.9";
|
version = "3.4.10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${pname}-${version}.tar.gz";
|
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${pname}-${version}.tar.gz";
|
||||||
sha256 = "19rdb92q77japw6gy7niiyj1h3nqfdakkcsq2avn9l160vxrqw54";
|
sha256 = "0m36wn5grm4cf8nnvlgsgwsm6v09xz01n7jnx13h0yjk73y6d2lh";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper m4 ];
|
nativeBuildInputs = [ makeWrapper m4 ];
|
||||||
@ -98,7 +98,7 @@ in stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = http://www.postfix.org/;
|
homepage = "http://www.postfix.org/";
|
||||||
description = "A fast, easy to administer, and secure mail server";
|
description = "A fast, easy to administer, and secure mail server";
|
||||||
license = with licenses; [ ipl10 epl20 ];
|
license = with licenses; [ ipl10 epl20 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user