mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
notmuch-0.6-rc4
svn path=/nixpkgs/trunk/; revision=27217
This commit is contained in:
parent
455d173010
commit
ea0bf27906
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue