about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-01-08 14:45:04 +0100
committerJan Tojnar <jtojnar@gmail.com>2022-01-08 14:45:04 +0100
commit8fc9b26bc36ce17045439d0a64ed8f6ba36f0dfc (patch)
tree0fc9919daf6fe9de1d9b1152caf9e02c4827912c /pkgs/applications/networking/mailreaders
parent2dae738752d1f19f862626bf38ead9ed4ff77fb4 (diff)
notmuch: 0.34.1 → 0.34.2
Tried to update to see if it fixes the tests but it does not.

https://git.notmuchmail.org/git?p=notmuch;a=shortlog;h=refs/tags/0.34.2
https://notmuchmail.org/news/release-0.34.2/
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix
index df5c9de29d178..5641598ec37f9 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -11,11 +11,11 @@
 
 stdenv.mkDerivation rec {
   pname = "notmuch";
-  version = "0.34.1";
+  version = "0.34.2";
 
   src = fetchurl {
     url = "https://notmuchmail.org/releases/notmuch-${version}.tar.xz";
-    sha256 = "05nq64gp8vnrwrl22d60v7ixgdhm9339ajhcdfkq0ll1qiycyyj5";
+    sha256 = "wfLO7kf2iXESItcgWvKj/npKnYwy5OCyStZviN9qR9M=";
   };
 
   nativeBuildInputs = [