Skip to content

Commit

Permalink
astro-language-server: 2.15.0 -> 2.15.3 (#349343)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Oct 21, 2024
2 parents c36d558 + 563d006 commit d7d545c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/as/astro-language-server/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "astro-language-server";
version = "2.15.0";
version = "2.15.3";

src = fetchFromGitHub {
owner = "withastro";
repo = "language-tools";
rev = "@astrojs/language-server@${finalAttrs.version}";
hash = "sha256-2MaoW04mX016VIrtfnBX/jzMNCOXE10lSInSyhqot5E=";
hash = "sha256-PJTcr/FIA0haatLFNHMJV24j6eK+c2DR9zpnR8aReHo=";
};

pnpmDeps = pnpm.fetchDeps {
Expand All @@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
pnpmWorkspace
prePnpmInstall
;
hash = "sha256-WSnXMVWuE6VC75a1bhZHGyUg6r1yMBvoQZeKdIYE7QI=";
hash = "sha256-/X8ZoWK5kBPm/8clBDP+B9A5ofXnH2svmy4kMc2t5iA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit d7d545c

Please sign in to comment.