3
0
Fork 0
forked from mirrors/nixpkgs

notmuch: update to 0.17

This commit is contained in:
Rok Garbas 2014-01-09 09:49:07 +01:00
parent e49656fcf7
commit d805a2b01d

View file

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "notmuch-0.16";
name = "notmuch-0.17";
src = fetchurl {
url = "http://notmuchmail.org/releases/${name}.tar.gz";
sha256 = "0i7k85lfp9l0grmq7cvai2f3pw15jcrhcp96mmamr15y2pn2syg7";
sha256 = "15dypk2damyvxgfc8dy6iiky1ayxnj5samd4v300pi9nwpky05fj";
};
buildInputs = [ bash emacs gdb glib gmime gnupg pkgconfig talloc xapian ];