all repos — nixfiles @ 0f6a0e57504c07aa9f93f6d23a56555341ee5124

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

Update TabNine to v2.9.4

Alan Pearce
commit

0f6a0e57504c07aa9f93f6d23a56555341ee5124

parent

e957254f13f91e0495459cdeddade917c439f854

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.9.3"; + version = "2.9.4"; 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 - "1mik6bfa2jxf0aw07ky9rrcza51c2xg6ayaxknnmxqfxn1hg07c3" + "1y840mlpy632hfzpk0qzqmxsh4mmq9llsyp0ii4hxhmvv6c2nazi" else - "04xx989h9nhjasgihqjifgpazclha1xfglk9q9sdmm6jzqg0b9lp"; + "05zlianwyy5lsxmc3pihza0q9p71mxg72i6y7nkqr1hgsyqia2kq"; }); }; }