Merge pull request #270476 from symphorien/fts_xapian_update

dovecot_fts_xapian: 1.5.5 -> 1.5.7
This commit is contained in:
Weijia Wang 2023-11-30 03:18:21 +01:00 committed by GitHub
commit 1dc7e3e4e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.5.5";
version = "1.5.7";
src = fetchFromGitHub {
owner = "grosjo";
repo = "fts-xapian";
rev = version;
sha256 = "sha256-KAZno4N/4dFH3QHFTs0wkY4PtGF+j4ZEjZzn9ljCjrM=";
sha256 = "sha256-Kxc5mmnp4HBuaPeQUwDLYj3ga7PeF0WJFJFRwhNBZA4=";
};
buildInputs = [ dovecot xapian icu64 sqlite ];