Skip to content

Commit

Permalink
twig-language-server: 0.6.0 -> 0.7.0 (#365829)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 18, 2024
2 parents cae68da + 0ab43db commit e403352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/tw/twig-language-server/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildNpmPackage rec {
pname = "twig-language-server";
version = "0.6.0";
version = "0.7.0";

src = fetchFromGitHub {
owner = "kaermorchen";
repo = "twig-language-server";
rev = "refs/tags/v${version}";
hash = "sha256-7czd7KZ/r+jGFxwPSxWkmb27wOkN4CNRVZjeVTMrk9g=";
hash = "sha256-Jwi1+s2+TC656rXOukjLS4w1Y9VxwEdAe0y5Q3Iz0LA=";
};

npmDepsHash = "sha256-Ci+F6k7hXYod+hDUy+XPqVQ7FnsxRG61VhDO86N44mY=";
npmDepsHash = "sha256-8M0CouDu3rjD3xGx5bheTG9pyN7Qe+O9FeTFZPmr+Mo=";

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit e403352

Please sign in to comment.