summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2020-04-02 14:05:46 +0200
committerAlan Pearce2020-04-02 14:05:46 +0200
commit657f50fc07a9e65a33168cdf5451a6b05e48b651 (patch)
tree7ecf757646eb7ddee58124074c399c2569a3bebe
parent78d15944dd001cbfb14e58c8278ba7e8f5ed192c (diff)
downloadnixfiles-657f50fc07a9e65a33168cdf5451a6b05e48b651.tar.lz
nixfiles-657f50fc07a9e65a33168cdf5451a6b05e48b651.tar.zst
nixfiles-657f50fc07a9e65a33168cdf5451a6b05e48b651.zip
Update TabNine to v2.6.0
-rw-r--r--user/settings/tabnine.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/settings/tabnine.nix b/user/settings/tabnine.nix index 1628e532..75e6a9f0 100644 --- a/user/settings/tabnine.nix +++ b/user/settings/tabnine.nix
@@ -3,7 +3,7 @@
3let 3let
4 inherit (pkgs) stdenv; 4 inherit (pkgs) stdenv;
5 5
6 version = "2.5.1"; 6 version = "2.6.0";
7 target = if stdenv.isDarwin then 7 target = if stdenv.isDarwin then
8 "x86_64-apple-darwin" 8 "x86_64-apple-darwin"
9 else 9 else
@@ -90,9 +90,9 @@ in {
90 source = (pkgs.fetchurl { 90 source = (pkgs.fetchurl {
91 url = "https://update.tabnine.com/${version}/${target}/TabNine"; 91 url = "https://update.tabnine.com/${version}/${target}/TabNine";
92 sha256 = if stdenv.isDarwin then 92 sha256 = if stdenv.isDarwin then
93 "1d1lwcsa31xgwarxswnyn2nilncvgaxgrzxp25dds7sjn8y0p9q9" 93 "1jn7lqmqipbhandy7ppbrlggdsbkjb57djr04qgl60y1vks8hg57"
94 else 94 else
95 "15140y19lvwdh7g15d21zyqijng0dz3zxfqwy0zqg0wrh5ndpay5"; 95 "1d9ydwcl4pdql14np2xbdr71slddawi53ajwxgnqw9hl7h1398xc";
96 }); 96 });
97 }; 97 };
98} 98}