all repos — nixfiles @ 42481db98949754071e71756dd4ce3413853914a

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

TabNine: update to v3.1.4

Alan Pearce
commit

42481db98949754071e71756dd4ce3413853914a

parent

68e7c737427d28eff0c772f1cef71c93336e6205

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

jump to
M user/settings/tabnine.nixuser/settings/tabnine.nix
@@ -91,9 +91,9 @@ executable = true;
source = (pkgs.fetchurl { url = "https://update.tabnine.com/${version}/${target}/TabNine"; sha256 = if stdenv.isDarwin then - "0588bbv0mbnx08255z7pw7zizvfirvl5yx3m0mlsvnl3cf6lqz7g" + "0ra93xvdzgnh2lc782ffssr1nhaywdi4xmbqxvs64sr89b79mgsg" else - "1wyqmh40zfv92q20vgh4j82mgva05fzdqk1zxr3yalwa6vhhsmib"; + "006ywlg0q75wzjgm7waz86ja2x14mi8amwwff4zifzv5spqmxr30"; }); }; }