dovecot_fts_xapian: 1.7.12 -> 1.7.13

This commit is contained in:
R. Ryantm
2024-05-30 13:35:46 +00:00
parent 3852c7ab26
commit 51273c4fd1
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "dovecot-fts-xapian";
version = "1.7.12";
version = "1.7.13";
src = fetchFromGitHub {
owner = "grosjo";
repo = "fts-xapian";
rev = version;
hash = "sha256-bKCZqv4nml+lCsQ10nfObctpZyYXoLYKVO0nuJOX/JM=";
hash = "sha256-WStdB8oeMNHwjF+n254vZFFK5R+2pZhZcQPsVJ88og4=";
};
buildInputs = [ xapian icu sqlite ];