about summary refs log tree commit diff
path: root/pkgs/servers/mail
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-28 07:14:40 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-28 07:14:40 -0700
commita668ca4aace155f30c90337924780ecb2a3cbbc6 (patch)
tree88c3827ecbbdb2ecba811516f3adb2600f83064d /pkgs/servers/mail
parentc7d7abc51e5f9b9c7481a83c47b37508bf08b05b (diff)
downloadnixlib-a668ca4aace155f30c90337924780ecb2a3cbbc6.tar
nixlib-a668ca4aace155f30c90337924780ecb2a3cbbc6.tar.gz
nixlib-a668ca4aace155f30c90337924780ecb2a3cbbc6.tar.bz2
nixlib-a668ca4aace155f30c90337924780ecb2a3cbbc6.tar.lz
nixlib-a668ca4aace155f30c90337924780ecb2a3cbbc6.tar.xz
nixlib-a668ca4aace155f30c90337924780ecb2a3cbbc6.tar.zst
nixlib-a668ca4aace155f30c90337924780ecb2a3cbbc6.zip
dovecot: 2.3.0.1 -> 2.3.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/dovecot/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/c20ip7wyymd39l7zisx38ky3bxp1sybv-dovecot-2.3.1/bin/dovecot --help` got 0 exit code
- ran `/nix/store/c20ip7wyymd39l7zisx38ky3bxp1sybv-dovecot-2.3.1/bin/dovecot --version` and found version 2.3.1
- found 2.3.1 with grep in /nix/store/c20ip7wyymd39l7zisx38ky3bxp1sybv-dovecot-2.3.1
- directory tree listing: https://gist.github.com/6d90467ee7649d7efc0a48eeacfc42c8
Diffstat (limited to 'pkgs/servers/mail')
-rw-r--r--pkgs/servers/mail/dovecot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mail/dovecot/default.nix b/pkgs/servers/mail/dovecot/default.nix
index 0060a59d8071..c9065d041618 100644
--- a/pkgs/servers/mail/dovecot/default.nix
+++ b/pkgs/servers/mail/dovecot/default.nix
@@ -8,7 +8,7 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "dovecot-2.3.0.1";
+  name = "dovecot-2.3.1";
 
   nativeBuildInputs = [ perl pkgconfig ];
   buildInputs =
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://dovecot.org/releases/2.3/${name}.tar.gz";
-    sha256 = "0lzisrdgrj5qqwjb7bv99mf2aljm568r6g108yisp0s644z2nxxb";
+    sha256 = "14zva4f8k64x86sm9n21cp2yvrpph6k6k52bm22a00pxjwdq50q8";
   };
 
   preConfigure = ''