python-language-server: 2020-04-24 -> 2020-06-19 (#91469)

wip/yesman
Jörg Thalheim 4 years ago committed by GitHub
parent e26d99a7ee
commit efe0b7c6ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/development/dotnet-modules/python-language-server/default.nix
  2. 986
      pkgs/development/dotnet-modules/python-language-server/deps.nix

@ -11,7 +11,7 @@
let deps = import ./deps.nix { inherit fetchurl; };
version = "2020-04-24";
version = "2020-06-19";
# Build the nuget source needed for the later build all by itself
# since it's a time-consuming step that only depends on ./deps.nix.
@ -49,8 +49,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "microsoft";
repo = "python-language-server";
rev = "d480cd12649dcff78ed271c92c274fab60c00f2f";
sha256 = "0p2sw6w6fymdlxn8r5ndvija2l7rd77f5rddq9n71dxj1nicljh3";
rev = "838ba78e00173d639bd90f54d8610ec16b4ba3a2";
sha256 = "0nj8l1apcb67gqwy5i49v0f01fs4lvdfmmp4w2hvrpss9if62c1m";
};
buildInputs = [dotnet-sdk_3 openssl icu];

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save