tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tabnine: 3.6.8 -> 3.7.25
Andrey Kuznetsov
4 years ago
86c83e8c
906449e5
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
tabnine
default.nix
+4
-4
pkgs/development/tools/tabnine/default.nix
···
3
supportedPlatforms = {
4
"x86_64-linux" = {
5
name = "x86_64-unknown-linux-musl";
6
-
sha256 = "sha256-+jxjHE2/6IGptMlKXGebHcaIVokOP76ut325EbkdaA0=";
7
};
8
"x86_64-darwin" = {
9
name = "x86_64-apple-darwin";
10
-
sha256 = "sha256-87Hy1akNrZWQbKutkv4CToTyMcxRc7Y24o1+vI4pev8=";
11
};
12
"aarch64-darwin" = {
13
name = "aarch64-apple-darwin";
14
-
sha256 = "sha256-BEq+kma38Ltok/HybgcO+OTVgfgIHb5magmu7ILSvgU=";
15
};
16
};
17
platform =
···
23
stdenv.mkDerivation rec {
24
pname = "tabnine";
25
# You can check the latest version with `curl -sS https://update.tabnine.com/bundles/version`
26
-
version = "3.6.8";
27
28
src = fetchurl {
29
url = "https://update.tabnine.com/bundles/${version}/${platform.name}/TabNine.zip";
···
3
supportedPlatforms = {
4
"x86_64-linux" = {
5
name = "x86_64-unknown-linux-musl";
6
+
sha256 = "sha256-On+Sokm2+BV3JbIwK8oPO6882FOWBlgSaAp3VAyR+RM=";
7
};
8
"x86_64-darwin" = {
9
name = "x86_64-apple-darwin";
10
+
sha256 = "sha256-4YCm42mVcsEvY4I5MWrnbfgUIU7KUIrEirvjN8ISIr0=";
11
};
12
"aarch64-darwin" = {
13
name = "aarch64-apple-darwin";
14
+
sha256 = "sha256-HN4o5bGX389eAR7ea5EY1JlId8q4lSPGJ4cZo9c2aP4=";
15
};
16
};
17
platform =
···
23
stdenv.mkDerivation rec {
24
pname = "tabnine";
25
# You can check the latest version with `curl -sS https://update.tabnine.com/bundles/version`
26
+
version = "3.7.25";
27
28
src = fetchurl {
29
url = "https://update.tabnine.com/bundles/${version}/${platform.name}/TabNine.zip";