all repos — nixfiles @ 38968d947e7f5dce9bb5552cb04b561718fb1962

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

Update TabNine

Alan Pearce
commit

38968d947e7f5dce9bb5552cb04b561718fb1962

parent

2725420c8e74abccfc10888c3ff0a2d549e3d1ba

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

changed files
M user/settings/tabnine.nixuser/settings/tabnine.nix
@@ -3,7 +3,7 @@
let inherit (pkgs) stdenv; - version = "2.8.5"; + version = "2.8.6"; 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 - "17yqmrlb1r2pqbmbiydn79hwwfpx860p4959znivg8n72y63bw9f" + "0c4f13l8n8d9dkjpbl3mxay4xcwyxx0lzjyq08bvimhqnjh9vqy0" else - "0gr1smvdjv67hv0718sxb3956b8wbq4kbwlnljpm2ksh2b0rg4kx"; + "1w2sxdsbzsvqbfbkq800mld6d00vsl9wnqzh192xvi8dyyc4ps3g"; }); }; }