summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2020-08-24 10:14:48 +0200
committerAlan Pearce2020-08-24 10:14:48 +0200
commit0f6a0e57504c07aa9f93f6d23a56555341ee5124 (patch)
tree3e08d6209568aa8c76265e3f56d1672b1e52c0e2 /user/settings
parente957254f13f91e0495459cdeddade917c439f854 (diff)
downloadnixfiles-0f6a0e57504c07aa9f93f6d23a56555341ee5124.tar.lz
nixfiles-0f6a0e57504c07aa9f93f6d23a56555341ee5124.tar.zst
nixfiles-0f6a0e57504c07aa9f93f6d23a56555341ee5124.zip
Update TabNine to v2.9.4
Diffstat (limited to 'user/settings')
-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 44151525..4611c98e 100644
--- a/user/settings/tabnine.nix
+++ b/user/settings/tabnine.nix
@@ -3,7 +3,7 @@
 let
   inherit (pkgs) stdenv;
 
-  version = "2.9.3";
+  version = "2.9.4";
   target = if stdenv.isDarwin then
     "x86_64-apple-darwin"
   else
@@ -91,9 +91,9 @@ in {
     source = (pkgs.fetchurl {
       url = "https://update.tabnine.com/${version}/${target}/TabNine";
       sha256 = if stdenv.isDarwin then
-        "1mik6bfa2jxf0aw07ky9rrcza51c2xg6ayaxknnmxqfxn1hg07c3"
+        "1y840mlpy632hfzpk0qzqmxsh4mmq9llsyp0ii4hxhmvv6c2nazi"
       else
-        "04xx989h9nhjasgihqjifgpazclha1xfglk9q9sdmm6jzqg0b9lp";
+        "05zlianwyy5lsxmc3pihza0q9p71mxg72i6y7nkqr1hgsyqia2kq";
     });
   };
 }