summary refs log tree commit diff
path: root/pkgs/servers/mail/postfix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-09 09:26:34 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-09 09:26:34 -0800
commit7bb9d0bd87cdffd5f79458e4b6654e2d2c96607b (patch)
treeea6efd1b2a4f0f456a08015a824333fc87f4d948 /pkgs/servers/mail/postfix
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
downloadnixpkgs-7bb9d0bd87cdffd5f79458e4b6654e2d2c96607b.tar
nixpkgs-7bb9d0bd87cdffd5f79458e4b6654e2d2c96607b.tar.gz
nixpkgs-7bb9d0bd87cdffd5f79458e4b6654e2d2c96607b.tar.bz2
nixpkgs-7bb9d0bd87cdffd5f79458e4b6654e2d2c96607b.tar.lz
nixpkgs-7bb9d0bd87cdffd5f79458e4b6654e2d2c96607b.tar.xz
nixpkgs-7bb9d0bd87cdffd5f79458e4b6654e2d2c96607b.tar.zst
nixpkgs-7bb9d0bd87cdffd5f79458e4b6654e2d2c96607b.zip
postfix: 3.2.5 -> 3.3.0
Semi-automatic update. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.3.0 with grep in /nix/store/8h882s0l773xiwgwf6flkig4yskagi3b-postfix-3.3.0
- found 3.3.0 in filename of file in /nix/store/8h882s0l773xiwgwf6flkig4yskagi3b-postfix-3.3.0
Diffstat (limited to 'pkgs/servers/mail/postfix')
-rw-r--r--pkgs/servers/mail/postfix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mail/postfix/default.nix b/pkgs/servers/mail/postfix/default.nix
index f8b36e816e0..a5168ebd4df 100644
--- a/pkgs/servers/mail/postfix/default.nix
+++ b/pkgs/servers/mail/postfix/default.nix
@@ -25,11 +25,11 @@ in stdenv.mkDerivation rec {
 
   name = "postfix-${version}";
 
-  version = "3.2.5";
+  version = "3.3.0";
 
   src = fetchurl {
     url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${name}.tar.gz";
-    sha256 = "0xpky04a5xnzbcizqj4y1gyxqjrzvpjlvk1g757wdrs678fq82vx";
+    sha256 = "0fggpbsc9jkrbaw9hy0zw9h32plmfvcv0x860pbih0g346byhhkr";
   };
 
   nativeBuildInputs = [ makeWrapper ];