Skip to content

Commit

Permalink
inshellisense: 0.0.1-rc.16 -> 0.0.1-rc.18
Browse files Browse the repository at this point in the history
  • Loading branch information
malob authored and TheRedstoneDEV-DE committed Nov 9, 2024
1 parent 6a3ff63 commit b48b7da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/in/inshellisense/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildNpmPackage rec {
pname = "inshellisense";
version = "0.0.1-rc.16";
version = "0.0.1-rc.18";

src = fetchFromGitHub {
owner = "microsoft";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-jqLYN251ZvLOjYsSQJmvQ1TupO4jz3Q23aDpKX+Puvs=";
hash = "sha256-9cSygGQar2rD3lorehlNmUzd0ZnABNJSJwmoNH3MTmk=";
};

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

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

0 comments on commit b48b7da

Please sign in to comment.