dovecot_fts_xapian: 1.7.9 -> 1.7.10

This commit is contained in:
R. Ryantm 2024-03-31 15:14:05 +00:00
parent 9bc8f11e87
commit e950fcdd8e

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.9";
version = "1.7.10";
src = fetchFromGitHub {
owner = "grosjo";
repo = "fts-xapian";
rev = version;
sha256 = "sha256-8D2K0i6wJZfvhRIZKqGPS1tWzBOTPKzn1YMAhDIPkw0=";
sha256 = "sha256-Gzr0365lY9wAvmXeVungD2z44WHC+AI0a1xLWy3mCK4=";
};
buildInputs = [ dovecot xapian icu64 sqlite ];