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

dovecot_fts_xapian: 1.6.5 -> 1.7.4
This commit is contained in:
Weijia Wang 2024-03-07 13:20:56 +01:00 committed by GitHub
commit 67342981fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub, autoconf, automake, sqlite, pkg-config, dovecot, libtool, xapian, icu64 }:
stdenv.mkDerivation rec {
pname = "dovecot-fts-xapian";
version = "1.6.5";
version = "1.7.4";
src = fetchFromGitHub {
owner = "grosjo";
repo = "fts-xapian";
rev = version;
sha256 = "sha256-jkQM5J3Yqjo2j4kXhw/woV0kID2bghCmpFMuxbdMHuk=";
sha256 = "sha256-Jc8rk/g+dzCpSWsn/Rt5qjhDr5nxO9wmi7rgfyyTSTU=";
};
buildInputs = [ dovecot xapian icu64 sqlite ];