We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 879bec2 + 2513f70 commit 27b5fe1Copy full SHA for 27b5fe1
pkgs/by-name/in/inshellisense/package.nix
@@ -2,16 +2,16 @@
2
3
buildNpmPackage rec {
4
pname = "inshellisense";
5
- version = "0.0.1-rc.16";
+ version = "0.0.1-rc.18";
6
7
src = fetchFromGitHub {
8
owner = "microsoft";
9
repo = pname;
10
rev = "refs/tags/${version}";
11
- hash = "sha256-jqLYN251ZvLOjYsSQJmvQ1TupO4jz3Q23aDpKX+Puvs=";
+ hash = "sha256-9cSygGQar2rD3lorehlNmUzd0ZnABNJSJwmoNH3MTmk=";
12
};
13
14
- npmDepsHash = "sha256-rGUyA0RLnNZ6ocmHPXfBLJ6ZmeeTN9w+TJTtfTQQ24M=";
+ npmDepsHash = "sha256-/FSzeHPgVb5OB6mjP5GYAYBdTmk93xyWJI+NH7L61Do=";
15
16
# Needed for dependency `@homebridge/node-pty-prebuilt-multiarch`
17
# On Darwin systems the build fails with,
0 commit comments