Merge pull request #134731 from lovesegfault/tabnine-3.5.49

tabnine: 3.5.37 -> 3.5.49
This commit is contained in:
Bernardo Meurer 2021-08-19 02:34:56 +00:00 committed by GitHub
commit 8841a970cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,16 +3,16 @@ let
platform = platform =
if stdenv.hostPlatform.system == "x86_64-linux" then { if stdenv.hostPlatform.system == "x86_64-linux" then {
name = "x86_64-unknown-linux-musl"; name = "x86_64-unknown-linux-musl";
sha256 = "sha256-pttjlx7WWE3nog9L1APp8HN+a4ShhlBj5irHOaPgqHw="; sha256 = "sha256-uy3+/+XMq56rO75mmSeOmE1HW7hhefaGwfY/QJPk3Ok=";
} else if stdenv.hostPlatform.system == "x86_64-darwin" then { } else if stdenv.hostPlatform.system == "x86_64-darwin" then {
name = "x86_64-apple-darwin"; name = "x86_64-apple-darwin";
sha256 = "sha256-Vxmhl4/bhRDeByGgkdSF8yEY5wI23WzT2iH1OFkEpck="; sha256 = "sha256-EK7FbRzgaCXviOuBcRf/ElllRdakhDmOLsKkwrIEhBU=";
} else throw "Not supported on ${stdenv.hostPlatform.system}"; } else throw "Not supported on ${stdenv.hostPlatform.system}";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "tabnine"; pname = "tabnine";
# You can check the latest version with `curl -sS https://update.tabnine.com/bundles/version` # You can check the latest version with `curl -sS https://update.tabnine.com/bundles/version`
version = "3.5.37"; version = "3.5.49";
src = fetchurl { src = fetchurl {
url = "https://update.tabnine.com/bundles/${version}/${platform.name}/TabNine.zip"; url = "https://update.tabnine.com/bundles/${version}/${platform.name}/TabNine.zip";