From 9271611c189a3ed4129d3b98422f86ab3f774f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 5 May 2020 12:54:06 +0200 Subject: Upgrade roundcube --- pkgs/dovecot/plugins/fts_xapian/default.nix | 4 ++-- pkgs/dovecot/plugins/fts_xapian/fts-xapian.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgs/dovecot') diff --git a/pkgs/dovecot/plugins/fts_xapian/default.nix b/pkgs/dovecot/plugins/fts_xapian/default.nix index 350a3ff..611d67b 100644 --- a/pkgs/dovecot/plugins/fts_xapian/default.nix +++ b/pkgs/dovecot/plugins/fts_xapian/default.nix @@ -1,7 +1,7 @@ -{ stdenv, autoconf, automake, pkg-config, dovecot, libtool, xapian, icu, mylibs }: +{ stdenv, autoconf, automake, pkg-config, dovecot, libtool, xapian, icu, mylibs, sqlite }: stdenv.mkDerivation (mylibs.fetchedGithub ./fts-xapian.json // rec { - buildInputs = [ dovecot autoconf automake libtool pkg-config xapian icu ]; + buildInputs = [ dovecot autoconf automake libtool pkg-config xapian icu sqlite ]; preConfigure = '' export PANDOC=false autoreconf -vi diff --git a/pkgs/dovecot/plugins/fts_xapian/fts-xapian.json b/pkgs/dovecot/plugins/fts_xapian/fts-xapian.json index a786776..c9b57ef 100644 --- a/pkgs/dovecot/plugins/fts_xapian/fts-xapian.json +++ b/pkgs/dovecot/plugins/fts_xapian/fts-xapian.json @@ -1,5 +1,5 @@ { - "tag": "9a94b4a-master", + "tag": "ac872e9-master", "meta": { "name": "fts-xapian", "url": "https://github.com/grosjo/fts-xapian", @@ -8,8 +8,8 @@ "github": { "owner": "grosjo", "repo": "fts-xapian", - "rev": "9a94b4aeaac3988786ad72a716127c306b05c9d6", - "sha256": "12xv5fnqahs0cy26ja2jwk6dg95626amblisf2wcx3nqzkcf4w1y", + "rev": "ac872e927c982e8da6d4eb80fa27fee53962010b", + "sha256": "13pw123006yyx2m2zy3bdffglhd5923gnqjlcc868xy344fjkbmz", "fetchSubmodules": true } } -- cgit v1.2.3