summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/notmuch
diff options
context:
space:
mode:
authorAndrew Fontaine <afontaine@gitlab.com>2022-11-18 13:26:53 -0500
committerAndrew Fontaine <afontaine@gitlab.com>2022-11-18 13:26:53 -0500
commit35fcc584e48c0d6820b1c7a0c28ca85bc5cded50 (patch)
tree09f409753504f7fb837ffe386a7744bcada6730d /pkgs/applications/networking/mailreaders/notmuch
parente38f6d37426a26bc8058681daee8a22679949e6f (diff)
muchsync: 5 -> 6
- Clarified that it's okay to link against OpenSSL libcrypto.

- Update to format man page with recent versions of pandoc.

- Improve some error handing and error messages.
Diffstat (limited to 'pkgs/applications/networking/mailreaders/notmuch')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/muchsync.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix b/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix
index fc8c83f216cb7..81946353670c3 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix
@@ -2,14 +2,14 @@
 , notmuch, openssl, pkg-config, sqlite, xapian, zlib
 }:
 stdenv.mkDerivation rec {
-  version = "5";
+  version = "6";
   pname = "muchsync";
   passthru = {
     inherit version;
   };
   src = fetchurl {
     url = "http://www.muchsync.org/src/${pname}-${version}.tar.gz";
-    sha256 = "1k2m44pj5i6vfhp9icdqs42chsp208llanc666p3d9nww8ngq2lb";
+    sha256 = "Cz3jtNiF7bn4h6B9y8i1luf+8gOMYeaCz6VaE/pM6eg=";
   };
   nativeBuildInputs = [ pkg-config ];
   buildInputs = [ notmuch openssl sqlite xapian zlib ];