dovecot_fts_xapian: 1.7.14 -> 1.8 (#357546)

This commit is contained in:
Guillaume Girol 2024-11-24 15:31:38 +01:00 committed by GitHub
commit ae30ebbdb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dovecot-fts-xapian"; pname = "dovecot-fts-xapian";
version = "1.7.14"; version = "1.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "grosjo"; owner = "grosjo";
repo = "fts-xapian"; repo = "fts-xapian";
rev = version; rev = version;
hash = "sha256-cLOkXA4kQ15M5TheXy9qZq2je05iY9jwf3tHw20l1Pw="; hash = "sha256-WKUHy9/PpaDSgZYyydCm5odo3kAb2M/50oVdLjGRQ6I=";
}; };
buildInputs = [ xapian icu sqlite ]; buildInputs = [ xapian icu sqlite ];