Skip to content

Commit 32f50d1

Browse files
authored
tailwindcss-language-server: 0.14.21 -> 0.14.22 (#417994)
2 parents b6aa152 + 70a3fad commit 32f50d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ta/tailwindcss-language-server/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "tailwindcss-language-server";
13-
version = "0.14.21";
13+
version = "0.14.22";
1414

1515
src = fetchFromGitHub {
1616
owner = "tailwindlabs";
1717
repo = "tailwindcss-intellisense";
1818
tag = "v${finalAttrs.version}";
19-
hash = "sha256-UmeaNCMuXSPVuzYAjOhhHkKkTcsBnjLbB3oeXG8uv5U=";
19+
hash = "sha256-cTNwcbZDgAnMZPwtIFt0Qt7V1LKYbS22XGyAYU3Q5M4=";
2020
};
2121

2222
pnpmDeps = pnpm_9.fetchDeps {

0 commit comments

Comments
 (0)