Merge pull request #163267 from r-ryantm/auto-update/dovecot-fts-xapian

dovecot_fts_xapian: 1.5.4 -> 1.5.4b
This commit is contained in:
Guillaume Girol 2022-03-08 20:58:52 +00:00 committed by GitHub
commit 6d5e1805e1
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.4";
version = "1.5.4b";
src = fetchFromGitHub {
owner = "grosjo";
repo = "fts-xapian";
rev = version;
sha256 = "sha256-3vrcaBsarJNECwfzUOrUnjD555E2dgbFiiEJR5bN3qM=";
sha256 = "sha256-RzwJjcUgk1XXQZpNdz86Pr9HsUaQCOSt5oSejnGVmgA=";
};
buildInputs = [ dovecot xapian icu64 sqlite ];