Merge pull request #295379 from r-ryantm/auto-update/dovecot_fts_xapian

dovecot_fts_xapian: 1.7.6 -> 1.7.8

authored by Nick Cao and committed by GitHub 70ab90fc 04abfd61

+2 -2
+2 -2
pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, autoconf, automake, sqlite, pkg-config, dovecot, libtool, xapian, icu64 }: 2 stdenv.mkDerivation rec { 3 pname = "dovecot-fts-xapian"; 4 - version = "1.7.6"; 5 6 src = fetchFromGitHub { 7 owner = "grosjo"; 8 repo = "fts-xapian"; 9 rev = version; 10 - sha256 = "sha256-QF+RFw1wNBGKDrNpEEJDPyX1pzKEMeI9Stsco1ivh/4="; 11 }; 12 13 buildInputs = [ dovecot xapian icu64 sqlite ];
··· 1 { lib, stdenv, fetchFromGitHub, autoconf, automake, sqlite, pkg-config, dovecot, libtool, xapian, icu64 }: 2 stdenv.mkDerivation rec { 3 pname = "dovecot-fts-xapian"; 4 + version = "1.7.8"; 5 6 src = fetchFromGitHub { 7 owner = "grosjo"; 8 repo = "fts-xapian"; 9 rev = version; 10 + sha256 = "sha256-xhQdEgW/FqzK/OBGq0QVZhEHj/hCnvfV7joEKUsk/Uk="; 11 }; 12 13 buildInputs = [ dovecot xapian icu64 sqlite ];