about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPascal Wittmann <PascalWittmann@gmx.net>2015-11-07 15:33:02 +0100
committerPascal Wittmann <PascalWittmann@gmx.net>2015-11-07 15:33:02 +0100
commiteded2576807377d803b95fbedb8d0c762873da23 (patch)
tree9adb035162a5536e6ea320adb28d5b864348f982 /pkgs/applications
parent144d13cf2cc6de28f8abe9e9e8c98f28ccf8fc59 (diff)
parentc6f01358ed040e9095da9e5b09a9753dc29180d2 (diff)
Merge pull request #10859 from DamienCassou/notmuch-0.21
notmuch: 0.20.2 → 0.21
Diffstat (limited to 'pkgs/applications')
-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 04d4eaebaa7ac..c7921b8553b21 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -5,7 +5,7 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "notmuch-0.20.2";
+  name = "notmuch-0.21";
 
   passthru = {
     pythonSourceRoot = "${name}/bindings/python";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://notmuchmail.org/releases/${name}.tar.gz";
-    sha256 = "1v5dcnlg4km5hfaq0i0qywq5fn66fi0rq4aaibyqkwxz8mis4hgp";
+    sha256 = "1cr53rbpkcy3pvrmhbg2gq7sjpwb0c8xd7a4zhzxbiv8s7z8yvyh";
   };
 
   buildInputs = [ bash emacs glib gmime gnupg pkgconfig talloc xapian sphinx python ]