summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2020-06-06 12:46:05 +0200
committerAlan Pearce2020-06-06 12:46:05 +0200
commitf411887c792272af5902de92df4287780dd7c760 (patch)
treed2877e35e7e0f95b8bed935ad07a4261144c1e3a /user
parente89cb8253fdf2cf8bab810a0d2163da18e597ad1 (diff)
downloadnixfiles-f411887c792272af5902de92df4287780dd7c760.tar.lz
nixfiles-f411887c792272af5902de92df4287780dd7c760.tar.zst
nixfiles-f411887c792272af5902de92df4287780dd7c760.zip
Update TabNine to version 2.8.5
Diffstat (limited to 'user')
-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 1e648b7e..3eb39685 100644
--- a/user/settings/tabnine.nix
+++ b/user/settings/tabnine.nix
@@ -3,7 +3,7 @@
 let
   inherit (pkgs) stdenv;
 
-  version = "2.8.1";
+  version = "2.8.5";
   target = if stdenv.isDarwin then
     "x86_64-apple-darwin"
   else
@@ -90,9 +90,9 @@ in {
     source = (pkgs.fetchurl {
       url = "https://update.tabnine.com/${version}/${target}/TabNine";
       sha256 = if stdenv.isDarwin then
-        "1qlr9knh4rhcm8nq8rzy22n453ad1qi6dggjlvpy8wf50xzmqxx6"
+        "17yqmrlb1r2pqbmbiydn79hwwfpx860p4959znivg8n72y63bw9f"
       else
-        "0q6ifv3mikfkjqnwm05hg339isyi2sl3ayyvqqyv0fnn996cj1yw";
+        "0gr1smvdjv67hv0718sxb3956b8wbq4kbwlnljpm2ksh2b0rg4kx";
     });
   };
 }