vscode-extensions.ms-python.python: 2019.6.24221 -> 2019.10.41019
This commit is contained in:
parent
3b8c555af2
commit
4f4e39f694
@ -23,14 +23,14 @@ let
|
|||||||
else throw "Only x86_64 Linux and Darwin are supported.";
|
else throw "Only x86_64 Linux and Darwin are supported.";
|
||||||
|
|
||||||
languageServerSha256 = {
|
languageServerSha256 = {
|
||||||
linux-x64 = "0j9251f8dfccmg0x9gzg1cai4k5zd0alcfpb0443gs4jqakl0lr2";
|
linux-x64 = "1w3y0sn6ijk1vspi4lailg1q1iy9lwslhx92c7jbrrkiaszvaqwn";
|
||||||
osx-x64 = "070qwwl08fa24rsnln4i5x9mfriqaw920l6v2j8d1r0zylxnyjsa";
|
osx-x64 = "11l4fic8cvgh1l3dq6qxi51pwhcic79zf13rhyajl5w5g13caafp";
|
||||||
}.${arch};
|
}.${arch};
|
||||||
|
|
||||||
# version is languageServerVersion in the package.json
|
# version is languageServerVersion in the package.json
|
||||||
languageServer = extractNuGet rec {
|
languageServer = extractNuGet rec {
|
||||||
name = "Python-Language-Server";
|
name = "Python-Language-Server";
|
||||||
version = "0.3.40";
|
version = "0.4.24";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pvsc.azureedge.net/python-language-server-stable/${name}-${arch}.${version}.nupkg";
|
url = "https://pvsc.azureedge.net/python-language-server-stable/${name}-${arch}.${version}.nupkg";
|
||||||
@ -41,8 +41,8 @@ in vscode-utils.buildVscodeMarketplaceExtension {
|
|||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "python";
|
name = "python";
|
||||||
publisher = "ms-python";
|
publisher = "ms-python";
|
||||||
version = "2019.6.24221";
|
version = "2019.10.41019";
|
||||||
sha256 = "1l82y3mbplzipcij5a0wqlykypik0sbba4hwr2r4vwiwb6kxscmx";
|
sha256 = "0szikd76vy8mgv8zc0m90rx1jrnwwphx5bb8928drln65xwbzs1q";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user