mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
Merge pull request #313121 from r-ryantm/auto-update/dovecot_fts_xapian
dovecot_fts_xapian: 1.7.11 -> 1.7.12
This commit is contained in:
commit
99593f1cd6
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user