haskell-mode: update git version to current HEAD

This commit is contained in:
Peter Simons 2015-01-21 18:41:30 +01:00
parent cdb43faa3d
commit c8648e14a4

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, emacs, texinfo }: { stdenv, fetchFromGitHub, emacs, texinfo }:
let let
version = "13.10-299-g74b5a3c"; # git describe --tags version = "13.10-361-gfa09425"; # git describe --tags
in in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "haskell-mode-${version}"; name = "haskell-mode-${version}";
@ -10,7 +10,7 @@ stdenv.mkDerivation {
owner = "haskell"; owner = "haskell";
repo = "haskell-mode"; repo = "haskell-mode";
rev = "v${version}"; rev = "v${version}";
sha256 = "1qjrc1c4jsgbbhnhssvadg00qffn80a8slrxc9g1hnzp632kv8wl"; sha256 = "1bq4gddzwjy2w1hbsmwxcamcy87amz7ksy1vmpwg0qij88fk4av9";
}; };
buildInputs = [ emacs texinfo ]; buildInputs = [ emacs texinfo ];