emacsPackages.js2-mode updated to latest release.
This commit is contained in:
parent
745c2e9d73
commit
f578c0ce5d
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchgit, emacs }:
|
{ stdenv, fetchgit, emacs }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "js2-mode-0-20140114";
|
name = "js2-mode-0-20141118";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://github.com/mooz/js2-mode.git";
|
url = "git://github.com/mooz/js2-mode.git";
|
||||||
rev = "b250efaad886dd07b8c69d4573425d095c6652e2";
|
rev = "3abcd90ddc2f446ddf0fb874dd79ba870c26ad2d";
|
||||||
sha256 = "30e61e7d364e9175d408bdaf57fda886a4eea22cf5cbd97abb5c307c52b05918";
|
sha256 = "c0aaab4eeb8d60cfd5c382c3e30d4725e5ec492720d573e663ea69ee43aa73a8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ emacs ];
|
buildInputs = [ emacs ];
|
||||||
|
Loading…
Reference in New Issue
Block a user