exim: 4.93 -> 4.94
This commit is contained in:
parent
b6eca9a2af
commit
0a998fcdfc
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "exim";
|
pname = "exim";
|
||||||
version = "4.93.0.4";
|
version = "4.94";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://ftp.exim.org/pub/exim/exim4/fixes/${pname}-${version}.tar.xz";
|
url = "https://ftp.exim.org/pub/exim/exim4/${pname}-${version}.tar.xz";
|
||||||
sha256 = "01g4sfycv13glnmfrapwhjbdw6z1z7w5bwjldxjmglwfw5p3czak";
|
sha256 = "1nsb2i5mqxfz1sl1bmbxmpb2qiaf3wffhfiw4j9vfpagy3xfhzpp";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
@ -92,11 +92,11 @@ stdenv.mkDerivation rec {
|
|||||||
done )
|
done )
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://exim.org/";
|
homepage = "http://exim.org/";
|
||||||
description = "A mail transfer agent (MTA)";
|
description = "A mail transfer agent (MTA)";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = with licenses; [ gpl2Plus bsd3 ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.tv ];
|
maintainers = with maintainers; [ tv ajs124 das_j ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user