Skip to content

Commit c762005

Browse files
authored
Merge pull request #284241 from r-ryantm/auto-update/dovecot_fts_xapian
dovecot_fts_xapian: 1.5.7 -> 1.5.8
2 parents 2f3928c + 9eaf3bc commit c762005

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/mail/dovecot/plugins/fts_xapian

1 file changed

+2
-2
lines changed

pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{ lib, stdenv, fetchFromGitHub, autoconf, automake, sqlite, pkg-config, dovecot, libtool, xapian, icu64 }:
22
stdenv.mkDerivation rec {
33
pname = "dovecot-fts-xapian";
4-
version = "1.5.7";
4+
version = "1.5.8";
55

66
src = fetchFromGitHub {
77
owner = "grosjo";
88
repo = "fts-xapian";
99
rev = version;
10-
sha256 = "sha256-Kxc5mmnp4HBuaPeQUwDLYj3ga7PeF0WJFJFRwhNBZA4=";
10+
sha256 = "sha256-K4ZtiKvTlFtqNQ+geFQnssaNIYp5pDmWYwdTQvwb8wc=";
1111
};
1212

1313
buildInputs = [ dovecot xapian icu64 sqlite ];

0 commit comments

Comments
 (0)