diff options
author | Alan Pearce | 2020-02-27 11:02:05 +0100 |
---|---|---|
committer | Alan Pearce | 2020-02-27 11:02:05 +0100 |
commit | 7a1708bd4ce3439ccda00698f4dbf0e201787390 (patch) | |
tree | 3ff1b8dccf6ef4b47046833c6c1b8f6a1a807fd2 /user | |
parent | 11435bf29647f149c8f7cfebcc0e1cf92a43145b (diff) | |
download | nixfiles-7a1708bd4ce3439ccda00698f4dbf0e201787390.tar.lz nixfiles-7a1708bd4ce3439ccda00698f4dbf0e201787390.tar.zst nixfiles-7a1708bd4ce3439ccda00698f4dbf0e201787390.zip |
TabNine: update to v2.3.5
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/tabnine.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/settings/tabnine.nix b/user/settings/tabnine.nix index bc5317e0..8f7b4012 100644 --- a/user/settings/tabnine.nix +++ b/user/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 @@ in { source = (pkgs.fetchurl { url = "https://update.tabnine.com/${version}/${target}/TabNine"; sha256 = if stdenv.isDarwin then - "0q540aay3wbfq40746pqcjila3m1dvbry5h8gp1lkmhyibrzxs5l" + "10i5bn4ds765vnjl5fr9dlqm3wl98idlvqz9iiqs4cax8gibq3y5" else - "0naxgxxbw10jfs303b52z6kz3maiqdrzx0058s0gwnrp5n35crjp"; + "0zxhrl0xw9c7ilvap98224alq4b138a9wl7mfv41mmiwx8gp8iks"; }); }; } |