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

dovecot_fts_xapian: 1.7.4 -> 1.7.6
This commit is contained in:
Nick Cao 2024-03-11 11:13:35 -04:00 committed by GitHub
commit 3728168b51
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.7.4";
version = "1.7.6";
src = fetchFromGitHub {
owner = "grosjo";
repo = "fts-xapian";
rev = version;
sha256 = "sha256-Jc8rk/g+dzCpSWsn/Rt5qjhDr5nxO9wmi7rgfyyTSTU=";
sha256 = "sha256-QF+RFw1wNBGKDrNpEEJDPyX1pzKEMeI9Stsco1ivh/4=";
};
buildInputs = [ dovecot xapian icu64 sqlite ];