about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2015-11-17 21:30:09 +0100
committerAristid Breitkreuz <aristidb@gmail.com>2015-11-29 14:31:03 +0100
commit862a2615e78d4e3710e310e8508f63e87db321aa (patch)
treeec143b31fb7a60fbf5144aa4adc8e26b1f53eeea /pkgs
parent8d62b2b8fa9a2b4171ad3bab1f665cf1917cd1d4 (diff)
opensmtpd: 5.7.1p1 -> 5.7.3p1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/mail/opensmtpd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mail/opensmtpd/default.nix b/pkgs/servers/mail/opensmtpd/default.nix
index 2fd3f0421b975..cb098a84a94f5 100644
--- a/pkgs/servers/mail/opensmtpd/default.nix
+++ b/pkgs/servers/mail/opensmtpd/default.nix
@@ -4,14 +4,14 @@
 
 stdenv.mkDerivation rec {
   name = "opensmtpd-${version}";
-  version = "5.7.1p1";
+  version = "5.7.3p1";
 
   nativeBuildInputs = [ autoconf automake libtool bison ];
   buildInputs = [ libasr libevent zlib openssl db pam ];
 
   src = fetchurl {
     url = "http://www.opensmtpd.org/archives/${name}.tar.gz";
-    sha256 = "67e9dd9682ca8c181e84e66c76245a4a8f6205834f915a2c021cdfeb22049e3a";
+    sha256 = "848a3c72dd22b216bb924b69dc356fc297e8b3671ec30856978950208cba74dd";
   };
 
   patches = [ ./proc_path.diff ];