nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

tailwindcss-language-server: 0.14.26 -> 0.14.28

R. Ryantm 95da8afe daebeba7

+3 -3
+3 -3
pkgs/by-name/ta/tailwindcss-language-server/package.nix
··· 9 9 10 10 stdenv.mkDerivation (finalAttrs: { 11 11 pname = "tailwindcss-language-server"; 12 - version = "0.14.26"; 12 + version = "0.14.28"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "tailwindlabs"; 16 16 repo = "tailwindcss-intellisense"; 17 17 tag = "v${finalAttrs.version}"; 18 - hash = "sha256-XXRWxN+1fOuVULh+ZE+XRRBaoRzhCpw7n8SkBIorG9A="; 18 + hash = "sha256-jds6Wq4rcR4wXonZ1v9JITiEc4gflT0sTc3KUSBCMFc="; 19 19 }; 20 20 21 21 pnpmDeps = pnpm_9.fetchDeps { ··· 26 26 pnpmWorkspaces 27 27 ; 28 28 fetcherVersion = 1; 29 - hash = "sha256-SUEq20gZCiTDkFuNgMc5McHBPgW++8P9Q1MJb7a7pY8="; 29 + hash = "sha256-1F4DeqJWJs3L1hDzNn7PJr9sSBv2TcN8QfV8/pwAKuU="; 30 30 }; 31 31 32 32 nativeBuildInputs = [