1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

dovecot_fts_xapian: 1.7.13 -> 1.7.14

This commit is contained in:
R. Ryantm 2024-07-07 12:35:59 +00:00
parent 8f3b38daf2
commit 07dbdcf3fe

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "dovecot-fts-xapian";
version = "1.7.13";
version = "1.7.14";
src = fetchFromGitHub {
owner = "grosjo";
repo = "fts-xapian";
rev = version;
hash = "sha256-WStdB8oeMNHwjF+n254vZFFK5R+2pZhZcQPsVJ88og4=";
hash = "sha256-cLOkXA4kQ15M5TheXy9qZq2je05iY9jwf3tHw20l1Pw=";
};
buildInputs = [ xapian icu sqlite ];