Commit 07dbdcf3 authored by R. RyanTM's avatar R. RyanTM
Browse files

dovecot_fts_xapian: 1.7.13 -> 1.7.14

parent 8f3b38da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];