Merge pull request #315895 from r-ryantm/auto-update/dovecot_fts_xapian

dovecot_fts_xapian: 1.7.12 -> 1.7.13
This commit is contained in:
Guillaume Girol 2024-06-01 20:44:48 +02:00 committed by GitHub
commit 2779acfdd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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