mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
emacs-packages: update haskell-mode to 13.12
This commit is contained in:
parent
304e61f6c0
commit
c6f47a5e9e
1 changed files with 3 additions and 3 deletions
|
@ -657,12 +657,12 @@ let self = _self // overrides;
|
|||
|
||||
haskell-mode = melpaBuild rec {
|
||||
pname = "haskell-mode";
|
||||
version = "20150101";
|
||||
version = "13.12";
|
||||
src = fetchFromGitHub {
|
||||
owner = "haskell";
|
||||
repo = pname;
|
||||
rev = "0db5efaaeb3b22e5a3fdafa600729e14c1716ee2";
|
||||
sha256 = "0d63cgzj579cr8zbrnl0inyy35b26sxinqxr7bgrjsngpmhm52an";
|
||||
rev = "v${version}";
|
||||
sha256 = "1l8sby2626hpp0li23mic3qq8w7jirsp1hd08hkx2z84gvz4j6fz";
|
||||
};
|
||||
meta = { license = gpl3Plus; };
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue