all repos — nixfiles @ 148b40ddcb68bdea6c76f6e4f0e67906cfd8a97a

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

TabNine: Update to v2.5.1

Alan Pearce
commit

148b40ddcb68bdea6c76f6e4f0e67906cfd8a97a

parent

ab8c99f7875592b29f4b6c3edccf8fda512299f4

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.3.5"; + version = "2.5.1"; 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 - "10i5bn4ds765vnjl5fr9dlqm3wl98idlvqz9iiqs4cax8gibq3y5" + "1d1lwcsa31xgwarxswnyn2nilncvgaxgrzxp25dds7sjn8y0p9q9" else - "0zxhrl0xw9c7ilvap98224alq4b138a9wl7mfv41mmiwx8gp8iks"; + "15140y19lvwdh7g15d21zyqijng0dz3zxfqwy0zqg0wrh5ndpay5"; }); }; }