dovecot_fts_xapian: fix hash

This commit is contained in:
Sandro Jäckel 2024-04-05 19:03:20 +02:00
parent e1edaedd8a
commit 91f98c6b21
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "grosjo";
repo = "fts-xapian";
rev = version;
sha256 = "sha256-Gzr0365lY9wAvmXeVungD2z44WHC+AI0a1xLWy3mCK4=";
hash = "sha256-Yd14kla33qAx4Hy0ZdE08javvki3t+hCEc3OTO6YfkQ=";
};
buildInputs = [ xapian icu sqlite ];