Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 385b9aee085b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e1e7da465b45
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 24, 2020

  1. vscode-extensions.ms-python.python: 2019.10.44104 update language ser…

    …ver to 0.4.127
    tbenst authored and Jon committed Jan 24, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    e1e7da4 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/misc/vscode-extensions/python/default.nix
6 changes: 3 additions & 3 deletions pkgs/misc/vscode-extensions/python/default.nix
Original file line number Diff line number Diff line change
@@ -23,14 +23,14 @@ let
else throw "Only x86_64 Linux and Darwin are supported.";

languageServerSha256 = {
linux-x64 = "159xfhpvqw6k8s5bk5jw3aydn6v61fbanq2mvddxcrf5hwf8cj8h";
osx-x64 = "0xjh1h77axbbyxikqkhq885n97srm0f15s4976pm1rka03zvd0bg";
linux-x64 = "10qwi8lih5i6216d1vqsmviab73ha0d3zdvircrgrydkf0d4ancd";
osx-x64 = "08gjxs0bjhz5a9l35vvgwnvzshsyyqiqvb5hxv6w0k2ajgv5z7av";
}.${arch};

# version is languageServerVersion in the package.json
languageServer = extractNuGet rec {
name = "Python-Language-Server";
version = "0.4.71";
version = "0.4.127";

src = fetchurl {
url = "https://pvsc.azureedge.net/python-language-server-stable/${name}-${arch}.${version}.nupkg";