We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6aa152 + 70a3fad commit 32f50d1Copy full SHA for 32f50d1
pkgs/by-name/ta/tailwindcss-language-server/package.nix
@@ -10,13 +10,13 @@
10
11
stdenv.mkDerivation (finalAttrs: {
12
pname = "tailwindcss-language-server";
13
- version = "0.14.21";
+ version = "0.14.22";
14
15
src = fetchFromGitHub {
16
owner = "tailwindlabs";
17
repo = "tailwindcss-intellisense";
18
tag = "v${finalAttrs.version}";
19
- hash = "sha256-UmeaNCMuXSPVuzYAjOhhHkKkTcsBnjLbB3oeXG8uv5U=";
+ hash = "sha256-cTNwcbZDgAnMZPwtIFt0Qt7V1LKYbS22XGyAYU3Q5M4=";
20
};
21
22
pnpmDeps = pnpm_9.fetchDeps {
0 commit comments