about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-20 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-09-20 04:20:00 +0000
commit79193f3dca709b6560ba10a8106a17f6c73bb529 (patch)
tree32a9490e72a548a235bfebb993aaab6f9f51fd37 /pkgs/applications/networking/mailreaders
parent40461db5c5e8bf7beca33f585acf4d7483284571 (diff)
notmuch: 0.36 -> 0.37
https://notmuchmail.org/news/release-0.37/
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 bacf399fdb167..e2dfcdc3184ee 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -14,11 +14,11 @@
 
 stdenv.mkDerivation rec {
   pname = "notmuch";
-  version = "0.36";
+  version = "0.37";
 
   src = fetchurl {
     url = "https://notmuchmail.org/releases/notmuch-${version}.tar.xz";
-    sha256 = "0h6f6mh9m9vrijm638x5sbsl321b74a25cdasbxhx67x62w320hk";
+    sha256 = "sha256-DnZt8ot4v064I1Ymqx9S8E8eNmZJMlqM6NPJCGAnhvY=";
   };
 
   nativeBuildInputs = [