tabnine: 3.3.115 -> 3.5.15
This commit is contained in:
parent
df0d321258
commit
2cf81aa358
@ -1,19 +1,19 @@
|
|||||||
{ stdenv, lib, fetchurl, unzip }:
|
{ stdenv, lib, fetchurl, unzip }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.3.115";
|
version = "3.5.15";
|
||||||
src =
|
src =
|
||||||
if stdenv.hostPlatform.system == "x86_64-darwin" then
|
if stdenv.hostPlatform.system == "x86_64-darwin" then
|
||||||
fetchurl
|
fetchurl
|
||||||
{
|
{
|
||||||
url = "https://update.tabnine.com/bundles/${version}/x86_64-apple-darwin/TabNine.zip";
|
url = "https://update.tabnine.com/bundles/${version}/x86_64-apple-darwin/TabNine.zip";
|
||||||
sha256 = "104h3b9cvmz2m27a94cfc00xm8wa2p1pvrfs92hrz59hcs8vdldf";
|
sha256 = "sha256-JrDAF/3yPGJXwonWIvaKf0dw4GQf3U2wbf5iF4QUXco=";
|
||||||
}
|
}
|
||||||
else if stdenv.hostPlatform.system == "x86_64-linux" then
|
else if stdenv.hostPlatform.system == "x86_64-linux" then
|
||||||
fetchurl
|
fetchurl
|
||||||
{
|
{
|
||||||
url = "https://update.tabnine.com/bundles/${version}/x86_64-unknown-linux-musl/TabNine.zip";
|
url = "https://update.tabnine.com/bundles/${version}/x86_64-unknown-linux-musl/TabNine.zip";
|
||||||
sha256 = "0rs2vmdz8c9zs53pjbzy27ir0p5v752cpsnqfaqf0ilx7k6fpnnm";
|
sha256 = "sha256-fgVVJ+J4w+Z3Kmryixp844xlLFiRs5PSAcD/wrcXF1w=";
|
||||||
}
|
}
|
||||||
else throw "Not supported on ${stdenv.hostPlatform.system}";
|
else throw "Not supported on ${stdenv.hostPlatform.system}";
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user