all repos — nixfiles @ 7a1708bd4ce3439ccda00698f4dbf0e201787390

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

TabNine: update to v2.3.5

Alan Pearce
commit

7a1708bd4ce3439ccda00698f4dbf0e201787390

parent

11435bf29647f149c8f7cfebcc0e1cf92a43145b

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.2.2"; + version = "2.3.5"; 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 - "0q540aay3wbfq40746pqcjila3m1dvbry5h8gp1lkmhyibrzxs5l" + "10i5bn4ds765vnjl5fr9dlqm3wl98idlvqz9iiqs4cax8gibq3y5" else - "0naxgxxbw10jfs303b52z6kz3maiqdrzx0058s0gwnrp5n35crjp"; + "0zxhrl0xw9c7ilvap98224alq4b138a9wl7mfv41mmiwx8gp8iks"; }); }; }