summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/notmuch
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-14 02:37:42 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-14 02:37:42 -0700
commite1a62d443827d2cf137a6604dc0bf1361f9b94e0 (patch)
tree4c698f1591b63323222ab0c44b25d780565a7bbd /pkgs/applications/networking/mailreaders/notmuch
parent3e3a9e661d7ef83f9dfc26d948a12f8ee1334f6d (diff)
downloadnixpkgs-e1a62d443827d2cf137a6604dc0bf1361f9b94e0.tar
nixpkgs-e1a62d443827d2cf137a6604dc0bf1361f9b94e0.tar.gz
nixpkgs-e1a62d443827d2cf137a6604dc0bf1361f9b94e0.tar.bz2
nixpkgs-e1a62d443827d2cf137a6604dc0bf1361f9b94e0.tar.lz
nixpkgs-e1a62d443827d2cf137a6604dc0bf1361f9b94e0.tar.xz
nixpkgs-e1a62d443827d2cf137a6604dc0bf1361f9b94e0.tar.zst
nixpkgs-e1a62d443827d2cf137a6604dc0bf1361f9b94e0.zip
notmuch: 0.26.2 -> 0.27
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/notmuch/versions.

These checks were done:

- built on NixOS
- /nix/store/fc0y8jb20kfm3v4yy3zzc6ipidc1ks1c-notmuch-0.27/bin/notmuch passed the binary check.
- Warning: no invocation of /nix/store/fc0y8jb20kfm3v4yy3zzc6ipidc1ks1c-notmuch-0.27/bin/notmuch-emacs-mua had a zero exit code or showed the expected version
- 1 of 2 passed binary check by having a zero exit code.
- 1 of 2 passed binary check by having the new version present in output.
- found 0.27 with grep in /nix/store/fc0y8jb20kfm3v4yy3zzc6ipidc1ks1c-notmuch-0.27
- directory tree listing: https://gist.github.com/2a14e6349ea43a555857f9e30bf328ff
- du listing: https://gist.github.com/d08317825ff4ade027455942eb367fdb
Diffstat (limited to 'pkgs/applications/networking/mailreaders/notmuch')
-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 13add2690db..401eb755896 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -12,7 +12,7 @@
 with stdenv.lib;
 
 stdenv.mkDerivation rec {
-  version = "0.26.2";
+  version = "0.27";
   name = "notmuch-${version}";
 
   passthru = {
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://notmuchmail.org/releases/${name}.tar.gz";
-    sha256 = "0fqf6wwvqlccq9qdnd0mky7fx0kbkczd28blf045s0vsvdjii70h";
+    sha256 = "0xh8vq2sa7r07xb3n13drc6gdiqhcgl0pj0za5xj43qkiwpikls0";
   };
 
   nativeBuildInputs = [ pkgconfig ];