about summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes/gh
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2012-08-11 11:45:31 +0200
committerMathijs Kwik <mathijs@bluescreen303.nl>2012-08-11 11:45:31 +0200
commit58ccf70f479d6216781ecaf6fdb0329315ae689f (patch)
tree5d854654b39159a41bf3759a99b14ee75ab52eec /pkgs/applications/editors/emacs-modes/gh
parentb62acd88557b7c9be3721c8c246d2fba890f3cc9 (diff)
it seems fetchgit does not like version tags
I think they built ok on my system before, because I nix-prefetch-git'd them.
Diffstat (limited to 'pkgs/applications/editors/emacs-modes/gh')
-rw-r--r--pkgs/applications/editors/emacs-modes/gh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs-modes/gh/default.nix b/pkgs/applications/editors/emacs-modes/gh/default.nix
index a925126868237..28773e97c4093 100644
--- a/pkgs/applications/editors/emacs-modes/gh/default.nix
+++ b/pkgs/applications/editors/emacs-modes/gh/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
 
   src = fetchgit {
     url = "https://github.com/sigma/gh.el.git";
-    rev = "v0.5.3";
+    rev = "ef03b63d063ec22f03af449aa955c98dfad7f80e";
     sha256 = "efa231e0091e8c7785385149dc97b2d8dc24aba65f4b0974b8ed7f62b7596ad3";
   };