summary refs log tree commit diff stats
path: root/user/settings/tabnine.nix
diff options
context:
space:
mode:
authorAlan Pearce2019-12-23 08:36:20 +0100
committerAlan Pearce2019-12-23 08:36:20 +0100
commitdf02c6e74c78e97602d76516abd8511e32e0610a (patch)
tree64cd8fb6ab0537070517128e9b3a8dea9be4f505 /user/settings/tabnine.nix
parent12892d7614e04025a3c973aa4166106201357ff4 (diff)
downloadnixfiles-df02c6e74c78e97602d76516abd8511e32e0610a.tar.lz
nixfiles-df02c6e74c78e97602d76516abd8511e32e0610a.tar.zst
nixfiles-df02c6e74c78e97602d76516abd8511e32e0610a.zip
Update tabnine to 2.1.22
Diffstat (limited to 'user/settings/tabnine.nix')
-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 6a9e88a0..96acb8da 100644
--- a/user/settings/tabnine.nix
+++ b/user/settings/tabnine.nix
@@ -3,7 +3,7 @@
 let
   inherit (pkgs) stdenv;
 
-  version = "2.1.21";
+  version = "2.1.22";
   target = if stdenv.isDarwin then
     "x86_64-apple-darwin"
   else
@@ -82,9 +82,9 @@ in {
     source = (pkgs.fetchurl {
       url = "https://update.tabnine.com/${version}/${target}/TabNine";
       sha256 = if stdenv.isDarwin then
-        "00kjin3d9fq7332b8nm4ylli007fqbph42h7mykmk4lssy9dy8mm"
+        "0x0khsq50gak172i9wsqrng3z9gdmm01j57hy9cifbn7w5nn47yv"
       else
-        "0926qag5p513hxljc7qwmyi32y2grlhfdiz899i0rxky8rkcwhqh";
+        "0ng8xbi1v7zf81bhrbnnmrqcs7816vs3rrygbagy0xbxxi7slvnx";
     });
   };
 }