notmuch-0.6-rc4

svn path=/nixpkgs/trunk/; revision=27217
This commit is contained in:
Florian Friesdorf 2011-05-11 10:33:01 +00:00
parent 455d173010
commit ea0bf27906

View file

@ -1,12 +1,12 @@
{ fetchgit, stdenv, bash, emacs, gdb, git, glib, gmime, gnupg1, pkgconfig, talloc, xapian }:
stdenv.mkDerivation rec {
name = "notmuch-0.6-rc1";
name = "notmuch-0.6-rc4";
src = fetchgit {
url = "git://github.com/chaoflow/notmuch";
rev = "236dc05f919a2deda8ed7f65bb8f52e0c39cd017";
sha256 = "7045f0cfee3d44f404e2a40295cfc586f803f9d6cabb063f0256e468a8be3670";
rev = "9f8ef78e0c6b28918f3edda06b59a9e8f9bef8e3";
sha256 = "c7c425c10a695ca22dfbdf5fe8e0dcb6a888edc0b3388023e7ff35f69acc0085";
};
buildInputs = [ bash emacs gdb git glib gmime gnupg1 pkgconfig talloc xapian ];