about summary refs log tree commit diff
path: root/pkgs/misc/vscode-extensions/python
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-10-20 21:47:59 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-10-27 21:27:42 -0400
commit4f4e39f694d19ab71e855496193ef73dd4381ca6 (patch)
tree4bbbcfe387df87dc88db6b7166f1caf3aca82837 /pkgs/misc/vscode-extensions/python
parent3b8c555af2dca0b56c85f60b27c3471f918628b5 (diff)
downloadnixlib-4f4e39f694d19ab71e855496193ef73dd4381ca6.tar
nixlib-4f4e39f694d19ab71e855496193ef73dd4381ca6.tar.gz
nixlib-4f4e39f694d19ab71e855496193ef73dd4381ca6.tar.bz2
nixlib-4f4e39f694d19ab71e855496193ef73dd4381ca6.tar.lz
nixlib-4f4e39f694d19ab71e855496193ef73dd4381ca6.tar.xz
nixlib-4f4e39f694d19ab71e855496193ef73dd4381ca6.tar.zst
nixlib-4f4e39f694d19ab71e855496193ef73dd4381ca6.zip
vscode-extensions.ms-python.python: 2019.6.24221 -> 2019.10.41019
Diffstat (limited to 'pkgs/misc/vscode-extensions/python')
-rw-r--r--pkgs/misc/vscode-extensions/python/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/misc/vscode-extensions/python/default.nix b/pkgs/misc/vscode-extensions/python/default.nix
index f4ebea8e4383..3157686e6b6e 100644
--- a/pkgs/misc/vscode-extensions/python/default.nix
+++ b/pkgs/misc/vscode-extensions/python/default.nix
@@ -23,14 +23,14 @@ let
     else throw "Only x86_64 Linux and Darwin are supported.";
 
   languageServerSha256 = {
-    linux-x64 = "0j9251f8dfccmg0x9gzg1cai4k5zd0alcfpb0443gs4jqakl0lr2";
-    osx-x64 = "070qwwl08fa24rsnln4i5x9mfriqaw920l6v2j8d1r0zylxnyjsa";
+    linux-x64 = "1w3y0sn6ijk1vspi4lailg1q1iy9lwslhx92c7jbrrkiaszvaqwn";
+    osx-x64 = "11l4fic8cvgh1l3dq6qxi51pwhcic79zf13rhyajl5w5g13caafp";
   }.${arch};
 
   # version is languageServerVersion in the package.json
   languageServer = extractNuGet rec {
     name = "Python-Language-Server";
-    version = "0.3.40";
+    version = "0.4.24";
 
     src = fetchurl {
       url = "https://pvsc.azureedge.net/python-language-server-stable/${name}-${arch}.${version}.nupkg";
@@ -41,8 +41,8 @@ in vscode-utils.buildVscodeMarketplaceExtension {
   mktplcRef = {
     name = "python";
     publisher = "ms-python";
-    version = "2019.6.24221";
-    sha256 = "1l82y3mbplzipcij5a0wqlykypik0sbba4hwr2r4vwiwb6kxscmx";
+    version = "2019.10.41019";
+    sha256 = "0szikd76vy8mgv8zc0m90rx1jrnwwphx5bb8928drln65xwbzs1q";
   };
 
   buildInputs = [