1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

Merge pull request #58519 from dotlambda/postfix-3.4.4

postfix: 3.4.3 -> 3.4.4
This commit is contained in:
Maximilian Bosch 2019-03-30 19:53:15 +01:00 committed by GitHub
commit 75227bd347
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,11 +26,11 @@ in stdenv.mkDerivation rec {
name = "postfix-${version}";
version = "3.4.3";
version = "3.4.4";
src = fetchurl {
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${name}.tar.gz";
sha256 = "1c4ga3p0jshs9xyfq07j6jl9hj42p47q6nbmy42cijax90bhayz3";
sha256 = "0d0yc2j5gr36j2r9dzd5bwlp0n8y52wnvp5f0bh40sln39ispwi7";
};
nativeBuildInputs = [ makeWrapper m4 ];