postfix: 3.4.0 -> 3.4.3 (#57368)
This commit is contained in:
parent
c55427ca43
commit
1f302fa30d
@ -26,11 +26,11 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
name = "postfix-${version}";
|
name = "postfix-${version}";
|
||||||
|
|
||||||
version = "3.4.0";
|
version = "3.4.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${name}.tar.gz";
|
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${name}.tar.gz";
|
||||||
sha256 = "1sgy9apffi6daf3zsmkg8b3wzbhz8x9j7pr45mvqsf2hwm1ds6sr";
|
sha256 = "1c4ga3p0jshs9xyfq07j6jl9hj42p47q6nbmy42cijax90bhayz3";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper m4 ];
|
nativeBuildInputs = [ makeWrapper m4 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user