Commit ff2c7056 authored by R. RyanTM's avatar R. RyanTM
Browse files

dovecot_fts_xapian: 1.7.11 -> 1.7.12

parent 0852bd6a
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.11";
  version = "1.7.12";

  src = fetchFromGitHub {
    owner = "grosjo";
    repo = "fts-xapian";
    rev = version;
    hash = "sha256-7G+2RezvaBZ/0h7uky20lvGXibCMAF+kOL3h96tythY=";
    hash = "sha256-bKCZqv4nml+lCsQ10nfObctpZyYXoLYKVO0nuJOX/JM=";
  };

  buildInputs = [ xapian icu sqlite ];