Merge pull request #134731 from lovesegfault/tabnine-3.5.49

tabnine: 3.5.37 -> 3.5.49

authored by Bernardo Meurer and committed by GitHub 8841a970 a6146981

+3 -3
+3 -3
pkgs/development/tools/tabnine/default.nix
··· 3 platform = 4 if stdenv.hostPlatform.system == "x86_64-linux" then { 5 name = "x86_64-unknown-linux-musl"; 6 - sha256 = "sha256-pttjlx7WWE3nog9L1APp8HN+a4ShhlBj5irHOaPgqHw="; 7 } else if stdenv.hostPlatform.system == "x86_64-darwin" then { 8 name = "x86_64-apple-darwin"; 9 - sha256 = "sha256-Vxmhl4/bhRDeByGgkdSF8yEY5wI23WzT2iH1OFkEpck="; 10 } else throw "Not supported on ${stdenv.hostPlatform.system}"; 11 in 12 stdenv.mkDerivation rec { 13 pname = "tabnine"; 14 # You can check the latest version with `curl -sS https://update.tabnine.com/bundles/version` 15 - version = "3.5.37"; 16 17 src = fetchurl { 18 url = "https://update.tabnine.com/bundles/${version}/${platform.name}/TabNine.zip";
··· 3 platform = 4 if stdenv.hostPlatform.system == "x86_64-linux" then { 5 name = "x86_64-unknown-linux-musl"; 6 + sha256 = "sha256-uy3+/+XMq56rO75mmSeOmE1HW7hhefaGwfY/QJPk3Ok="; 7 } else if stdenv.hostPlatform.system == "x86_64-darwin" then { 8 name = "x86_64-apple-darwin"; 9 + sha256 = "sha256-EK7FbRzgaCXviOuBcRf/ElllRdakhDmOLsKkwrIEhBU="; 10 } else throw "Not supported on ${stdenv.hostPlatform.system}"; 11 in 12 stdenv.mkDerivation rec { 13 pname = "tabnine"; 14 # You can check the latest version with `curl -sS https://update.tabnine.com/bundles/version` 15 + version = "3.5.49"; 16 17 src = fetchurl { 18 url = "https://update.tabnine.com/bundles/${version}/${platform.name}/TabNine.zip";