summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-04-05 19:03:20 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-04-05 19:03:36 +0200
commit91f98c6b216e4e5b5f4781e749e6273240849ea7 (patch)
treeeb3972dd82dd9affcbfa7e56dacc0428ae517610
parente1edaedd8a34ff4ae73331094c631f366299b7c4 (diff)
dovecot_fts_xapian: fix hash
-rw-r--r--pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix b/pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix
index 60422d91799c..29de85fa9914 100644
--- a/pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix
+++ b/pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "grosjo";
repo = "fts-xapian";
rev = version;
- sha256 = "sha256-Gzr0365lY9wAvmXeVungD2z44WHC+AI0a1xLWy3mCK4=";
+ hash = "sha256-Yd14kla33qAx4Hy0ZdE08javvki3t+hCEc3OTO6YfkQ=";
};
buildInputs = [ xapian icu sqlite ];