python-language-server: 2020-04-24 -> 2020-06-19 (#91469)
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user