summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 11:31:29 -0800
committerFranz Pletz <fpletz@fnordicwalking.de>2018-02-28 07:06:32 +0000
commitf0c27955555fc42dd2f1cab81b4814039c6736c2 (patch)
tree84e4ac6aec2d9abd5fee9231d9c8b4f80170f315 /pkgs/servers
parentcfdca9d407ae1e0c8a4b76bfd38d0bee5c7e1625 (diff)
downloadnixpkgs-f0c27955555fc42dd2f1cab81b4814039c6736c2.tar
nixpkgs-f0c27955555fc42dd2f1cab81b4814039c6736c2.tar.gz
nixpkgs-f0c27955555fc42dd2f1cab81b4814039c6736c2.tar.bz2
nixpkgs-f0c27955555fc42dd2f1cab81b4814039c6736c2.tar.lz
nixpkgs-f0c27955555fc42dd2f1cab81b4814039c6736c2.tar.xz
nixpkgs-f0c27955555fc42dd2f1cab81b4814039c6736c2.tar.zst
nixpkgs-f0c27955555fc42dd2f1cab81b4814039c6736c2.zip
postgrey: 1.36 -> 1.37
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/axvpmnbhi27rca2476cj66mv1xk92w2f-postgrey-1.37/bin/postgrey --version` and found version 1.37
- found 1.37 with grep in /nix/store/axvpmnbhi27rca2476cj66mv1xk92w2f-postgrey-1.37
- found 1.37 in filename of file in /nix/store/axvpmnbhi27rca2476cj66mv1xk92w2f-postgrey-1.37
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/mail/postgrey/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mail/postgrey/default.nix b/pkgs/servers/mail/postgrey/default.nix
index b221bfa0dd4..1836d0e5cf3 100644
--- a/pkgs/servers/mail/postgrey/default.nix
+++ b/pkgs/servers/mail/postgrey/default.nix
@@ -8,12 +8,12 @@ let
     policy-test-flags = mk-perl-flags (with perlPackages; [
       ParseSyslog
     ]);
-    version = "1.36";
+    version = "1.37";
     name = "postgrey-${version}";
 in runCommand name {
   src = fetchurl {
     url = "http://postgrey.schweikert.ch/pub/${name}.tar.gz";
-    sha256 = "09jzb246ki988389r9gryigriv9sravk40q75fih5n0q4p2ghax2";
+    sha256 = "1xx51xih4711vrvc6d57il9ccallbljj5zhgqdb07jzmz11rakgz";
   };
   meta = with stdenv.lib; {
     description = "A postfix policy server to provide greylisting";