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

vscode-css-languageserver: 1.102.0 -> 1.105.0 (#451300)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
c8407fe9 d1d035ed

+3 -3
+3 -3
pkgs/by-name/vs/vscode-css-languageserver/package.nix
··· 9 9 10 10 buildNpmPackage (finalAttrs: { 11 11 pname = "vscode-css-languageserver"; 12 - version = "1.102.0"; 12 + version = "1.105.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "microsoft"; 16 16 repo = "vscode"; 17 17 tag = finalAttrs.version; 18 - hash = "sha256-IfqtwH86R9yp9YEpRHvTz/SUwKzG/nwdEVneRYyAYJ8="; 18 + hash = "sha256-t3S8PHxuwz1DxJ+FPJkRCyaPm4tPW/fHKj3aiIaTuls="; 19 19 }; 20 20 21 21 sourceRoot = "${finalAttrs.src.name}/extensions/css-language-features/server"; 22 22 23 - npmDepsHash = "sha256-DUcH+C5LB794Op3FYnuL3uNrUCNAxWouqrtV6bpgqRI="; 23 + npmDepsHash = "sha256-duYwm1Hf9oLyu0gapdEGbXqdwFV4svkX2tGhvyoZ5Lo="; 24 24 25 25 nativeBuildInputs = [ 26 26 makeBinaryWrapper