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
This commit is contained in:
Ryan Mulligan 2018-02-27 11:31:29 -08:00 committed by Franz Pletz
parent cfdca9d407
commit f0c2795555
1 changed files with 2 additions and 2 deletions

View File

@ -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";