Skip to content

Commit 27b5fe1

Browse files
authored
inshellisense: 0.0.1-rc.16 -> 0.0.1-rc.18 (#354310)
2 parents 879bec2 + 2513f70 commit 27b5fe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/in/inshellisense/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildNpmPackage rec {
44
pname = "inshellisense";
5-
version = "0.0.1-rc.16";
5+
version = "0.0.1-rc.18";
66

77
src = fetchFromGitHub {
88
owner = "microsoft";
99
repo = pname;
1010
rev = "refs/tags/${version}";
11-
hash = "sha256-jqLYN251ZvLOjYsSQJmvQ1TupO4jz3Q23aDpKX+Puvs=";
11+
hash = "sha256-9cSygGQar2rD3lorehlNmUzd0ZnABNJSJwmoNH3MTmk=";
1212
};
1313

14-
npmDepsHash = "sha256-rGUyA0RLnNZ6ocmHPXfBLJ6ZmeeTN9w+TJTtfTQQ24M=";
14+
npmDepsHash = "sha256-/FSzeHPgVb5OB6mjP5GYAYBdTmk93xyWJI+NH7L61Do=";
1515

1616
# Needed for dependency `@homebridge/node-pty-prebuilt-multiarch`
1717
# On Darwin systems the build fails with,

0 commit comments

Comments
 (0)