forked from mirrors/nixpkgs
vscode-extensions.ms-python.python: 2019.6.22090 -> 2019.6.24221
This commit is contained in:
parent
59f3cfa405
commit
49a6521dff
|
@ -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" = "0mqjl3l1zk1zd7n0rrb2vdsrx6czhl4irdm4j5jishg9zp03gkkd";
|
"linux-x64" = "0j9251f8dfccmg0x9gzg1cai4k5zd0alcfpb0443gs4jqakl0lr2";
|
||||||
"osx-x64" = "1csq8q8fszv9xk9qiabg12zybxnzn8y2jsnvjrlg4b8kvm63sz40";
|
"osx-x64" = "070qwwl08fa24rsnln4i5x9mfriqaw920l6v2j8d1r0zylxnyjsa";
|
||||||
}."${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.2.82";
|
version = "0.3.40";
|
||||||
|
|
||||||
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.22090";
|
version = "2019.6.24221";
|
||||||
sha256 = "11q4ac7acp946h43myjmp2f2vh10m1c4hn1n0s5pqgjvn0i6bi3i";
|
sha256 = "1l82y3mbplzipcij5a0wqlykypik0sbba4hwr2r4vwiwb6kxscmx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue