haskell-mode: updated to version 2.8.0.29-g7682f99
svn path=/nixpkgs/trunk/; revision=33380
This commit is contained in:
parent
062c35144d
commit
e58d3914bb
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, fetchgit, emacs }:
|
{ stdenv, fetchgit, emacs }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "haskell-mode-2.8.0.29-gc906ee1";
|
name = "haskell-mode-2.8.0.29-g7682f99";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "http://github.com/haskell/haskell-mode.git";
|
url = "http://github.com/haskell/haskell-mode.git";
|
||||||
rev = "c906ee1fcc03a7c1c670bcaf9a8c8dc99117fca1";
|
rev = "7682f991acd63d9400597d5f4980f62d7b1c4c0b";
|
||||||
sha256 = "a0857a690d85e09ea3ce94a9467335a91fee6a41b9fbc1165f42d1e91723877a";
|
sha256 = "f4508a11fa65ece237c9ee9f623bc4e9ad3d3d58ab2fcacc8ddb080c29aac717";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [emacs];
|
buildInputs = [emacs];
|
||||||
|
|
Loading…
Reference in New Issue