calfw-1.3-5-ga9b6615 for fix in combination with org-mode

svn path=/nixpkgs/trunk/; revision=32119
This commit is contained in:
Florian Friesdorf 2012-02-07 17:39:54 +00:00
parent 4e3afe1b8d
commit f3b60febd3

View file

@ -4,12 +4,12 @@
# that would be nice
stdenv.mkDerivation rec {
name = "calfw-1.3";
name = "calfw-1.3-5-ga9b6615";
src = fetchgit {
url = "git://github.com/kiwanami/emacs-calfw.git";
rev = "e3408d8d1f4dd6d1e76883d728efc62bba41ee7a";
sha256 = "1b9c74200aa0b06fcd199f6c2cc91fdfaceb04e7744fe842e1fe4839c0c933f3";
rev = "a9b6615b6666bbebe78257c557fd9a2e3a325d8d";
sha256 = "524acc8fec7e64ebe0d370ddb1d96eee6a409d650b79011fa910c35225a7f393";
};
buildInputs = [ emacs ];