1
0
Fork 0

tabnine: update to 4.53.0

This commit is contained in:
Daniel Kempkens 2023-12-11 21:42:12 +01:00
parent 261d2ae2a0
commit 206421d9cd
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -3,11 +3,11 @@
pkgs.tabnine.overrideAttrs ( pkgs.tabnine.overrideAttrs (
oa: rec { oa: rec {
# https://update.tabnine.com/bundles/version # https://update.tabnine.com/bundles/version
version = "4.49.0"; version = "4.53.0";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://update.tabnine.com/bundles/${version}/aarch64-apple-darwin/TabNine.zip"; url = "https://update.tabnine.com/bundles/${version}/aarch64-apple-darwin/TabNine.zip";
sha256 = "0wrzbv2mam83visp322vwg98f63wcxxwlwm5rzwyd0psgqmgjkb3"; sha256 = "01c1rxf6k5wv4758g9m8n6mngp07kr8xbskb5liz1x8cljcs6f72";
}; };
meta = with lib; { meta = with lib; {