inshellisense: 0.0.1-rc.20 -> 0.0.1-rc.21
Diff: https://github.com/microsoft/inshellisense/compare/refs/tags/0.0.1-rc.20...refs/tags/0.0.1-rc.21
This commit is contained in:
parent
21f764487f
commit
4b516a4b7f
@ -8,16 +8,16 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "inshellisense";
|
pname = "inshellisense";
|
||||||
version = "0.0.1-rc.20";
|
version = "0.0.1-rc.21";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "microsoft";
|
owner = "microsoft";
|
||||||
repo = "inshellisense";
|
repo = "inshellisense";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-UGF7tARMnRaeIEKUhYa63hBpEoMb6qV209ECPirkgyg=";
|
hash = "sha256-zERwrvioPwGm/351kYuK9S3uOrrzs/6OFPRdNSSr7Tc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-ycU0vEMgiKBaGKWMBPzQfIvBx6Q7jIHxgzZyi9VGBhw=";
|
npmDepsHash = "sha256-iD5SvkVbrHh0Hx44y6VtNerwBA8K7vSe/yfvhgndMEw=";
|
||||||
|
|
||||||
# Needed for dependency `@homebridge/node-pty-prebuilt-multiarch`
|
# Needed for dependency `@homebridge/node-pty-prebuilt-multiarch`
|
||||||
# On Darwin systems the build fails with,
|
# On Darwin systems the build fails with,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user