Unverified Commit b6dd7479 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

copilot-language-server: 1.275.0 -> 1.280.0 (#388686)

parents 0070c6ed 42c89242
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
    "name": "@github/copilot-language-server",
    "version": "1.275.0",
    "version": "1.280.0",
    "lockfileVersion": 3,
    "requires": true,
    "packages": {
        "": {
            "name": "@github/copilot-language-server",
            "version": "1.275.0",
            "version": "1.280.0",
            "license": "https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features",
            "dependencies": {
                "vscode-languageserver-protocol": "^3.17.5"
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

buildNpmPackage rec {
  pname = "copilot-language-server";
  version = "1.275.0";
  version = "1.280.0";

  src = fetchurl {
    url = "https://registry.npmjs.org/@github/copilot-language-server/-/copilot-language-server-${version}.tgz";
    hash = "sha256-OVqtwz9T5vSYAZc8nof0jXn7H40i1r7SAS6jK4xeSlo=";
    hash = "sha256-6UniNoKUoATY+7amMoyWmo0DxEM82Iuu2Jf8P2raWx4=";
  };

  npmDepsHash = "sha256-PLX/mN7xu8gMh2BkkyTncP3+rJ3nBmX+pHxl0ONXbe4=";
  npmDepsHash = "sha256-BtErMpXdRC0t9DNa3hKU+tct6e9K+tMP+LcbmwSJrLI=";

  postPatch = ''
    ln -s ${./package-lock.json} package-lock.json