all repos — nixfiles @ c409d76a387cf6238a75782ce42c7bed5b8e4b17

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

Update TabNine to v3.1.11

Alan Pearce
commit

c409d76a387cf6238a75782ce42c7bed5b8e4b17

parent

38616185657d9b17cea63181243639159492e256

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 = "3.0.8"; + version = "3.1.11"; target = if stdenv.isDarwin then "x86_64-apple-darwin" else
@@ -91,9 +91,9 @@ executable = true;
source = (pkgs.fetchurl { url = "https://update.tabnine.com/${version}/${target}/TabNine"; sha256 = if stdenv.isDarwin then - "0588bbv0mbnx08255z7pw7zizvfirvl5yx3m0mlsvnl3cf6lqz7g" + "0q6b9rl8hkzbvfg3k6c02zrfsvx1afpx9ak9qyhb6fxapv0ncldl" else - "006ywlg0q75wzjgm7waz86ja2x14mi8amwwff4zifzv5spqmxr30"; + "1z6n46ah03i080jb0znk2kpmaajfg461knnpijnrhdck4bzap4qk"; }); }; }