tabnine: 3.6.8 -> 3.7.25

+4 -4
+4 -4
pkgs/development/tools/tabnine/default.nix
··· 3 3 supportedPlatforms = { 4 4 "x86_64-linux" = { 5 5 name = "x86_64-unknown-linux-musl"; 6 - sha256 = "sha256-+jxjHE2/6IGptMlKXGebHcaIVokOP76ut325EbkdaA0="; 6 + sha256 = "sha256-On+Sokm2+BV3JbIwK8oPO6882FOWBlgSaAp3VAyR+RM="; 7 7 }; 8 8 "x86_64-darwin" = { 9 9 name = "x86_64-apple-darwin"; 10 - sha256 = "sha256-87Hy1akNrZWQbKutkv4CToTyMcxRc7Y24o1+vI4pev8="; 10 + sha256 = "sha256-4YCm42mVcsEvY4I5MWrnbfgUIU7KUIrEirvjN8ISIr0="; 11 11 }; 12 12 "aarch64-darwin" = { 13 13 name = "aarch64-apple-darwin"; 14 - sha256 = "sha256-BEq+kma38Ltok/HybgcO+OTVgfgIHb5magmu7ILSvgU="; 14 + sha256 = "sha256-HN4o5bGX389eAR7ea5EY1JlId8q4lSPGJ4cZo9c2aP4="; 15 15 }; 16 16 }; 17 17 platform = ··· 23 23 stdenv.mkDerivation rec { 24 24 pname = "tabnine"; 25 25 # You can check the latest version with `curl -sS https://update.tabnine.com/bundles/version` 26 - version = "3.6.8"; 26 + version = "3.7.25"; 27 27 28 28 src = fetchurl { 29 29 url = "https://update.tabnine.com/bundles/${version}/${platform.name}/TabNine.zip";