all repos — nixfiles @ f411887c792272af5902de92df4287780dd7c760

System and user configuration, managed by nix and home-manager

Update TabNine to version 2.8.5

Alan Pearce
commit

f411887c792272af5902de92df4287780dd7c760

parent

e89cb8253fdf2cf8bab810a0d2163da18e597ad1

1 file changed, 3 insertions(+), 3 deletions(-)

jump to
M user/settings/tabnine.nixuser/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 @@ executable = true;
source = (pkgs.fetchurl { url = "https://update.tabnine.com/${version}/${target}/TabNine"; sha256 = if stdenv.isDarwin then - "1qlr9knh4rhcm8nq8rzy22n453ad1qi6dggjlvpy8wf50xzmqxx6" + "17yqmrlb1r2pqbmbiydn79hwwfpx860p4959znivg8n72y63bw9f" else - "0q6ifv3mikfkjqnwm05hg339isyi2sl3ayyvqqyv0fnn996cj1yw"; + "0gr1smvdjv67hv0718sxb3956b8wbq4kbwlnljpm2ksh2b0rg4kx"; }); }; }