tabnine: 3.6.8 -> 3.7.25

This commit is contained in:
Andrey Kuznetsov 2021-11-02 02:34:39 +04:00
parent 906449e547
commit 86c83e8cf6
No known key found for this signature in database
GPG Key ID: A3748A3281F25743

View File

@ -3,15 +3,15 @@ let
supportedPlatforms = { supportedPlatforms = {
"x86_64-linux" = { "x86_64-linux" = {
name = "x86_64-unknown-linux-musl"; name = "x86_64-unknown-linux-musl";
sha256 = "sha256-+jxjHE2/6IGptMlKXGebHcaIVokOP76ut325EbkdaA0="; sha256 = "sha256-On+Sokm2+BV3JbIwK8oPO6882FOWBlgSaAp3VAyR+RM=";
}; };
"x86_64-darwin" = { "x86_64-darwin" = {
name = "x86_64-apple-darwin"; name = "x86_64-apple-darwin";
sha256 = "sha256-87Hy1akNrZWQbKutkv4CToTyMcxRc7Y24o1+vI4pev8="; sha256 = "sha256-4YCm42mVcsEvY4I5MWrnbfgUIU7KUIrEirvjN8ISIr0=";
}; };
"aarch64-darwin" = { "aarch64-darwin" = {
name = "aarch64-apple-darwin"; name = "aarch64-apple-darwin";
sha256 = "sha256-BEq+kma38Ltok/HybgcO+OTVgfgIHb5magmu7ILSvgU="; sha256 = "sha256-HN4o5bGX389eAR7ea5EY1JlId8q4lSPGJ4cZo9c2aP4=";
}; };
}; };
platform = platform =
@ -23,7 +23,7 @@ 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.6.8"; version = "3.7.25";
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";