emacs.pkgs.tsc: 0.16.1 -> 0.18.0

Use auto-updater JSON
This commit is contained in:
adisbladis
2022-04-24 07:19:15 +12:00
parent 028a934896
commit 00af59359f
2 changed files with 15 additions and 8 deletions
@@ -15,14 +15,11 @@
}:
let
version = "0.16.1";
src = fetchFromGitHub {
owner = "emacs-tree-sitter";
repo = "elisp-tree-sitter";
rev = version;
sha256 = "sha256-tAohHdAsy/HTFFPSNOo0UyrdolH8h0KF2ekFXuLltBE=";
};
srcMeta = lib.importJSON ./src.json;
inherit (srcMeta) version;
src = fetchFromGitHub srcMeta.src;
tsc = melpaBuild {
inherit src;
@@ -62,7 +59,7 @@ let
rm -r $out/lib
'';
cargoSha256 = "sha256-7UOhs3wx6fGvqPjNxUKoEHwPtiJ5zgLFPwDSvhYlmis=";
inherit (srcMeta) cargoSha256;
};
in symlinkJoin {
@@ -0,0 +1,10 @@
{
"src": {
"owner": "emacs-tree-sitter",
"repo": "elisp-tree-sitter",
"rev": "909717c685ff5a2327fa2ca8fb8a25216129361c",
"sha256": "LrakDpP3ZhRQqz47dPcyoQnu5lROdaNlxGaQfQT6u+k="
},
"version": "0.18.0",
"cargoSha256": "sha256-IRCZqszBkGF8anF/kpcPOzHdOP4lAtJBAp6FS5tAOx8="
}