all repos — nixfiles @ 9397803c7bbc7aeaafccc492421a4d98bde68033

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

Update TabNine to v2.8.3

Alan Pearce
commit

9397803c7bbc7aeaafccc492421a4d98bde68033

parent

18249c15bb7ae17d5ae43711ab9cc34e326d7f14

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

jump to
M user/settings/tabnine.nixuser/settings/tabnine.nix
@@ -90,9 +90,9 @@ executable = true;
source = (pkgs.fetchurl { url = "https://update.tabnine.com/${version}/${target}/TabNine"; sha256 = if stdenv.isDarwin then - "17ndcc3l76i22pi88a5j146nbx0ncll107krhhaag8v6ghvg8dnd" + "1qlr9knh4rhcm8nq8rzy22n453ad1qi6dggjlvpy8wf50xzmqxx6" else - "0gkkqj9sliycqxlb33g330y519x9jzm9a3qxcij3bqy2jbcsihr7"; + "0q6ifv3mikfkjqnwm05hg339isyi2sl3ayyvqqyv0fnn996cj1yw"; }); }; }