Merge staging-next into staging

authored by github-actions[bot] and committed by GitHub e6623381 579b24c1

+2618 -283
+6 -4
nixos/modules/services/hardware/asusd.nix
··· 8 8 services.asusd = { 9 9 enable = lib.mkEnableOption (lib.mdDoc "the asusd service for ASUS ROG laptops"); 10 10 11 + package = lib.mkPackageOption pkgs "asusctl" { }; 12 + 11 13 enableUserService = lib.mkOption { 12 14 type = lib.types.bool; 13 15 default = false; ··· 73 75 }; 74 76 75 77 config = lib.mkIf cfg.enable { 76 - environment.systemPackages = [ pkgs.asusctl ]; 78 + environment.systemPackages = [ cfg.package ]; 77 79 78 80 environment.etc = 79 81 let ··· 92 94 }; 93 95 94 96 services.dbus.enable = true; 95 - systemd.packages = [ pkgs.asusctl ]; 96 - services.dbus.packages = [ pkgs.asusctl ]; 97 - services.udev.packages = [ pkgs.asusctl ]; 97 + systemd.packages = [ cfg.package ]; 98 + services.dbus.packages = [ cfg.package ]; 99 + services.udev.packages = [ cfg.package ]; 98 100 services.supergfxd.enable = lib.mkDefault true; 99 101 100 102 systemd.user.services.asusd-user.enable = cfg.enableUserService;
+7
nixos/modules/system/boot/kernel.nix
··· 81 81 extraStructuredConfig.FOO = lib.kernel.yes; 82 82 features.foo = true; 83 83 } 84 + { 85 + name = "foo-ml-mbox"; 86 + patch = (fetchurl { 87 + url = "https://lore.kernel.org/lkml/19700205182810.58382-1-email@domain/t.mbox.gz"; 88 + hash = "sha256-..."; 89 + }); 90 + } 84 91 ] 85 92 ''; 86 93 description = lib.mdDoc ''
+2 -2
pkgs/applications/audio/bitwig-studio/bitwig-studio5.nix
··· 27 27 28 28 stdenv.mkDerivation rec { 29 29 pname = "bitwig-studio"; 30 - version = "5.0.11"; 30 + version = "5.1.3"; 31 31 32 32 src = fetchurl { 33 33 url = "https://downloads.bitwig.com/stable/${version}/${pname}-${version}.deb"; 34 - sha256 = "sha256-c9bRWVWCC9hLxmko6EHgxgmghrxskJP4PQf3ld2BHoY="; 34 + sha256 = "sha256-1/iKezOD2HCym6JBXRa9rGpjolJjrxRZA4vwfgZyVng="; 35 35 }; 36 36 37 37 nativeBuildInputs = [ dpkg makeWrapper wrapGAppsHook ];
+3 -3
pkgs/applications/blockchains/optimism/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "optimism"; 9 - version = "1.5.1"; 9 + version = "1.6.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "ethereum-optimism"; 13 13 repo = "optimism"; 14 14 rev = "op-node/v${version}"; 15 - hash = "sha256-oVrm1mK2yw5IF7WZCwDQ1U/JdYvUPKJY/kzRSp6Pzwo="; 15 + hash = "sha256-ic5OHGxU/crq6IqqUnzAC+99KpCXUKFagnAKD4FtYBI="; 16 16 fetchSubmodules = true; 17 17 }; 18 18 19 19 subPackages = [ "op-node/cmd" "op-proposer/cmd" "op-batcher/cmd" ]; 20 20 21 - vendorHash = "sha256-QDpCGfykTUIgPQxHH8qIfmOsQrcQfZ3/vwjsuvUo1Fo="; 21 + vendorHash = "sha256-zuATJ5FBdil9bHgkMf32WuTW6/99GIsGCzI5srP21m8="; 22 22 23 23 buildInputs = [ 24 24 libpcap
+20 -20
pkgs/applications/emulators/retroarch/hashes.json
··· 65 65 "src": { 66 66 "owner": "libretro", 67 67 "repo": "beetle-pce-fast-libretro", 68 - "rev": "86a80e1ba551f9a4627b8394901db0ee365c1442", 69 - "hash": "sha256-aIDc4jzliVLpI2Xetcd5tG74/xvIlqRdVEb72yHrsCo=" 68 + "rev": "d97d9558fe218ea04821788cee1f2c03556e818a", 69 + "hash": "sha256-RKKx7Vf5d+VBYe0HVMsSchRtga7LbLiLchM4a80Lfns=" 70 70 }, 71 - "version": "unstable-2024-02-09" 71 + "version": "unstable-2024-02-16" 72 72 }, 73 73 "beetle-pcfx": { 74 74 "fetcher": "fetchFromGitHub", ··· 276 276 "src": { 277 277 "owner": "libretro", 278 278 "repo": "fbneo", 279 - "rev": "dacb63782bda34d6ac3cb8dd0e071695b8092483", 280 - "hash": "sha256-Jnp9QmXAz/q31baJ5jCi0ZH/B2a4ErtDe+e2P1iYLeU=" 279 + "rev": "2adfb2723b5d7abcf33633fd30a794dce4263a5b", 280 + "hash": "sha256-AZzMGbCZJZ/BJ7A9CybwRPxfi7P7TBU7nRPzn/6kwrc=" 281 281 }, 282 - "version": "unstable-2024-02-14" 282 + "version": "unstable-2024-02-16" 283 283 }, 284 284 "fceumm": { 285 285 "fetcher": "fetchFromGitHub", ··· 347 347 "src": { 348 348 "owner": "libretro", 349 349 "repo": "Genesis-Plus-GX", 350 - "rev": "ecb956d914d6bc4e5deb49384bc929939e9a19e5", 351 - "hash": "sha256-Fk+Ldjav+yQl6fkYESR6t1JEOKiCZYCW386QL4ozE68=" 350 + "rev": "7aba063778534a78b080a737c0465667ebd66154", 351 + "hash": "sha256-Rx5ymDqYmtovr/IJRY4loUwwWTk8GEs+oviP4YOk6ZI=" 352 352 }, 353 - "version": "unstable-2024-02-06" 353 + "version": "unstable-2024-02-16" 354 354 }, 355 355 "gpsp": { 356 356 "fetcher": "fetchFromGitHub", ··· 427 427 "src": { 428 428 "owner": "libretro", 429 429 "repo": "mame2003-plus-libretro", 430 - "rev": "a4d62997d332acc709c9644641863c5498e01eb0", 431 - "hash": "sha256-9+pxx/fhNsvAMYDqalkkdljaR8/XxuMMSrrz7KeJtDU=" 430 + "rev": "fc987f1913203a41bca7f6fd16e92c83729dd7fc", 431 + "hash": "sha256-Mn0WuzGGxDlUEccC21V0FzRyTAgRoAnLCm5jpz9rkdY=" 432 432 }, 433 - "version": "unstable-2024-02-13" 433 + "version": "unstable-2024-02-16" 434 434 }, 435 435 "mame2010": { 436 436 "fetcher": "fetchFromGitHub", ··· 619 619 "src": { 620 620 "owner": "libretro", 621 621 "repo": "pcsx_rearmed", 622 - "rev": "016c6e93f6db684211f5c8b05433cb500715ba50", 623 - "hash": "sha256-uYzL0uuQbxa4N0uQT8YEBiCgwkIcigvjeNU600WqSDQ=" 622 + "rev": "9aefd427e47e1cdf94578e1913054bc14a44bab6", 623 + "hash": "sha256-CWeHKajdTu4M8SioMsIt6c1BrnguPxmQ6cKOkPpRdqw=" 624 624 }, 625 - "version": "unstable-2024-02-07" 625 + "version": "unstable-2024-02-14" 626 626 }, 627 627 "picodrive": { 628 628 "fetcher": "fetchFromGitHub", ··· 640 640 "src": { 641 641 "owner": "jpd002", 642 642 "repo": "Play-", 643 - "rev": "691a893400ef3ca515cb39c7552a8f04bb2d55fa", 644 - "hash": "sha256-42d++0R+LcFuFT9T1+9/0eot+IdBDbqoA/axeHTWZfk=", 643 + "rev": "2462fe76ebf86fe1dd4da8d79b99872f14e987bf", 644 + "hash": "sha256-08srcJwhvOw6AER36+ar2SXjKR1jO568lRl63B7zRio=", 645 645 "fetchSubmodules": true 646 646 }, 647 647 "version": "unstable-2024-02-14" ··· 651 651 "src": { 652 652 "owner": "hrydgard", 653 653 "repo": "ppsspp", 654 - "rev": "d832f96010fa378ef0a7f7980524a61803110ad7", 655 - "hash": "sha256-LkngiwjRoYw+N+DCdbbWnTokDAYXbqOMJX+DQGAUl2g=", 654 + "rev": "f5450e40eb3f4861451fb98bf9239dacc5aef81e", 655 + "hash": "sha256-Kj0bxp2ValsmoKHP4x8LJ60priLnRAvgtjsUemm0do4=", 656 656 "fetchSubmodules": true 657 657 }, 658 - "version": "unstable-2024-02-13" 658 + "version": "unstable-2024-02-16" 659 659 }, 660 660 "prboom": { 661 661 "fetcher": "fetchFromGitHub",
+3 -3
pkgs/applications/misc/exercism/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "exercism"; 5 - version = "3.2.0"; 5 + version = "3.3.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "exercism"; 9 9 repo = "cli"; 10 10 rev = "refs/tags/v${version}"; 11 - hash = "sha256-+DXmbbs9oo667o5P0OVcfBMMIvyBzEAdbrq9i+U7p0k="; 11 + hash = "sha256-Mtb5c1/k8kp7bETOSE0X969BV176jpoprr1/mQ3E4Vg="; 12 12 }; 13 13 14 - vendorHash = "sha256-wQGnGshsRJLe3niHDoyr3BTxbwrV3L66EjJ8x633uHY="; 14 + vendorHash = "sha256-fnsSvbuVGRAndU88su2Ck7mV8QBDhxozdmwI3XGtxcA="; 15 15 16 16 doCheck = false; 17 17
+2 -2
pkgs/applications/misc/phoc/default.nix
··· 24 24 25 25 stdenv.mkDerivation (finalAttrs: { 26 26 pname = "phoc"; 27 - version = "0.35.0"; 27 + version = "0.36.0"; 28 28 29 29 src = fetchurl { 30 30 # This tarball includes the meson wrapped subproject 'gmobile'. 31 31 url = with finalAttrs; "https://sources.phosh.mobi/releases/${pname}/${pname}-${version}.tar.xz"; 32 - hash = "sha256-q2wyM0R7Mi/XuckNb6ZDkStaV9yJH1BgJ4cjqQc6EI4="; 32 + hash = "sha256-eAKHboICsuQ4lecxnnZ8+hZjt5l1DDQbfuwypDYtdKk="; 33 33 }; 34 34 35 35 nativeBuildInputs = [
+45
pkgs/build-support/fetchpypilegacy/default.nix
··· 1 + # Fetch from PyPi legacy API as documented in https://warehouse.pypa.io/api-reference/legacy.html 2 + { runCommand 3 + , lib 4 + , python3 5 + }: 6 + { 7 + # package name 8 + pname, 9 + # Package index 10 + url ? null, 11 + # Multiple package indices to consider 12 + urls ? [ ], 13 + # filename including extension 14 + file, 15 + # SRI hash 16 + hash, 17 + # allow overriding the derivation name 18 + name ? null, 19 + }: 20 + let 21 + urls' = urls ++ lib.optional (url != null) url; 22 + 23 + pathParts = lib.filter ({ prefix, path }: "NETRC" == prefix) builtins.nixPath; 24 + netrc_file = 25 + if (pathParts != [ ]) 26 + then (lib.head pathParts).path 27 + else ""; 28 + 29 + in 30 + # Assert that we have at least one URL 31 + assert urls' != [ ]; runCommand file 32 + ({ 33 + nativeBuildInputs = [ python3 ]; 34 + impureEnvVars = lib.fetchers.proxyImpureEnvVars; 35 + outputHashMode = "flat"; 36 + # if hash is empty select a default algo to let nix propose the actual hash. 37 + outputHashAlgo = if hash == "" then "sha256" else null; 38 + outputHash = hash; 39 + NETRC = netrc_file; 40 + } 41 + // (lib.optionalAttrs (name != null) {inherit name;})) 42 + '' 43 + python ${./fetch-legacy.py} ${lib.concatStringsSep " " (map (url: "--url ${lib.escapeShellArg url}") urls')} --pname ${pname} --filename ${file} 44 + mv ${file} $out 45 + ''
+162
pkgs/build-support/fetchpypilegacy/fetch-legacy.py
··· 1 + # Some repositories (such as Devpi) expose the Pypi legacy API 2 + # (https://warehouse.pypa.io/api-reference/legacy.html). 3 + # 4 + # Note it is not possible to use pip 5 + # https://discuss.python.org/t/pip-download-just-the-source-packages-no-building-no-metadata-etc/4651/12 6 + 7 + import base64 8 + import argparse 9 + import netrc 10 + import os 11 + import shutil 12 + import ssl 13 + import sys 14 + import urllib.request 15 + from html.parser import HTMLParser 16 + from os.path import normpath 17 + from typing import Optional 18 + from urllib.parse import urlparse, urlunparse 19 + 20 + 21 + # Parse the legacy index page to extract the href and package names 22 + class Pep503(HTMLParser): 23 + def __init__(self) -> None: 24 + super().__init__() 25 + self.sources: dict[str, str] = {} 26 + self.url: Optional[str] = None 27 + self.name: Optional[str] = None 28 + 29 + def handle_data(self, data: str) -> None: 30 + if self.url is not None: 31 + self.name = data 32 + 33 + def handle_starttag(self, tag: str, attrs: list[tuple[str, Optional[str]]]) -> None: 34 + if tag == "a": 35 + for name, value in attrs: 36 + if name == "href": 37 + self.url = value 38 + 39 + def handle_endtag(self, tag: str) -> None: 40 + if self.url is not None: 41 + if not self.name: 42 + raise ValueError("Name not set") 43 + 44 + self.sources[self.name] = self.url 45 + self.url = None 46 + 47 + 48 + def try_fetch(url: str, package_name: str, package_filename: str) -> None: 49 + index_url = url + "/" + package_name + "/" 50 + 51 + # Parse username and password for this host from the netrc file if given. 52 + username: Optional[str] = None 53 + password: Optional[str] = None 54 + if os.environ.get("NETRC", "") != "": 55 + netrc_obj = netrc.netrc(os.environ["NETRC"]) 56 + host = urlparse(index_url).netloc 57 + # Strip port number if present 58 + if ":" in host: 59 + host = host.split(":")[0] 60 + authenticators = netrc_obj.authenticators(host) 61 + if authenticators: 62 + username, _, password = authenticators 63 + 64 + print("Reading index %s" % index_url) 65 + 66 + context = ssl.create_default_context() 67 + 68 + # Extract out username/password from index_url, if present. 69 + parsed_url = urlparse(index_url) 70 + username = parsed_url.username or username 71 + password = parsed_url.password or password 72 + index_url = parsed_url._replace(netloc=parsed_url.netloc.rpartition("@")[-1]).geturl() 73 + 74 + req = urllib.request.Request(index_url) 75 + 76 + if username and password: # Add authentication 77 + password_b64 = base64.b64encode(":".join((username, password)).encode()).decode("utf-8") 78 + req.add_header("Authorization", "Basic {}".format(password_b64)) 79 + else: # If we are not using authentication disable TLS verification for long term reproducibility 80 + context.check_hostname = False 81 + context.verify_mode = ssl.CERT_NONE 82 + 83 + response = urllib.request.urlopen(req, context=context) 84 + index = response.read() 85 + 86 + parser = Pep503() 87 + parser.feed(str(index, "utf-8")) 88 + if package_filename not in parser.sources: 89 + print("The file %s has not be found in the index %s" % (package_filename, index_url)) 90 + exit(1) 91 + 92 + package_file = open(package_filename, "wb") 93 + # Sometimes the href is a relative or absolute path within the index's domain. 94 + indicated_url = urlparse(parser.sources[package_filename]) 95 + if indicated_url.netloc == "": 96 + parsed_url = urlparse(index_url) 97 + 98 + if indicated_url.path.startswith("/"): 99 + # An absolute path within the index's domain. 100 + path = parser.sources[package_filename] 101 + else: 102 + # A relative path. 103 + path = parsed_url.path + "/" + parser.sources[package_filename] 104 + 105 + package_url = urlunparse( 106 + ( 107 + parsed_url.scheme, 108 + parsed_url.netloc, 109 + path, 110 + None, 111 + None, 112 + None, 113 + ) 114 + ) 115 + else: 116 + package_url = parser.sources[package_filename] 117 + 118 + # Handle urls containing "../" 119 + parsed_url = urlparse(package_url) 120 + real_package_url = urlunparse( 121 + ( 122 + parsed_url.scheme, 123 + parsed_url.netloc, 124 + normpath(parsed_url.path), 125 + parsed_url.params, 126 + parsed_url.query, 127 + parsed_url.fragment, 128 + ) 129 + ) 130 + print("Downloading %s" % real_package_url) 131 + 132 + req = urllib.request.Request(real_package_url) 133 + if username and password: 134 + req.add_unredirected_header("Authorization", "Basic {}".format(password_b64)) 135 + response = urllib.request.urlopen(req, context=context) 136 + 137 + with response as r: 138 + shutil.copyfileobj(r, package_file) 139 + 140 + 141 + argparser = argparse.ArgumentParser(description="Fetch file from legacy pypi API") 142 + argparser.add_argument("--url", action="append", required=True) 143 + argparser.add_argument("--pname", action="store", required=True) 144 + argparser.add_argument("--filename", action="store", required=True) 145 + 146 + 147 + if __name__ == "__main__": 148 + args = argparser.parse_args() 149 + for url in args.url: 150 + try: 151 + try_fetch(url, args.pname, args.filename) 152 + except urllib.error.HTTPError as e: 153 + print("Got exception'", e, "', trying next package index", file=sys.stderr) 154 + continue 155 + else: 156 + break 157 + else: 158 + print( 159 + f"Could not fetch package '{args.pname}' file '{args.filename}' from any mirrors: {args.url}", 160 + file=sys.stderr, 161 + ) 162 + exit(1)
+9
pkgs/build-support/fetchpypilegacy/tests.nix
··· 1 + { testers, fetchPypiLegacy, ... }: { 2 + # Tests that we can send custom headers with spaces in them 3 + fetchSimple = testers.invalidateFetcherByDrvHash fetchPypiLegacy { 4 + pname = "requests"; 5 + file = "requests-2.31.0.tar.gz"; 6 + url = "https://pypi.org/simple"; 7 + hash = "sha256-lCxadY+Y15Dq7Ropy27vx/+w0c968Fw9J5Flbb1q0eE="; 8 + }; 9 + }
+35
pkgs/by-name/cu/cursewords/package.nix
··· 1 + { lib 2 + , python3Packages 3 + , fetchFromGitHub 4 + }: 5 + python3Packages.buildPythonApplication rec { 6 + pname = "cursewords"; 7 + version = "1.1"; 8 + 9 + src = fetchFromGitHub { 10 + owner = "thisisparker"; 11 + repo = "cursewords"; 12 + rev = "v${version}"; 13 + hash = "sha256-Ssr15kSdWmyMFFG5uCregrpGQ3rI2cMXqY9+/a3gs84="; 14 + }; 15 + 16 + nativeBuildInputs = [ 17 + python3Packages.setuptools 18 + python3Packages.wheel 19 + ]; 20 + 21 + doCheck = false; # no tests 22 + 23 + propagatedBuildInputs = [ 24 + python3Packages.blessed 25 + ]; 26 + 27 + meta = with lib; { 28 + homepage = "https://github.com/thisisparker/cursewords"; 29 + description = "Graphical command line program for solving crossword puzzles in the terminal"; 30 + mainProgram = "cursewords"; 31 + license = licenses.agpl3Only; 32 + maintainers = with maintainers; [ danderson ]; 33 + platforms = platforms.all; 34 + }; 35 + }
+2 -2
pkgs/by-name/ll/llama-cpp/package.nix
··· 31 31 in 32 32 effectiveStdenv.mkDerivation (finalAttrs: { 33 33 pname = "llama-cpp"; 34 - version = "2135"; 34 + version = "2167"; 35 35 36 36 src = fetchFromGitHub { 37 37 owner = "ggerganov"; 38 38 repo = "llama.cpp"; 39 39 rev = "refs/tags/b${finalAttrs.version}"; 40 - hash = "sha256-rYK5YaqzJXlAaSNXz37cDMhAr+OEGprfzTdtpd4/6jY="; 40 + hash = "sha256-b6q4yqhEO2UMmaUy06+3zDVXwwkYgRRb55PP57D7UVQ="; 41 41 }; 42 42 43 43 postPatch = ''
+3 -3
pkgs/by-name/mo/mountpoint-s3/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "mountpoint-s3"; 11 - version = "1.4.0"; 11 + version = "1.4.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "awslabs"; 15 15 repo = "mountpoint-s3"; 16 16 rev = "v${version}"; 17 - hash = "sha256-7anWK7vg6u7Sz4eV+X3QqeLj6y11iEmsi3iIlnEI79w="; 17 + hash = "sha256-V9d3rAb1rbso69RUMgwZdqfchgcDUlFU2LFjCk59uew="; 18 18 fetchSubmodules = true; 19 19 }; 20 20 21 - cargoHash = "sha256-qqPzf56KqVsmey353GpeJ6xdVLnGfjh/KlErWKkB6JU="; 21 + cargoHash = "sha256-9cdz1G4mKyg4TfsL+laoB6+6rqEgk8A3VkTjejETAKo="; 22 22 23 23 # thread 'main' panicked at cargo-auditable/src/collect_audit_data.rs:77:9: 24 24 # cargo metadata failure: error: none of the selected packages contains these features: libfuse3
+40
pkgs/by-name/mo/movim/package.nix
··· 1 + { lib 2 + , fetchFromGitHub 3 + , php 4 + , withPgsql ? true # “strongly recommended” according to docs 5 + , withMysql ? false 6 + }: 7 + 8 + php.buildComposerProject (finalAttrs: { 9 + pname = "movim"; 10 + version = "0.23"; 11 + 12 + src = fetchFromGitHub { 13 + owner = "movim"; 14 + repo = "movim"; 15 + rev = "v${finalAttrs.version}"; 16 + hash = "sha256-9MBe2IRYxvUuCc5m7ajvIlBU7YVm4A3RABlOOIjpKoM="; 17 + }; 18 + 19 + php = php.buildEnv { 20 + extensions = ({ all, enabled }: 21 + enabled 22 + ++ (with all; [ curl dom gd imagick mbstring ]) 23 + ++ lib.optional withPgsql all.pgsql 24 + ++ lib.optional withMysql all.mysqli 25 + ); 26 + }; 27 + 28 + # no listed license 29 + # pinned commonmark 30 + composerStrictValidation = false; 31 + 32 + vendorHash = "sha256-PBoJbVuF0Qy7nNlL4yx446ivlZpPYNIai78yC0wWkCM="; 33 + 34 + meta = { 35 + description = "a federated blogging & chat platform that acts as a web front end for the XMPP protocol"; 36 + homepage = "https://movim.eu"; 37 + license = lib.licenses.agpl3; 38 + maintainers = with lib.maintainers; [ toastal ]; 39 + }; 40 + })
+3 -3
pkgs/by-name/my/mystmd/package.nix
··· 2 2 3 3 buildNpmPackage rec { 4 4 pname = "mystmd"; 5 - version = "1.1.40"; 5 + version = "1.1.42"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "executablebooks"; 9 9 repo = "mystmd"; 10 10 rev = "mystmd@${version}"; 11 - hash = "sha256-RN3jrcTLdVnG4QF3OCg12S5faaYqkEhWGW7BaZKli4M="; 11 + hash = "sha256-oVdZ2U1h1BFjo82IDFFHlQHR/V/GNLx4qWtSLhWm3ck="; 12 12 }; 13 13 14 - npmDepsHash = "sha256-VZO5VXwmBpTdUdlBPgRz2P9Q7xDc1GaBrHEGnvYXx/E="; 14 + npmDepsHash = "sha256-ucw9ayyIocF/AKkXrzvBDaQ5Mv2edQdiYbX+G3bcHrs="; 15 15 16 16 dontNpmInstall = true; 17 17
+29
pkgs/by-name/re/restinio_0_6/package.nix
··· 1 + { lib, stdenvNoCC, fetchurl }: 2 + 3 + stdenvNoCC.mkDerivation rec { 4 + pname = "restinio"; 5 + version = "0.6.19"; 6 + 7 + src = fetchurl { 8 + url = "https://github.com/Stiffstream/restinio/releases/download/v.${version}/${pname}-${version}.tar.bz2"; 9 + hash = "sha256-fyHuvrlm4XDWq1TpsZiskn1DkJASFzngN8D6O7NnskA="; 10 + }; 11 + 12 + sourceRoot = "."; 13 + 14 + installPhase = '' 15 + runHook preInstall 16 + 17 + mkdir -p $out/include 18 + mv restinio-*/dev/restinio $out/include 19 + 20 + runHook postInstall 21 + ''; 22 + 23 + meta = with lib; { 24 + description = "Cross-platform, efficient, customizable, and robust asynchronous HTTP/WebSocket server C++14 library"; 25 + homepage = "https://github.com/Stiffstream/restinio"; 26 + license = licenses.bsd3; 27 + platforms = platforms.all; 28 + }; 29 + }
+3 -3
pkgs/by-name/ux/uxn/package.nix
··· 7 7 8 8 stdenv.mkDerivation (finalAttrs: { 9 9 pname = "uxn"; 10 - version = "unstable-2024-02-07"; 10 + version = "unstable-2024-02-14"; 11 11 12 12 src = fetchFromSourcehut { 13 13 owner = "~rabbits"; 14 14 repo = "uxn"; 15 - rev = "300a3d7b3ed399721cef59e9ed9efe8a1d4e0f6f"; 16 - hash = "sha256-uwHXa4GhXNJHroQG8t3VQggvdCA3G4/1d/XVfsgeI7E="; 15 + rev = "8abb621b12df11f7975ad1485d556ebb8bcb2042"; 16 + hash = "sha256-R36qrnNpR7cNosPnWxMr5/RMwA3ge/GvYPNCzcOziYk="; 17 17 }; 18 18 19 19 outputs = [ "out" "projects" ];
+2 -2
pkgs/development/libraries/caf/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "actor-framework"; 5 - version = "0.19.5"; 5 + version = "0.19.6"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "actor-framework"; 9 9 repo = "actor-framework"; 10 10 rev = version; 11 - hash = "sha256-G69qZ8aoaRP9Ug+BIhXrYs6xteUG3Zhxbo2O09LEh3s="; 11 + hash = "sha256-Nb/BF/+xDWV/6iPo3o/NO6EtIaAW+yGFj06AO2baFfc="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];
+2 -2
pkgs/development/libraries/ngtcp2/gnutls.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "ngtcp2"; 9 - version = "1.2.0"; 9 + version = "1.3.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "ngtcp2"; 13 13 repo = "ngtcp2"; 14 14 rev = "v${version}"; 15 - hash = "sha256-/lHsHkSySKyZZdjTTYCo0a6cwcMcbOWNvAEcO36/kEw="; 15 + hash = "sha256-KKfr5AjaC56yUNdk928H1PyP79GnQJ2pIZcZQTgLhEQ="; 16 16 }; 17 17 18 18 outputs = [ "out" "dev" ];
+6 -6
pkgs/development/tools/build-managers/bazel/bazel_7/MODULE.bazel.lock
··· 2158 2158 "moduleExtensions": { 2159 2159 "//:extensions.bzl%bazel_android_deps": { 2160 2160 "general": { 2161 - "bzlTransitiveDigest": "PjK+f/kxkhda9tRFlKVdGfNszPoXs7CDXZUi+ZGWGYU=", 2161 + "bzlTransitiveDigest": "rjB9TSLGt3ZwbECWtF/HMgfqMsfEnDLK6fGIe65ZyfE=", 2162 2162 "accumulatedFileDigests": {}, 2163 2163 "envVariables": {}, 2164 2164 "generatedRepoSpecs": { ··· 2177 2177 }, 2178 2178 "//:extensions.bzl%bazel_build_deps": { 2179 2179 "general": { 2180 - "bzlTransitiveDigest": "PjK+f/kxkhda9tRFlKVdGfNszPoXs7CDXZUi+ZGWGYU=", 2180 + "bzlTransitiveDigest": "rjB9TSLGt3ZwbECWtF/HMgfqMsfEnDLK6fGIe65ZyfE=", 2181 2181 "accumulatedFileDigests": { 2182 - "@@//src/test/tools/bzlmod:MODULE.bazel.lock": "10b96bd3c1eb194b0efe3a13fd06f2051abf36efb33414ad92048883ba471c7f", 2182 + "@@//src/test/tools/bzlmod:MODULE.bazel.lock": "4e2a1386686aae6d7be071ef615438178fdb93104b5b84cf8a372b6a944b27cd", 2183 2183 "@@//:MODULE.bazel": "63625ac7809ba5bc83e0814e16f223ac28a98df884897ddd5bfbd69fd4e3ddbf" 2184 2184 }, 2185 2185 "envVariables": {}, ··· 2428 2428 }, 2429 2429 "//:extensions.bzl%bazel_test_deps": { 2430 2430 "general": { 2431 - "bzlTransitiveDigest": "PjK+f/kxkhda9tRFlKVdGfNszPoXs7CDXZUi+ZGWGYU=", 2431 + "bzlTransitiveDigest": "rjB9TSLGt3ZwbECWtF/HMgfqMsfEnDLK6fGIe65ZyfE=", 2432 2432 "accumulatedFileDigests": {}, 2433 2433 "envVariables": {}, 2434 2434 "generatedRepoSpecs": { ··· 2478 2478 }, 2479 2479 "//tools/android:android_extensions.bzl%remote_android_tools_extensions": { 2480 2480 "general": { 2481 - "bzlTransitiveDigest": "iz3RFYDcsjupaT10sdSPAhA44WL3eDYkTEnYThllj1w=", 2481 + "bzlTransitiveDigest": "4x/FXzwoadac6uV9ItZ4eGOyCculGHHrKUhLFNWo3lA=", 2482 2482 "accumulatedFileDigests": {}, 2483 2483 "envVariables": {}, 2484 2484 "generatedRepoSpecs": { ··· 2505 2505 }, 2506 2506 "//tools/test:extensions.bzl%remote_coverage_tools_extension": { 2507 2507 "general": { 2508 - "bzlTransitiveDigest": "cizrA62cv8WUgb0cCmx5B6PRijtr/I4TAWxg/4caNGU=", 2508 + "bzlTransitiveDigest": "y48q5zUu2oMiYv7yUyi7rFB0wt14eqiF/RQcWT6vP7I=", 2509 2509 "accumulatedFileDigests": {}, 2510 2510 "envVariables": {}, 2511 2511 "generatedRepoSpecs": {
+2105 -185
pkgs/development/tools/build-managers/bazel/bazel_7/cpp-test-MODULE.bazel.lock
··· 1 1 { 2 2 "lockFileVersion": 3, 3 - "moduleFileHash": "88511df1b260515dce141aec0a1990a64de221731dfb656746b7ae1395acf57f", 3 + "moduleFileHash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", 4 4 "flags": { 5 5 "cmdRegistries": [ 6 6 "https://bcr.bazel.build/" ··· 13 13 "compatibilityMode": "ERROR" 14 14 }, 15 15 "localOverrideHashes": { 16 - "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787" 16 + "bazel_tools": "f30da6d09c13487d5a03131bccc244a528e780a477b9c4830c12e10f26d0a64f" 17 17 }, 18 18 "moduleDepGraph": { 19 19 "<root>": { ··· 152 152 ], 153 153 "deps": { 154 154 "rules_cc": "rules_cc@0.0.9", 155 - "rules_java": "rules_java@7.1.0", 155 + "rules_java": "rules_java@7.3.2", 156 156 "rules_license": "rules_license@0.0.7", 157 - "rules_proto": "rules_proto@4.0.0", 158 - "rules_python": "rules_python@0.4.0", 157 + "rules_proto": "rules_proto@5.3.0-21.7", 158 + "rules_python": "rules_python@0.22.1", 159 159 "platforms": "platforms@0.0.7", 160 - "com_google_protobuf": "protobuf@3.19.6", 160 + "com_google_protobuf": "protobuf@21.7", 161 161 "zlib": "zlib@1.3", 162 162 "build_bazel_apple_support": "apple_support@1.5.0", 163 163 "local_config_platform": "local_config_platform@_" ··· 226 226 } 227 227 } 228 228 }, 229 - "rules_java@7.1.0": { 229 + "rules_java@7.3.2": { 230 230 "name": "rules_java", 231 - "version": "7.1.0", 232 - "key": "rules_java@7.1.0", 231 + "version": "7.3.2", 232 + "key": "rules_java@7.3.2", 233 233 "repoName": "rules_java", 234 234 "executionPlatformsToRegister": [], 235 235 "toolchainsToRegister": [ ··· 262 262 { 263 263 "extensionBzlFile": "@rules_java//java:extensions.bzl", 264 264 "extensionName": "toolchains", 265 - "usingModule": "rules_java@7.1.0", 265 + "usingModule": "rules_java@7.3.2", 266 266 "location": { 267 - "file": "https://bcr.bazel.build/modules/rules_java/7.1.0/MODULE.bazel", 267 + "file": "https://bcr.bazel.build/modules/rules_java/7.3.2/MODULE.bazel", 268 268 "line": 19, 269 269 "column": 27 270 270 }, ··· 307 307 "platforms": "platforms@0.0.7", 308 308 "rules_cc": "rules_cc@0.0.9", 309 309 "bazel_skylib": "bazel_skylib@1.3.0", 310 - "rules_proto": "rules_proto@4.0.0", 310 + "rules_proto": "rules_proto@5.3.0-21.7", 311 311 "rules_license": "rules_license@0.0.7", 312 312 "bazel_tools": "bazel_tools@_", 313 313 "local_config_platform": "local_config_platform@_" ··· 316 316 "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", 317 317 "ruleClassName": "http_archive", 318 318 "attributes": { 319 - "name": "rules_java~7.1.0", 319 + "name": "rules_java~7.3.2", 320 320 "urls": [ 321 - "https://github.com/bazelbuild/rules_java/releases/download/7.1.0/rules_java-7.1.0.tar.gz" 321 + "https://github.com/bazelbuild/rules_java/releases/download/7.3.2/rules_java-7.3.2.tar.gz" 322 322 ], 323 - "integrity": "sha256-o3pOX2OrgnFuXdau75iO2EYcegC46TYnImKJn1h81OE=", 323 + "integrity": "sha256-MSGgBYixWBvXwfm1UFmWKeWtzBG6nGX0grvVz+R/3zA=", 324 324 "strip_prefix": "", 325 325 "remote_patches": {}, 326 326 "remote_patch_strip": 0 ··· 354 354 } 355 355 } 356 356 }, 357 - "rules_proto@4.0.0": { 357 + "rules_proto@5.3.0-21.7": { 358 358 "name": "rules_proto", 359 - "version": "4.0.0", 360 - "key": "rules_proto@4.0.0", 359 + "version": "5.3.0-21.7", 360 + "key": "rules_proto@5.3.0-21.7", 361 361 "repoName": "rules_proto", 362 362 "executionPlatformsToRegister": [], 363 363 "toolchainsToRegister": [], 364 364 "extensionUsages": [], 365 365 "deps": { 366 366 "bazel_skylib": "bazel_skylib@1.3.0", 367 + "com_google_protobuf": "protobuf@21.7", 367 368 "rules_cc": "rules_cc@0.0.9", 368 369 "bazel_tools": "bazel_tools@_", 369 370 "local_config_platform": "local_config_platform@_" ··· 372 373 "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", 373 374 "ruleClassName": "http_archive", 374 375 "attributes": { 375 - "name": "rules_proto~4.0.0", 376 + "name": "rules_proto~5.3.0-21.7", 376 377 "urls": [ 377 - "https://github.com/bazelbuild/rules_proto/archive/refs/tags/4.0.0.zip" 378 + "https://github.com/bazelbuild/rules_proto/archive/refs/tags/5.3.0-21.7.tar.gz" 378 379 ], 379 - "integrity": "sha256-Lr5z6xyuRA19pNtRYMGjKaynwQpck4H/lwYyVjyhoq4=", 380 - "strip_prefix": "rules_proto-4.0.0", 381 - "remote_patches": { 382 - "https://bcr.bazel.build/modules/rules_proto/4.0.0/patches/module_dot_bazel.patch": "sha256-MclJO7tIAM2ElDAmscNId9pKTpOuDGHgVlW/9VBOIp0=" 383 - }, 380 + "integrity": "sha256-3D+yBqLLNEG0heseQjFlsjEjWh6psDG0Qzz3vB+kYN0=", 381 + "strip_prefix": "rules_proto-5.3.0-21.7", 382 + "remote_patches": {}, 384 383 "remote_patch_strip": 0 385 384 } 386 385 } 387 386 }, 388 - "rules_python@0.4.0": { 387 + "rules_python@0.22.1": { 389 388 "name": "rules_python", 390 - "version": "0.4.0", 391 - "key": "rules_python@0.4.0", 389 + "version": "0.22.1", 390 + "key": "rules_python@0.22.1", 392 391 "repoName": "rules_python", 393 392 "executionPlatformsToRegister": [], 394 393 "toolchainsToRegister": [ ··· 396 395 ], 397 396 "extensionUsages": [ 398 397 { 399 - "extensionBzlFile": "@rules_python//bzlmod:extensions.bzl", 400 - "extensionName": "pip_install", 401 - "usingModule": "rules_python@0.4.0", 398 + "extensionBzlFile": "@rules_python//python/extensions/private:internal_deps.bzl", 399 + "extensionName": "internal_deps", 400 + "usingModule": "rules_python@0.22.1", 402 401 "location": { 403 - "file": "https://bcr.bazel.build/modules/rules_python/0.4.0/MODULE.bazel", 404 - "line": 7, 405 - "column": 28 402 + "file": "https://bcr.bazel.build/modules/rules_python/0.22.1/MODULE.bazel", 403 + "line": 14, 404 + "column": 30 406 405 }, 407 406 "imports": { 407 + "pypi__build": "pypi__build", 408 408 "pypi__click": "pypi__click", 409 + "pypi__colorama": "pypi__colorama", 410 + "pypi__importlib_metadata": "pypi__importlib_metadata", 411 + "pypi__installer": "pypi__installer", 412 + "pypi__more_itertools": "pypi__more_itertools", 413 + "pypi__packaging": "pypi__packaging", 414 + "pypi__pep517": "pypi__pep517", 409 415 "pypi__pip": "pypi__pip", 410 416 "pypi__pip_tools": "pypi__pip_tools", 411 - "pypi__pkginfo": "pypi__pkginfo", 412 417 "pypi__setuptools": "pypi__setuptools", 413 - "pypi__wheel": "pypi__wheel" 418 + "pypi__tomli": "pypi__tomli", 419 + "pypi__wheel": "pypi__wheel", 420 + "pypi__zipp": "pypi__zipp", 421 + "pypi__coverage_cp310_aarch64-apple-darwin": "pypi__coverage_cp310_aarch64-apple-darwin", 422 + "pypi__coverage_cp310_aarch64-unknown-linux-gnu": "pypi__coverage_cp310_aarch64-unknown-linux-gnu", 423 + "pypi__coverage_cp310_x86_64-apple-darwin": "pypi__coverage_cp310_x86_64-apple-darwin", 424 + "pypi__coverage_cp310_x86_64-unknown-linux-gnu": "pypi__coverage_cp310_x86_64-unknown-linux-gnu", 425 + "pypi__coverage_cp311_aarch64-unknown-linux-gnu": "pypi__coverage_cp311_aarch64-unknown-linux-gnu", 426 + "pypi__coverage_cp311_x86_64-apple-darwin": "pypi__coverage_cp311_x86_64-apple-darwin", 427 + "pypi__coverage_cp311_x86_64-unknown-linux-gnu": "pypi__coverage_cp311_x86_64-unknown-linux-gnu", 428 + "pypi__coverage_cp38_aarch64-apple-darwin": "pypi__coverage_cp38_aarch64-apple-darwin", 429 + "pypi__coverage_cp38_aarch64-unknown-linux-gnu": "pypi__coverage_cp38_aarch64-unknown-linux-gnu", 430 + "pypi__coverage_cp38_x86_64-apple-darwin": "pypi__coverage_cp38_x86_64-apple-darwin", 431 + "pypi__coverage_cp38_x86_64-unknown-linux-gnu": "pypi__coverage_cp38_x86_64-unknown-linux-gnu", 432 + "pypi__coverage_cp39_aarch64-apple-darwin": "pypi__coverage_cp39_aarch64-apple-darwin", 433 + "pypi__coverage_cp39_aarch64-unknown-linux-gnu": "pypi__coverage_cp39_aarch64-unknown-linux-gnu", 434 + "pypi__coverage_cp39_x86_64-apple-darwin": "pypi__coverage_cp39_x86_64-apple-darwin", 435 + "pypi__coverage_cp39_x86_64-unknown-linux-gnu": "pypi__coverage_cp39_x86_64-unknown-linux-gnu" 436 + }, 437 + "devImports": [], 438 + "tags": [ 439 + { 440 + "tagName": "install", 441 + "attributeValues": {}, 442 + "devDependency": false, 443 + "location": { 444 + "file": "https://bcr.bazel.build/modules/rules_python/0.22.1/MODULE.bazel", 445 + "line": 15, 446 + "column": 22 447 + } 448 + } 449 + ], 450 + "hasDevUseExtension": false, 451 + "hasNonDevUseExtension": true 452 + }, 453 + { 454 + "extensionBzlFile": "@rules_python//python/extensions:python.bzl", 455 + "extensionName": "python", 456 + "usingModule": "rules_python@0.22.1", 457 + "location": { 458 + "file": "https://bcr.bazel.build/modules/rules_python/0.22.1/MODULE.bazel", 459 + "line": 50, 460 + "column": 23 461 + }, 462 + "imports": { 463 + "pythons_hub": "pythons_hub" 414 464 }, 415 465 "devImports": [], 416 466 "tags": [], ··· 419 469 } 420 470 ], 421 471 "deps": { 472 + "platforms": "platforms@0.0.7", 473 + "bazel_skylib": "bazel_skylib@1.3.0", 474 + "rules_proto": "rules_proto@5.3.0-21.7", 475 + "com_google_protobuf": "protobuf@21.7", 422 476 "bazel_tools": "bazel_tools@_", 423 477 "local_config_platform": "local_config_platform@_" 424 478 }, ··· 426 480 "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", 427 481 "ruleClassName": "http_archive", 428 482 "attributes": { 429 - "name": "rules_python~0.4.0", 483 + "name": "rules_python~0.22.1", 430 484 "urls": [ 431 - "https://github.com/bazelbuild/rules_python/releases/download/0.4.0/rules_python-0.4.0.tar.gz" 485 + "https://github.com/bazelbuild/rules_python/releases/download/0.22.1/rules_python-0.22.1.tar.gz" 432 486 ], 433 - "integrity": "sha256-lUqom0kb5KCDMEosuDgBnIuMNyCnq7nEy4GseiQjDOo=", 434 - "strip_prefix": "", 487 + "integrity": "sha256-pWQP3dS+sD6MH95e1xYMC6a9R359BIZhwwwGk2om/WM=", 488 + "strip_prefix": "rules_python-0.22.1", 435 489 "remote_patches": { 436 - "https://bcr.bazel.build/modules/rules_python/0.4.0/patches/propagate_pip_install_dependencies.patch": "sha256-v7S/dem/mixg63MF4KoRGDA4KEol9ab/tIVp+6Xq0D0=", 437 - "https://bcr.bazel.build/modules/rules_python/0.4.0/patches/module_dot_bazel.patch": "sha256-kG4VIfWxQazzTuh50mvsx6pmyoRVA4lfH5rkto/Oq+Y=" 490 + "https://bcr.bazel.build/modules/rules_python/0.22.1/patches/module_dot_bazel_version.patch": "sha256-3+VLDH9gYDzNI4eOW7mABC/LKxh1xqF6NhacLbNTucs=" 438 491 }, 439 492 "remote_patch_strip": 1 440 493 } ··· 468 521 } 469 522 } 470 523 }, 471 - "protobuf@3.19.6": { 524 + "protobuf@21.7": { 472 525 "name": "protobuf", 473 - "version": "3.19.6", 474 - "key": "protobuf@3.19.6", 526 + "version": "21.7", 527 + "key": "protobuf@21.7", 475 528 "repoName": "protobuf", 476 529 "executionPlatformsToRegister": [], 477 530 "toolchainsToRegister": [], 478 - "extensionUsages": [], 531 + "extensionUsages": [ 532 + { 533 + "extensionBzlFile": "@rules_jvm_external//:extensions.bzl", 534 + "extensionName": "maven", 535 + "usingModule": "protobuf@21.7", 536 + "location": { 537 + "file": "https://bcr.bazel.build/modules/protobuf/21.7/MODULE.bazel", 538 + "line": 22, 539 + "column": 22 540 + }, 541 + "imports": { 542 + "maven": "maven" 543 + }, 544 + "devImports": [], 545 + "tags": [ 546 + { 547 + "tagName": "install", 548 + "attributeValues": { 549 + "name": "maven", 550 + "artifacts": [ 551 + "com.google.code.findbugs:jsr305:3.0.2", 552 + "com.google.code.gson:gson:2.8.9", 553 + "com.google.errorprone:error_prone_annotations:2.3.2", 554 + "com.google.j2objc:j2objc-annotations:1.3", 555 + "com.google.guava:guava:31.1-jre", 556 + "com.google.guava:guava-testlib:31.1-jre", 557 + "com.google.truth:truth:1.1.2", 558 + "junit:junit:4.13.2", 559 + "org.mockito:mockito-core:4.3.1" 560 + ] 561 + }, 562 + "devDependency": false, 563 + "location": { 564 + "file": "https://bcr.bazel.build/modules/protobuf/21.7/MODULE.bazel", 565 + "line": 24, 566 + "column": 14 567 + } 568 + } 569 + ], 570 + "hasDevUseExtension": false, 571 + "hasNonDevUseExtension": true 572 + } 573 + ], 479 574 "deps": { 480 575 "bazel_skylib": "bazel_skylib@1.3.0", 481 - "zlib": "zlib@1.3", 482 - "rules_python": "rules_python@0.4.0", 576 + "rules_python": "rules_python@0.22.1", 483 577 "rules_cc": "rules_cc@0.0.9", 484 - "rules_proto": "rules_proto@4.0.0", 485 - "rules_java": "rules_java@7.1.0", 578 + "rules_proto": "rules_proto@5.3.0-21.7", 579 + "rules_java": "rules_java@7.3.2", 580 + "rules_pkg": "rules_pkg@0.7.0", 581 + "com_google_abseil": "abseil-cpp@20211102.0", 582 + "zlib": "zlib@1.3", 583 + "upb": "upb@0.0.0-20220923-a547704", 584 + "rules_jvm_external": "rules_jvm_external@4.4.2", 585 + "com_google_googletest": "googletest@1.11.0", 486 586 "bazel_tools": "bazel_tools@_", 487 587 "local_config_platform": "local_config_platform@_" 488 588 }, ··· 490 590 "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", 491 591 "ruleClassName": "http_archive", 492 592 "attributes": { 493 - "name": "protobuf~3.19.6", 593 + "name": "protobuf~21.7", 494 594 "urls": [ 495 - "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.19.6.zip" 595 + "https://github.com/protocolbuffers/protobuf/releases/download/v21.7/protobuf-all-21.7.zip" 496 596 ], 497 - "integrity": "sha256-OH4sVZuyx8G8N5jE5s/wFTgaebJ1hpavy/johzC0c4k=", 498 - "strip_prefix": "protobuf-3.19.6", 597 + "integrity": "sha256-VJOiH17T/FAuZv7GuUScBqVRztYwAvpIkDxA36jeeko=", 598 + "strip_prefix": "protobuf-21.7", 499 599 "remote_patches": { 500 - "https://bcr.bazel.build/modules/protobuf/3.19.6/patches/relative_repo_names.patch": "sha256-w/5gw/zGv8NFId+669hcdw1Uus2lxgYpulATHIwIByI=", 501 - "https://bcr.bazel.build/modules/protobuf/3.19.6/patches/remove_dependency_on_rules_jvm_external.patch": "sha256-THUTnVgEBmjA0W7fKzIyZOVG58DnW9HQTkr4D2zKUUc=", 502 - "https://bcr.bazel.build/modules/protobuf/3.19.6/patches/add_module_dot_bazel_for_examples.patch": "sha256-s/b1gi3baK3LsXefI2rQilhmkb2R5jVJdnT6zEcdfHY=", 503 - "https://bcr.bazel.build/modules/protobuf/3.19.6/patches/module_dot_bazel.patch": "sha256-S0DEni8zgx7rHscW3z/rCEubQnYec0XhNet640cw0h4=" 600 + "https://bcr.bazel.build/modules/protobuf/21.7/patches/add_module_dot_bazel.patch": "sha256-q3V2+eq0v2XF0z8z+V+QF4cynD6JvHI1y3kI/+rzl5s=", 601 + "https://bcr.bazel.build/modules/protobuf/21.7/patches/add_module_dot_bazel_for_examples.patch": "sha256-O7YP6s3lo/1opUiO0jqXYORNHdZ/2q3hjz1QGy8QdIU=", 602 + "https://bcr.bazel.build/modules/protobuf/21.7/patches/relative_repo_names.patch": "sha256-RK9RjW8T5UJNG7flIrnFiNE9vKwWB+8uWWtJqXYT0w4=", 603 + "https://bcr.bazel.build/modules/protobuf/21.7/patches/add_missing_files.patch": "sha256-Hyne4DG2u5bXcWHNxNMirA2QFAe/2Cl8oMm1XJdkQIY=" 504 604 }, 505 605 "remote_patch_strip": 1 506 606 } ··· 618 718 "remote_patch_strip": 0 619 719 } 620 720 } 721 + }, 722 + "rules_pkg@0.7.0": { 723 + "name": "rules_pkg", 724 + "version": "0.7.0", 725 + "key": "rules_pkg@0.7.0", 726 + "repoName": "rules_pkg", 727 + "executionPlatformsToRegister": [], 728 + "toolchainsToRegister": [], 729 + "extensionUsages": [], 730 + "deps": { 731 + "rules_python": "rules_python@0.22.1", 732 + "bazel_skylib": "bazel_skylib@1.3.0", 733 + "rules_license": "rules_license@0.0.7", 734 + "bazel_tools": "bazel_tools@_", 735 + "local_config_platform": "local_config_platform@_" 736 + }, 737 + "repoSpec": { 738 + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", 739 + "ruleClassName": "http_archive", 740 + "attributes": { 741 + "name": "rules_pkg~0.7.0", 742 + "urls": [ 743 + "https://github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.0.tar.gz" 744 + ], 745 + "integrity": "sha256-iimOgydi7aGDBZfWT+fbWBeKqEzVkm121bdE1lWJQcI=", 746 + "strip_prefix": "", 747 + "remote_patches": { 748 + "https://bcr.bazel.build/modules/rules_pkg/0.7.0/patches/module_dot_bazel.patch": "sha256-4OaEPZwYF6iC71ZTDg6MJ7LLqX7ZA0/kK4mT+4xKqiE=" 749 + }, 750 + "remote_patch_strip": 0 751 + } 752 + } 753 + }, 754 + "abseil-cpp@20211102.0": { 755 + "name": "abseil-cpp", 756 + "version": "20211102.0", 757 + "key": "abseil-cpp@20211102.0", 758 + "repoName": "abseil-cpp", 759 + "executionPlatformsToRegister": [], 760 + "toolchainsToRegister": [], 761 + "extensionUsages": [], 762 + "deps": { 763 + "rules_cc": "rules_cc@0.0.9", 764 + "platforms": "platforms@0.0.7", 765 + "bazel_tools": "bazel_tools@_", 766 + "local_config_platform": "local_config_platform@_" 767 + }, 768 + "repoSpec": { 769 + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", 770 + "ruleClassName": "http_archive", 771 + "attributes": { 772 + "name": "abseil-cpp~20211102.0", 773 + "urls": [ 774 + "https://github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0.tar.gz" 775 + ], 776 + "integrity": "sha256-3PcbnLqNwMqZQMSzFqDHlr6Pq0KwcLtrfKtitI8OZsQ=", 777 + "strip_prefix": "abseil-cpp-20211102.0", 778 + "remote_patches": { 779 + "https://bcr.bazel.build/modules/abseil-cpp/20211102.0/patches/module_dot_bazel.patch": "sha256-4izqopgGCey4jVZzl/w3M2GVPNohjh2B5TmbThZNvPY=" 780 + }, 781 + "remote_patch_strip": 0 782 + } 783 + } 784 + }, 785 + "upb@0.0.0-20220923-a547704": { 786 + "name": "upb", 787 + "version": "0.0.0-20220923-a547704", 788 + "key": "upb@0.0.0-20220923-a547704", 789 + "repoName": "upb", 790 + "executionPlatformsToRegister": [], 791 + "toolchainsToRegister": [], 792 + "extensionUsages": [], 793 + "deps": { 794 + "bazel_skylib": "bazel_skylib@1.3.0", 795 + "rules_proto": "rules_proto@5.3.0-21.7", 796 + "com_google_protobuf": "protobuf@21.7", 797 + "com_google_absl": "abseil-cpp@20211102.0", 798 + "platforms": "platforms@0.0.7", 799 + "bazel_tools": "bazel_tools@_", 800 + "local_config_platform": "local_config_platform@_" 801 + }, 802 + "repoSpec": { 803 + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", 804 + "ruleClassName": "http_archive", 805 + "attributes": { 806 + "name": "upb~0.0.0-20220923-a547704", 807 + "urls": [ 808 + "https://github.com/protocolbuffers/upb/archive/a5477045acaa34586420942098f5fecd3570f577.tar.gz" 809 + ], 810 + "integrity": "sha256-z39x6v+QskwaKLSWRan/A6mmwecTQpHOcJActj5zZLU=", 811 + "strip_prefix": "upb-a5477045acaa34586420942098f5fecd3570f577", 812 + "remote_patches": { 813 + "https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/patches/module_dot_bazel.patch": "sha256-wH4mNS6ZYy+8uC0HoAft/c7SDsq2Kxf+J8dUakXhaB0=" 814 + }, 815 + "remote_patch_strip": 0 816 + } 817 + } 818 + }, 819 + "rules_jvm_external@4.4.2": { 820 + "name": "rules_jvm_external", 821 + "version": "4.4.2", 822 + "key": "rules_jvm_external@4.4.2", 823 + "repoName": "rules_jvm_external", 824 + "executionPlatformsToRegister": [], 825 + "toolchainsToRegister": [], 826 + "extensionUsages": [ 827 + { 828 + "extensionBzlFile": "@rules_jvm_external//:non-module-deps.bzl", 829 + "extensionName": "non_module_deps", 830 + "usingModule": "rules_jvm_external@4.4.2", 831 + "location": { 832 + "file": "https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/MODULE.bazel", 833 + "line": 9, 834 + "column": 32 835 + }, 836 + "imports": { 837 + "io_bazel_rules_kotlin": "io_bazel_rules_kotlin" 838 + }, 839 + "devImports": [], 840 + "tags": [], 841 + "hasDevUseExtension": false, 842 + "hasNonDevUseExtension": true 843 + }, 844 + { 845 + "extensionBzlFile": "@rules_jvm_external//:extensions.bzl", 846 + "extensionName": "maven", 847 + "usingModule": "rules_jvm_external@4.4.2", 848 + "location": { 849 + "file": "https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/MODULE.bazel", 850 + "line": 16, 851 + "column": 22 852 + }, 853 + "imports": { 854 + "rules_jvm_external_deps": "rules_jvm_external_deps" 855 + }, 856 + "devImports": [], 857 + "tags": [ 858 + { 859 + "tagName": "install", 860 + "attributeValues": { 861 + "name": "rules_jvm_external_deps", 862 + "artifacts": [ 863 + "com.google.cloud:google-cloud-core:1.93.10", 864 + "com.google.cloud:google-cloud-storage:1.113.4", 865 + "com.google.code.gson:gson:2.9.0", 866 + "org.apache.maven:maven-artifact:3.8.6", 867 + "software.amazon.awssdk:s3:2.17.183" 868 + ], 869 + "lock_file": "@rules_jvm_external//:rules_jvm_external_deps_install.json" 870 + }, 871 + "devDependency": false, 872 + "location": { 873 + "file": "https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/MODULE.bazel", 874 + "line": 18, 875 + "column": 14 876 + } 877 + } 878 + ], 879 + "hasDevUseExtension": false, 880 + "hasNonDevUseExtension": true 881 + } 882 + ], 883 + "deps": { 884 + "bazel_skylib": "bazel_skylib@1.3.0", 885 + "io_bazel_stardoc": "stardoc@0.5.1", 886 + "bazel_tools": "bazel_tools@_", 887 + "local_config_platform": "local_config_platform@_" 888 + }, 889 + "repoSpec": { 890 + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", 891 + "ruleClassName": "http_archive", 892 + "attributes": { 893 + "name": "rules_jvm_external~4.4.2", 894 + "urls": [ 895 + "https://github.com/bazelbuild/rules_jvm_external/archive/refs/tags/4.4.2.zip" 896 + ], 897 + "integrity": "sha256-c1YC9QgT6y6pPKP15DsZWb2AshO4NqB6YqKddXZwt3s=", 898 + "strip_prefix": "rules_jvm_external-4.4.2", 899 + "remote_patches": {}, 900 + "remote_patch_strip": 0 901 + } 902 + } 903 + }, 904 + "googletest@1.11.0": { 905 + "name": "googletest", 906 + "version": "1.11.0", 907 + "key": "googletest@1.11.0", 908 + "repoName": "googletest", 909 + "executionPlatformsToRegister": [], 910 + "toolchainsToRegister": [], 911 + "extensionUsages": [], 912 + "deps": { 913 + "com_google_absl": "abseil-cpp@20211102.0", 914 + "platforms": "platforms@0.0.7", 915 + "rules_cc": "rules_cc@0.0.9", 916 + "bazel_tools": "bazel_tools@_", 917 + "local_config_platform": "local_config_platform@_" 918 + }, 919 + "repoSpec": { 920 + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", 921 + "ruleClassName": "http_archive", 922 + "attributes": { 923 + "name": "googletest~1.11.0", 924 + "urls": [ 925 + "https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz" 926 + ], 927 + "integrity": "sha256-tIcL8SH/d5W6INILzdhie44Ijy0dqymaAxwQNO3ck9U=", 928 + "strip_prefix": "googletest-release-1.11.0", 929 + "remote_patches": { 930 + "https://bcr.bazel.build/modules/googletest/1.11.0/patches/module_dot_bazel.patch": "sha256-HuahEdI/n8KCI071sN3CEziX+7qP/Ec77IWayYunLP0=" 931 + }, 932 + "remote_patch_strip": 0 933 + } 934 + } 935 + }, 936 + "stardoc@0.5.1": { 937 + "name": "stardoc", 938 + "version": "0.5.1", 939 + "key": "stardoc@0.5.1", 940 + "repoName": "stardoc", 941 + "executionPlatformsToRegister": [], 942 + "toolchainsToRegister": [], 943 + "extensionUsages": [], 944 + "deps": { 945 + "bazel_skylib": "bazel_skylib@1.3.0", 946 + "rules_java": "rules_java@7.3.2", 947 + "bazel_tools": "bazel_tools@_", 948 + "local_config_platform": "local_config_platform@_" 949 + }, 950 + "repoSpec": { 951 + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", 952 + "ruleClassName": "http_archive", 953 + "attributes": { 954 + "name": "stardoc~0.5.1", 955 + "urls": [ 956 + "https://github.com/bazelbuild/stardoc/releases/download/0.5.1/stardoc-0.5.1.tar.gz" 957 + ], 958 + "integrity": "sha256-qoFNrgrEALurLoiB+ZFcb0fElmS/CHxAmhX5BDjSwj4=", 959 + "strip_prefix": "", 960 + "remote_patches": { 961 + "https://bcr.bazel.build/modules/stardoc/0.5.1/patches/module_dot_bazel.patch": "sha256-UAULCuTpJE7SG0YrR9XLjMfxMRmbP+za3uW9ONZ5rjI=" 962 + }, 963 + "remote_patch_strip": 0 964 + } 965 + } 621 966 } 622 967 }, 623 968 "moduleExtensions": { ··· 641 986 "name": "apple_support~1.5.0~apple_cc_configure_extension~local_config_apple_cc_toolchains" 642 987 } 643 988 } 644 - } 989 + }, 990 + "recordedRepoMappingEntries": [ 991 + [ 992 + "apple_support~1.5.0", 993 + "bazel_tools", 994 + "bazel_tools" 995 + ] 996 + ] 645 997 } 646 998 }, 647 999 "@@bazel_tools//tools/android:android_extensions.bzl%remote_android_tools_extensions": { 648 1000 "general": { 649 - "bzlTransitiveDigest": "iz3RFYDcsjupaT10sdSPAhA44WL3eDYkTEnYThllj1w=", 1001 + "bzlTransitiveDigest": "vsrPPBNf8OgywAYLMcIL1oNm2R8WtbCIL9wgQBUecpA=", 650 1002 "accumulatedFileDigests": {}, 651 1003 "envVariables": {}, 652 1004 "generatedRepoSpecs": { ··· 664 1016 "ruleClassName": "http_jar", 665 1017 "attributes": { 666 1018 "name": "bazel_tools~remote_android_tools_extensions~android_gmaven_r8", 667 - "sha256": "57a696749695a09381a87bc2f08c3a8ed06a717a5caa3ef878a3077e0d3af19d", 668 - "url": "https://maven.google.com/com/android/tools/r8/8.1.56/r8-8.1.56.jar" 1019 + "sha256": "a1d7f902d56cfa8d1e8cd64aa250e63549359fcd096eb793286787b1a1e76db1", 1020 + "url": "https://maven.google.com/com/android/tools/r8/8.2.42/r8-8.2.42.jar" 669 1021 } 670 1022 } 671 - } 1023 + }, 1024 + "recordedRepoMappingEntries": [] 672 1025 } 673 1026 }, 674 1027 "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { 675 1028 "general": { 676 - "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", 1029 + "bzlTransitiveDigest": "2LC5INJ/KSraqEsbNl9rSibnM7ApBho21h1gyUQbjPg=", 677 1030 "accumulatedFileDigests": {}, 678 1031 "envVariables": {}, 679 1032 "generatedRepoSpecs": { ··· 691 1044 "name": "bazel_tools~cc_configure_extension~local_config_cc_toolchains" 692 1045 } 693 1046 } 694 - } 1047 + }, 1048 + "recordedRepoMappingEntries": [ 1049 + [ 1050 + "bazel_tools", 1051 + "bazel_tools", 1052 + "bazel_tools" 1053 + ] 1054 + ] 695 1055 } 696 1056 }, 697 1057 "@@bazel_tools//tools/osx:xcode_configure.bzl%xcode_configure_extension": { ··· 709 1069 "remote_xcode": "" 710 1070 } 711 1071 } 712 - } 1072 + }, 1073 + "recordedRepoMappingEntries": [] 713 1074 } 714 1075 }, 715 1076 "@@bazel_tools//tools/sh:sh_configure.bzl%sh_configure_extension": { ··· 725 1086 "name": "bazel_tools~sh_configure_extension~local_config_sh" 726 1087 } 727 1088 } 728 - } 1089 + }, 1090 + "recordedRepoMappingEntries": [] 729 1091 } 730 1092 }, 731 1093 "@@bazel_tools//tools/test:extensions.bzl%remote_coverage_tools_extension": { 732 1094 "general": { 733 - "bzlTransitiveDigest": "cizrA62cv8WUgb0cCmx5B6PRijtr/I4TAWxg/4caNGU=", 1095 + "bzlTransitiveDigest": "AL+K5m+GCP3XRzLPqpKAq4GsjIVDXgUveWm8nih4ju0=", 734 1096 "accumulatedFileDigests": {}, 735 1097 "envVariables": {}, 736 1098 "generatedRepoSpecs": { ··· 745 1107 ] 746 1108 } 747 1109 } 748 - } 1110 + }, 1111 + "recordedRepoMappingEntries": [] 749 1112 } 750 1113 }, 751 - "@@rules_java~7.1.0//java:extensions.bzl%toolchains": { 1114 + "@@rules_java~7.3.2//java:extensions.bzl%toolchains": { 752 1115 "general": { 753 - "bzlTransitiveDigest": "iUIRqCK7tkhvcDJCAfPPqSd06IHG0a8HQD0xeQyVAqw=", 1116 + "bzlTransitiveDigest": "Bm4ulErUcJjZtKeAt2etkB6sGO8evCgHQxbw4Px8q60=", 754 1117 "accumulatedFileDigests": {}, 755 1118 "envVariables": {}, 756 1119 "generatedRepoSpecs": { 757 1120 "remotejdk21_linux_toolchain_config_repo": { 758 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1121 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 759 1122 "ruleClassName": "_toolchain_config", 760 1123 "attributes": { 761 - "name": "rules_java~7.1.0~toolchains~remotejdk21_linux_toolchain_config_repo", 1124 + "name": "rules_java~7.3.2~toolchains~remotejdk21_linux_toolchain_config_repo", 762 1125 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux//:jdk\",\n)\n" 763 1126 } 764 1127 }, 765 1128 "remotejdk17_linux_s390x_toolchain_config_repo": { 766 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1129 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 767 1130 "ruleClassName": "_toolchain_config", 768 1131 "attributes": { 769 - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_s390x_toolchain_config_repo", 1132 + "name": "rules_java~7.3.2~toolchains~remotejdk17_linux_s390x_toolchain_config_repo", 770 1133 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_s390x//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_s390x//:jdk\",\n)\n" 771 1134 } 772 1135 }, 773 1136 "remotejdk17_macos_toolchain_config_repo": { 774 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1137 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 775 1138 "ruleClassName": "_toolchain_config", 776 1139 "attributes": { 777 - "name": "rules_java~7.1.0~toolchains~remotejdk17_macos_toolchain_config_repo", 1140 + "name": "rules_java~7.3.2~toolchains~remotejdk17_macos_toolchain_config_repo", 778 1141 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos//:jdk\",\n)\n" 779 1142 } 780 1143 }, 781 1144 "remotejdk21_macos_aarch64_toolchain_config_repo": { 782 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1145 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 783 1146 "ruleClassName": "_toolchain_config", 784 1147 "attributes": { 785 - "name": "rules_java~7.1.0~toolchains~remotejdk21_macos_aarch64_toolchain_config_repo", 1148 + "name": "rules_java~7.3.2~toolchains~remotejdk21_macos_aarch64_toolchain_config_repo", 786 1149 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos_aarch64//:jdk\",\n)\n" 787 1150 } 788 1151 }, 789 1152 "remotejdk17_linux_aarch64_toolchain_config_repo": { 790 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1153 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 791 1154 "ruleClassName": "_toolchain_config", 792 1155 "attributes": { 793 - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_aarch64_toolchain_config_repo", 1156 + "name": "rules_java~7.3.2~toolchains~remotejdk17_linux_aarch64_toolchain_config_repo", 794 1157 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_aarch64//:jdk\",\n)\n" 795 1158 } 796 1159 }, ··· 798 1161 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 799 1162 "ruleClassName": "http_archive", 800 1163 "attributes": { 801 - "name": "rules_java~7.1.0~toolchains~remotejdk21_macos_aarch64", 1164 + "name": "rules_java~7.3.2~toolchains~remotejdk21_macos_aarch64", 802 1165 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", 803 1166 "sha256": "2a7a99a3ea263dbd8d32a67d1e6e363ba8b25c645c826f5e167a02bbafaff1fa", 804 1167 "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-macosx_aarch64", ··· 809 1172 } 810 1173 }, 811 1174 "remotejdk17_linux_toolchain_config_repo": { 812 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1175 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 813 1176 "ruleClassName": "_toolchain_config", 814 1177 "attributes": { 815 - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_toolchain_config_repo", 1178 + "name": "rules_java~7.3.2~toolchains~remotejdk17_linux_toolchain_config_repo", 816 1179 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux//:jdk\",\n)\n" 817 1180 } 818 1181 }, ··· 820 1183 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 821 1184 "ruleClassName": "http_archive", 822 1185 "attributes": { 823 - "name": "rules_java~7.1.0~toolchains~remotejdk17_macos_aarch64", 1186 + "name": "rules_java~7.3.2~toolchains~remotejdk17_macos_aarch64", 824 1187 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", 825 1188 "sha256": "314b04568ec0ae9b36ba03c9cbd42adc9e1265f74678923b19297d66eb84dcca", 826 1189 "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64", ··· 834 1197 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 835 1198 "ruleClassName": "http_archive", 836 1199 "attributes": { 837 - "name": "rules_java~7.1.0~toolchains~remote_java_tools_windows", 838 - "sha256": "c5c70c214a350f12cbf52da8270fa43ba629b795f3dd328028a38f8f0d39c2a1", 1200 + "name": "rules_java~7.3.2~toolchains~remote_java_tools_windows", 1201 + "sha256": "8fc29a5e34e91c74815c4089ed0f481a7d728a5e886c4e5e3b9bcd79711fee3d", 839 1202 "urls": [ 840 - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_windows-v13.1.zip", 841 - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_windows-v13.1.zip" 1203 + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.3/java_tools_windows-v13.3.zip", 1204 + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.3/java_tools_windows-v13.3.zip" 842 1205 ] 843 1206 } 844 1207 }, ··· 846 1209 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 847 1210 "ruleClassName": "http_archive", 848 1211 "attributes": { 849 - "name": "rules_java~7.1.0~toolchains~remotejdk11_win", 1212 + "name": "rules_java~7.3.2~toolchains~remotejdk11_win", 850 1213 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", 851 1214 "sha256": "43408193ce2fa0862819495b5ae8541085b95660153f2adcf91a52d3a1710e83", 852 1215 "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-win_x64", ··· 857 1220 } 858 1221 }, 859 1222 "remotejdk11_win_toolchain_config_repo": { 860 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1223 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 861 1224 "ruleClassName": "_toolchain_config", 862 1225 "attributes": { 863 - "name": "rules_java~7.1.0~toolchains~remotejdk11_win_toolchain_config_repo", 1226 + "name": "rules_java~7.3.2~toolchains~remotejdk11_win_toolchain_config_repo", 864 1227 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win//:jdk\",\n)\n" 865 1228 } 866 1229 }, ··· 868 1231 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 869 1232 "ruleClassName": "http_archive", 870 1233 "attributes": { 871 - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_aarch64", 1234 + "name": "rules_java~7.3.2~toolchains~remotejdk11_linux_aarch64", 872 1235 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", 873 1236 "sha256": "54174439f2b3fddd11f1048c397fe7bb45d4c9d66d452d6889b013d04d21c4de", 874 1237 "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-linux_aarch64", ··· 882 1245 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 883 1246 "ruleClassName": "http_archive", 884 1247 "attributes": { 885 - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux", 1248 + "name": "rules_java~7.3.2~toolchains~remotejdk17_linux", 886 1249 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", 887 1250 "sha256": "b9482f2304a1a68a614dfacddcf29569a72f0fac32e6c74f83dc1b9a157b8340", 888 1251 "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-linux_x64", ··· 893 1256 } 894 1257 }, 895 1258 "remotejdk11_linux_s390x_toolchain_config_repo": { 896 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1259 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 897 1260 "ruleClassName": "_toolchain_config", 898 1261 "attributes": { 899 - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_s390x_toolchain_config_repo", 1262 + "name": "rules_java~7.3.2~toolchains~remotejdk11_linux_s390x_toolchain_config_repo", 900 1263 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_s390x//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_s390x//:jdk\",\n)\n" 901 1264 } 902 1265 }, 903 1266 "remotejdk11_linux_toolchain_config_repo": { 904 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1267 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 905 1268 "ruleClassName": "_toolchain_config", 906 1269 "attributes": { 907 - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_toolchain_config_repo", 1270 + "name": "rules_java~7.3.2~toolchains~remotejdk11_linux_toolchain_config_repo", 908 1271 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux//:jdk\",\n)\n" 909 1272 } 910 1273 }, ··· 912 1275 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 913 1276 "ruleClassName": "http_archive", 914 1277 "attributes": { 915 - "name": "rules_java~7.1.0~toolchains~remotejdk11_macos", 1278 + "name": "rules_java~7.3.2~toolchains~remotejdk11_macos", 916 1279 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", 917 1280 "sha256": "bcaab11cfe586fae7583c6d9d311c64384354fb2638eb9a012eca4c3f1a1d9fd", 918 1281 "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-macosx_x64", ··· 926 1289 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 927 1290 "ruleClassName": "http_archive", 928 1291 "attributes": { 929 - "name": "rules_java~7.1.0~toolchains~remotejdk11_win_arm64", 1292 + "name": "rules_java~7.3.2~toolchains~remotejdk11_win_arm64", 930 1293 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", 931 1294 "sha256": "b8a28e6e767d90acf793ea6f5bed0bb595ba0ba5ebdf8b99f395266161e53ec2", 932 1295 "strip_prefix": "jdk-11.0.13+8", ··· 939 1302 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 940 1303 "ruleClassName": "http_archive", 941 1304 "attributes": { 942 - "name": "rules_java~7.1.0~toolchains~remotejdk17_macos", 1305 + "name": "rules_java~7.3.2~toolchains~remotejdk17_macos", 943 1306 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", 944 1307 "sha256": "640453e8afe8ffe0fb4dceb4535fb50db9c283c64665eebb0ba68b19e65f4b1f", 945 1308 "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-macosx_x64", ··· 953 1316 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 954 1317 "ruleClassName": "http_archive", 955 1318 "attributes": { 956 - "name": "rules_java~7.1.0~toolchains~remotejdk21_macos", 1319 + "name": "rules_java~7.3.2~toolchains~remotejdk21_macos", 957 1320 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", 958 1321 "sha256": "9639b87db586d0c89f7a9892ae47f421e442c64b97baebdff31788fbe23265bd", 959 1322 "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-macosx_x64", ··· 964 1327 } 965 1328 }, 966 1329 "remotejdk21_macos_toolchain_config_repo": { 967 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1330 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 968 1331 "ruleClassName": "_toolchain_config", 969 1332 "attributes": { 970 - "name": "rules_java~7.1.0~toolchains~remotejdk21_macos_toolchain_config_repo", 1333 + "name": "rules_java~7.3.2~toolchains~remotejdk21_macos_toolchain_config_repo", 971 1334 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos//:jdk\",\n)\n" 972 1335 } 973 1336 }, 974 1337 "remotejdk17_macos_aarch64_toolchain_config_repo": { 975 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1338 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 976 1339 "ruleClassName": "_toolchain_config", 977 1340 "attributes": { 978 - "name": "rules_java~7.1.0~toolchains~remotejdk17_macos_aarch64_toolchain_config_repo", 1341 + "name": "rules_java~7.3.2~toolchains~remotejdk17_macos_aarch64_toolchain_config_repo", 979 1342 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos_aarch64//:jdk\",\n)\n" 980 1343 } 981 1344 }, ··· 983 1346 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 984 1347 "ruleClassName": "http_archive", 985 1348 "attributes": { 986 - "name": "rules_java~7.1.0~toolchains~remotejdk17_win", 1349 + "name": "rules_java~7.3.2~toolchains~remotejdk17_win", 987 1350 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", 988 1351 "sha256": "192f2afca57701de6ec496234f7e45d971bf623ff66b8ee4a5c81582054e5637", 989 1352 "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-win_x64", ··· 994 1357 } 995 1358 }, 996 1359 "remotejdk11_macos_aarch64_toolchain_config_repo": { 997 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1360 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 998 1361 "ruleClassName": "_toolchain_config", 999 1362 "attributes": { 1000 - "name": "rules_java~7.1.0~toolchains~remotejdk11_macos_aarch64_toolchain_config_repo", 1363 + "name": "rules_java~7.3.2~toolchains~remotejdk11_macos_aarch64_toolchain_config_repo", 1001 1364 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos_aarch64//:jdk\",\n)\n" 1002 1365 } 1003 1366 }, 1004 1367 "remotejdk11_linux_ppc64le_toolchain_config_repo": { 1005 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1368 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 1006 1369 "ruleClassName": "_toolchain_config", 1007 1370 "attributes": { 1008 - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_ppc64le_toolchain_config_repo", 1371 + "name": "rules_java~7.3.2~toolchains~remotejdk11_linux_ppc64le_toolchain_config_repo", 1009 1372 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_ppc64le//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_ppc64le//:jdk\",\n)\n" 1010 1373 } 1011 1374 }, ··· 1013 1376 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1014 1377 "ruleClassName": "http_archive", 1015 1378 "attributes": { 1016 - "name": "rules_java~7.1.0~toolchains~remotejdk21_linux", 1379 + "name": "rules_java~7.3.2~toolchains~remotejdk21_linux", 1017 1380 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", 1018 1381 "sha256": "0c0eadfbdc47a7ca64aeab51b9c061f71b6e4d25d2d87674512e9b6387e9e3a6", 1019 1382 "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-linux_x64", ··· 1027 1390 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1028 1391 "ruleClassName": "http_archive", 1029 1392 "attributes": { 1030 - "name": "rules_java~7.1.0~toolchains~remote_java_tools_linux", 1031 - "sha256": "d134da9b04c9023fb6e56a5d4bffccee73f7bc9572ddc4e747778dacccd7a5a7", 1393 + "name": "rules_java~7.3.2~toolchains~remote_java_tools_linux", 1394 + "sha256": "a781eb28bb28d1fd9eee129272f7f2eaf93cd272f974a5b3f6385889538d3408", 1032 1395 "urls": [ 1033 - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_linux-v13.1.zip", 1034 - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_linux-v13.1.zip" 1396 + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.3/java_tools_linux-v13.3.zip", 1397 + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.3/java_tools_linux-v13.3.zip" 1035 1398 ] 1036 1399 } 1037 1400 }, ··· 1039 1402 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1040 1403 "ruleClassName": "http_archive", 1041 1404 "attributes": { 1042 - "name": "rules_java~7.1.0~toolchains~remotejdk21_win", 1405 + "name": "rules_java~7.3.2~toolchains~remotejdk21_win", 1043 1406 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", 1044 1407 "sha256": "e9959d500a0d9a7694ac243baf657761479da132f0f94720cbffd092150bd802", 1045 1408 "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-win_x64", ··· 1053 1416 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1054 1417 "ruleClassName": "http_archive", 1055 1418 "attributes": { 1056 - "name": "rules_java~7.1.0~toolchains~remotejdk21_linux_aarch64", 1419 + "name": "rules_java~7.3.2~toolchains~remotejdk21_linux_aarch64", 1057 1420 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", 1058 1421 "sha256": "1fb64b8036c5d463d8ab59af06bf5b6b006811e6012e3b0eb6bccf57f1c55835", 1059 1422 "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-linux_aarch64", ··· 1064 1427 } 1065 1428 }, 1066 1429 "remotejdk11_linux_aarch64_toolchain_config_repo": { 1067 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1430 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 1068 1431 "ruleClassName": "_toolchain_config", 1069 1432 "attributes": { 1070 - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_aarch64_toolchain_config_repo", 1433 + "name": "rules_java~7.3.2~toolchains~remotejdk11_linux_aarch64_toolchain_config_repo", 1071 1434 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_aarch64//:jdk\",\n)\n" 1072 1435 } 1073 1436 }, ··· 1075 1438 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1076 1439 "ruleClassName": "http_archive", 1077 1440 "attributes": { 1078 - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_s390x", 1441 + "name": "rules_java~7.3.2~toolchains~remotejdk11_linux_s390x", 1079 1442 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", 1080 1443 "sha256": "a58fc0361966af0a5d5a31a2d8a208e3c9bb0f54f345596fd80b99ea9a39788b", 1081 1444 "strip_prefix": "jdk-11.0.15+10", ··· 1089 1452 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1090 1453 "ruleClassName": "http_archive", 1091 1454 "attributes": { 1092 - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_aarch64", 1455 + "name": "rules_java~7.3.2~toolchains~remotejdk17_linux_aarch64", 1093 1456 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", 1094 1457 "sha256": "6531cef61e416d5a7b691555c8cf2bdff689201b8a001ff45ab6740062b44313", 1095 1458 "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-linux_aarch64", ··· 1100 1463 } 1101 1464 }, 1102 1465 "remotejdk17_win_arm64_toolchain_config_repo": { 1103 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1466 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 1104 1467 "ruleClassName": "_toolchain_config", 1105 1468 "attributes": { 1106 - "name": "rules_java~7.1.0~toolchains~remotejdk17_win_arm64_toolchain_config_repo", 1469 + "name": "rules_java~7.3.2~toolchains~remotejdk17_win_arm64_toolchain_config_repo", 1107 1470 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win_arm64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win_arm64//:jdk\",\n)\n" 1108 1471 } 1109 1472 }, ··· 1111 1474 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1112 1475 "ruleClassName": "http_archive", 1113 1476 "attributes": { 1114 - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux", 1477 + "name": "rules_java~7.3.2~toolchains~remotejdk11_linux", 1115 1478 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", 1116 1479 "sha256": "a34b404f87a08a61148b38e1416d837189e1df7a040d949e743633daf4695a3c", 1117 1480 "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-linux_x64", ··· 1122 1485 } 1123 1486 }, 1124 1487 "remotejdk11_macos_toolchain_config_repo": { 1125 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1488 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 1126 1489 "ruleClassName": "_toolchain_config", 1127 1490 "attributes": { 1128 - "name": "rules_java~7.1.0~toolchains~remotejdk11_macos_toolchain_config_repo", 1491 + "name": "rules_java~7.3.2~toolchains~remotejdk11_macos_toolchain_config_repo", 1129 1492 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos//:jdk\",\n)\n" 1130 1493 } 1131 1494 }, 1132 1495 "remotejdk17_linux_ppc64le_toolchain_config_repo": { 1133 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1496 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 1134 1497 "ruleClassName": "_toolchain_config", 1135 1498 "attributes": { 1136 - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_ppc64le_toolchain_config_repo", 1499 + "name": "rules_java~7.3.2~toolchains~remotejdk17_linux_ppc64le_toolchain_config_repo", 1137 1500 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_ppc64le//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_ppc64le//:jdk\",\n)\n" 1138 1501 } 1139 1502 }, ··· 1141 1504 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1142 1505 "ruleClassName": "http_archive", 1143 1506 "attributes": { 1144 - "name": "rules_java~7.1.0~toolchains~remotejdk17_win_arm64", 1507 + "name": "rules_java~7.3.2~toolchains~remotejdk17_win_arm64", 1145 1508 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", 1146 1509 "sha256": "6802c99eae0d788e21f52d03cab2e2b3bf42bc334ca03cbf19f71eb70ee19f85", 1147 1510 "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-win_aarch64", ··· 1155 1518 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1156 1519 "ruleClassName": "http_archive", 1157 1520 "attributes": { 1158 - "name": "rules_java~7.1.0~toolchains~remote_java_tools_darwin_arm64", 1159 - "sha256": "dab5bb87ec43e980faea6e1cec14bafb217b8e2f5346f53aa784fd715929a930", 1521 + "name": "rules_java~7.3.2~toolchains~remote_java_tools_darwin_arm64", 1522 + "sha256": "276bb552ee03341f93c0c218343295f60241fe1d32dccd97df89319c510c19a1", 1160 1523 "urls": [ 1161 - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_darwin_arm64-v13.1.zip", 1162 - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_darwin_arm64-v13.1.zip" 1524 + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.3/java_tools_darwin_arm64-v13.3.zip", 1525 + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.3/java_tools_darwin_arm64-v13.3.zip" 1163 1526 ] 1164 1527 } 1165 1528 }, ··· 1167 1530 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1168 1531 "ruleClassName": "http_archive", 1169 1532 "attributes": { 1170 - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_ppc64le", 1533 + "name": "rules_java~7.3.2~toolchains~remotejdk17_linux_ppc64le", 1171 1534 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", 1172 1535 "sha256": "00a4c07603d0218cd678461b5b3b7e25b3253102da4022d31fc35907f21a2efd", 1173 1536 "strip_prefix": "jdk-17.0.8.1+1", ··· 1178 1541 } 1179 1542 }, 1180 1543 "remotejdk21_linux_aarch64_toolchain_config_repo": { 1181 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1544 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 1182 1545 "ruleClassName": "_toolchain_config", 1183 1546 "attributes": { 1184 - "name": "rules_java~7.1.0~toolchains~remotejdk21_linux_aarch64_toolchain_config_repo", 1547 + "name": "rules_java~7.3.2~toolchains~remotejdk21_linux_aarch64_toolchain_config_repo", 1185 1548 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux_aarch64//:jdk\",\n)\n" 1186 1549 } 1187 1550 }, 1188 1551 "remotejdk11_win_arm64_toolchain_config_repo": { 1189 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1552 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 1190 1553 "ruleClassName": "_toolchain_config", 1191 1554 "attributes": { 1192 - "name": "rules_java~7.1.0~toolchains~remotejdk11_win_arm64_toolchain_config_repo", 1555 + "name": "rules_java~7.3.2~toolchains~remotejdk11_win_arm64_toolchain_config_repo", 1193 1556 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win_arm64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win_arm64//:jdk\",\n)\n" 1194 1557 } 1195 1558 }, 1196 1559 "local_jdk": { 1197 - "bzlFile": "@@rules_java~7.1.0//toolchains:local_java_repository.bzl", 1560 + "bzlFile": "@@rules_java~7.3.2//toolchains:local_java_repository.bzl", 1198 1561 "ruleClassName": "_local_java_repository_rule", 1199 1562 "attributes": { 1200 - "name": "rules_java~7.1.0~toolchains~local_jdk", 1563 + "name": "rules_java~7.3.2~toolchains~local_jdk", 1201 1564 "java_home": "", 1202 1565 "version": "", 1203 1566 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = {RUNTIME_VERSION},\n)\n" ··· 1207 1570 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1208 1571 "ruleClassName": "http_archive", 1209 1572 "attributes": { 1210 - "name": "rules_java~7.1.0~toolchains~remote_java_tools_darwin_x86_64", 1211 - "sha256": "0db40d8505a2b65ef0ed46e4256757807db8162f7acff16225be57c1d5726dbc", 1573 + "name": "rules_java~7.3.2~toolchains~remote_java_tools_darwin_x86_64", 1574 + "sha256": "55bd36bf2fad897d9107145f81e20a549a37e4d9d4c447b6915634984aa9f576", 1212 1575 "urls": [ 1213 - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_darwin_x86_64-v13.1.zip", 1214 - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_darwin_x86_64-v13.1.zip" 1576 + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.3/java_tools_darwin_x86_64-v13.3.zip", 1577 + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.3/java_tools_darwin_x86_64-v13.3.zip" 1215 1578 ] 1216 1579 } 1217 1580 }, ··· 1219 1582 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1220 1583 "ruleClassName": "http_archive", 1221 1584 "attributes": { 1222 - "name": "rules_java~7.1.0~toolchains~remote_java_tools", 1223 - "sha256": "286bdbbd66e616fc4ed3f90101418729a73baa7e8c23a98ffbef558f74c0ad14", 1585 + "name": "rules_java~7.3.2~toolchains~remote_java_tools", 1586 + "sha256": "30a7d845bec3dd054ac45b5546c2fdf1922c0b1040b2a13b261fcc2e2d63a2f4", 1224 1587 "urls": [ 1225 - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools-v13.1.zip", 1226 - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools-v13.1.zip" 1588 + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.3/java_tools-v13.3.zip", 1589 + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.3/java_tools-v13.3.zip" 1227 1590 ] 1228 1591 } 1229 1592 }, ··· 1231 1594 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1232 1595 "ruleClassName": "http_archive", 1233 1596 "attributes": { 1234 - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_s390x", 1597 + "name": "rules_java~7.3.2~toolchains~remotejdk17_linux_s390x", 1235 1598 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", 1236 1599 "sha256": "ffacba69c6843d7ca70d572489d6cc7ab7ae52c60f0852cedf4cf0d248b6fc37", 1237 1600 "strip_prefix": "jdk-17.0.8.1+1", ··· 1242 1605 } 1243 1606 }, 1244 1607 "remotejdk17_win_toolchain_config_repo": { 1245 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1608 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 1246 1609 "ruleClassName": "_toolchain_config", 1247 1610 "attributes": { 1248 - "name": "rules_java~7.1.0~toolchains~remotejdk17_win_toolchain_config_repo", 1611 + "name": "rules_java~7.3.2~toolchains~remotejdk17_win_toolchain_config_repo", 1249 1612 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win//:jdk\",\n)\n" 1250 1613 } 1251 1614 }, ··· 1253 1616 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1254 1617 "ruleClassName": "http_archive", 1255 1618 "attributes": { 1256 - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_ppc64le", 1619 + "name": "rules_java~7.3.2~toolchains~remotejdk11_linux_ppc64le", 1257 1620 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", 1258 1621 "sha256": "a8fba686f6eb8ae1d1a9566821dbd5a85a1108b96ad857fdbac5c1e4649fc56f", 1259 1622 "strip_prefix": "jdk-11.0.15+10", ··· 1267 1630 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1268 1631 "ruleClassName": "http_archive", 1269 1632 "attributes": { 1270 - "name": "rules_java~7.1.0~toolchains~remotejdk11_macos_aarch64", 1633 + "name": "rules_java~7.3.2~toolchains~remotejdk11_macos_aarch64", 1271 1634 "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", 1272 1635 "sha256": "7632bc29f8a4b7d492b93f3bc75a7b61630894db85d136456035ab2a24d38885", 1273 1636 "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-macosx_aarch64", ··· 1278 1641 } 1279 1642 }, 1280 1643 "remotejdk21_win_toolchain_config_repo": { 1281 - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", 1644 + "bzlFile": "@@rules_java~7.3.2//toolchains:remote_java_repository.bzl", 1282 1645 "ruleClassName": "_toolchain_config", 1283 1646 "attributes": { 1284 - "name": "rules_java~7.1.0~toolchains~remotejdk21_win_toolchain_config_repo", 1647 + "name": "rules_java~7.3.2~toolchains~remotejdk21_win_toolchain_config_repo", 1285 1648 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_win//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_win//:jdk\",\n)\n" 1286 1649 } 1287 1650 } 1288 - } 1651 + }, 1652 + "recordedRepoMappingEntries": [ 1653 + [ 1654 + "rules_java~7.3.2", 1655 + "bazel_tools", 1656 + "bazel_tools" 1657 + ], 1658 + [ 1659 + "rules_java~7.3.2", 1660 + "remote_java_tools", 1661 + "rules_java~7.3.2~toolchains~remote_java_tools" 1662 + ] 1663 + ] 1289 1664 } 1290 1665 }, 1291 - "@@rules_python~0.4.0//bzlmod:extensions.bzl%pip_install": { 1666 + "@@rules_jvm_external~4.4.2//:extensions.bzl%maven": { 1292 1667 "general": { 1293 - "bzlTransitiveDigest": "rTru6D/C8vlaQDk4HOKyx4U/l6PCnj3Aq/gLraAqHgQ=", 1668 + "bzlTransitiveDigest": "yXprMX4LqzJwuZlbtT9WNeu7p2iEYw7j4R1NP9pc4Ow=", 1669 + "accumulatedFileDigests": { 1670 + "@@rules_jvm_external~4.4.2//:rules_jvm_external_deps_install.json": "10442a5ae27d9ff4c2003e5ab71643bf0d8b48dcf968b4173fa274c3232a8c06" 1671 + }, 1672 + "envVariables": {}, 1673 + "generatedRepoSpecs": { 1674 + "org_slf4j_slf4j_api_1_7_30": { 1675 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1676 + "ruleClassName": "http_file", 1677 + "attributes": { 1678 + "name": "rules_jvm_external~4.4.2~maven~org_slf4j_slf4j_api_1_7_30", 1679 + "sha256": "cdba07964d1bb40a0761485c6b1e8c2f8fd9eb1d19c53928ac0d7f9510105c57", 1680 + "urls": [ 1681 + "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar", 1682 + "https://maven.google.com/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar" 1683 + ], 1684 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar" 1685 + } 1686 + }, 1687 + "com_google_api_grpc_proto_google_common_protos_2_0_1": { 1688 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1689 + "ruleClassName": "http_file", 1690 + "attributes": { 1691 + "name": "rules_jvm_external~4.4.2~maven~com_google_api_grpc_proto_google_common_protos_2_0_1", 1692 + "sha256": "5ce71656118618731e34a5d4c61aa3a031be23446dc7de8b5a5e77b66ebcd6ef", 1693 + "urls": [ 1694 + "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.0.1/proto-google-common-protos-2.0.1.jar", 1695 + "https://maven.google.com/com/google/api/grpc/proto-google-common-protos/2.0.1/proto-google-common-protos-2.0.1.jar" 1696 + ], 1697 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.0.1/proto-google-common-protos-2.0.1.jar" 1698 + } 1699 + }, 1700 + "com_google_api_gax_1_60_0": { 1701 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1702 + "ruleClassName": "http_file", 1703 + "attributes": { 1704 + "name": "rules_jvm_external~4.4.2~maven~com_google_api_gax_1_60_0", 1705 + "sha256": "02f37d4ff1a7b8d71dff8064cf9568aa4f4b61bcc4485085d16130f32afa5a79", 1706 + "urls": [ 1707 + "https://repo1.maven.org/maven2/com/google/api/gax/1.60.0/gax-1.60.0.jar", 1708 + "https://maven.google.com/com/google/api/gax/1.60.0/gax-1.60.0.jar" 1709 + ], 1710 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/api/gax/1.60.0/gax-1.60.0.jar" 1711 + } 1712 + }, 1713 + "com_google_guava_failureaccess_1_0_1": { 1714 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1715 + "ruleClassName": "http_file", 1716 + "attributes": { 1717 + "name": "rules_jvm_external~4.4.2~maven~com_google_guava_failureaccess_1_0_1", 1718 + "sha256": "a171ee4c734dd2da837e4b16be9df4661afab72a41adaf31eb84dfdaf936ca26", 1719 + "urls": [ 1720 + "https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar", 1721 + "https://maven.google.com/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar" 1722 + ], 1723 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar" 1724 + } 1725 + }, 1726 + "commons_logging_commons_logging_1_2": { 1727 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1728 + "ruleClassName": "http_file", 1729 + "attributes": { 1730 + "name": "rules_jvm_external~4.4.2~maven~commons_logging_commons_logging_1_2", 1731 + "sha256": "daddea1ea0be0f56978ab3006b8ac92834afeefbd9b7e4e6316fca57df0fa636", 1732 + "urls": [ 1733 + "https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar", 1734 + "https://maven.google.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar" 1735 + ], 1736 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar" 1737 + } 1738 + }, 1739 + "com_google_http_client_google_http_client_appengine_1_38_0": { 1740 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1741 + "ruleClassName": "http_file", 1742 + "attributes": { 1743 + "name": "rules_jvm_external~4.4.2~maven~com_google_http_client_google_http_client_appengine_1_38_0", 1744 + "sha256": "f97b495fd97ac3a3d59099eb2b55025f4948230da15a076f189b9cff37c6b4d2", 1745 + "urls": [ 1746 + "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-appengine/1.38.0/google-http-client-appengine-1.38.0.jar", 1747 + "https://maven.google.com/com/google/http-client/google-http-client-appengine/1.38.0/google-http-client-appengine-1.38.0.jar" 1748 + ], 1749 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/http-client/google-http-client-appengine/1.38.0/google-http-client-appengine-1.38.0.jar" 1750 + } 1751 + }, 1752 + "com_google_cloud_google_cloud_storage_1_113_4": { 1753 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1754 + "ruleClassName": "http_file", 1755 + "attributes": { 1756 + "name": "rules_jvm_external~4.4.2~maven~com_google_cloud_google_cloud_storage_1_113_4", 1757 + "sha256": "796833e9bdab80c40bbc820e65087eb8f28c6bfbca194d2e3e00d98cb5bc55d6", 1758 + "urls": [ 1759 + "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/1.113.4/google-cloud-storage-1.113.4.jar", 1760 + "https://maven.google.com/com/google/cloud/google-cloud-storage/1.113.4/google-cloud-storage-1.113.4.jar" 1761 + ], 1762 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/1.113.4/google-cloud-storage-1.113.4.jar" 1763 + } 1764 + }, 1765 + "io_grpc_grpc_context_1_33_1": { 1766 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1767 + "ruleClassName": "http_file", 1768 + "attributes": { 1769 + "name": "rules_jvm_external~4.4.2~maven~io_grpc_grpc_context_1_33_1", 1770 + "sha256": "99b8aea2b614fe0e61c3676e681259dc43c2de7f64620998e1a8435eb2976496", 1771 + "urls": [ 1772 + "https://repo1.maven.org/maven2/io/grpc/grpc-context/1.33.1/grpc-context-1.33.1.jar", 1773 + "https://maven.google.com/io/grpc/grpc-context/1.33.1/grpc-context-1.33.1.jar" 1774 + ], 1775 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-context/1.33.1/grpc-context-1.33.1.jar" 1776 + } 1777 + }, 1778 + "com_google_api_grpc_proto_google_iam_v1_1_0_3": { 1779 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1780 + "ruleClassName": "http_file", 1781 + "attributes": { 1782 + "name": "rules_jvm_external~4.4.2~maven~com_google_api_grpc_proto_google_iam_v1_1_0_3", 1783 + "sha256": "64cee7383a97e846da8d8e160e6c8fe30561e507260552c59e6ccfc81301fdc8", 1784 + "urls": [ 1785 + "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-iam-v1/1.0.3/proto-google-iam-v1-1.0.3.jar", 1786 + "https://maven.google.com/com/google/api/grpc/proto-google-iam-v1/1.0.3/proto-google-iam-v1-1.0.3.jar" 1787 + ], 1788 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/api/grpc/proto-google-iam-v1/1.0.3/proto-google-iam-v1-1.0.3.jar" 1789 + } 1790 + }, 1791 + "com_google_api_api_common_1_10_1": { 1792 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1793 + "ruleClassName": "http_file", 1794 + "attributes": { 1795 + "name": "rules_jvm_external~4.4.2~maven~com_google_api_api_common_1_10_1", 1796 + "sha256": "2a033f24bb620383eda440ad307cb8077cfec1c7eadc684d65216123a1b9613a", 1797 + "urls": [ 1798 + "https://repo1.maven.org/maven2/com/google/api/api-common/1.10.1/api-common-1.10.1.jar", 1799 + "https://maven.google.com/com/google/api/api-common/1.10.1/api-common-1.10.1.jar" 1800 + ], 1801 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/api/api-common/1.10.1/api-common-1.10.1.jar" 1802 + } 1803 + }, 1804 + "com_google_auth_google_auth_library_oauth2_http_0_22_0": { 1805 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1806 + "ruleClassName": "http_file", 1807 + "attributes": { 1808 + "name": "rules_jvm_external~4.4.2~maven~com_google_auth_google_auth_library_oauth2_http_0_22_0", 1809 + "sha256": "1722d895c42dc42ea1d1f392ddbec1fbb28f7a979022c3a6c29acc39cc777ad1", 1810 + "urls": [ 1811 + "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.22.0/google-auth-library-oauth2-http-0.22.0.jar", 1812 + "https://maven.google.com/com/google/auth/google-auth-library-oauth2-http/0.22.0/google-auth-library-oauth2-http-0.22.0.jar" 1813 + ], 1814 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.22.0/google-auth-library-oauth2-http-0.22.0.jar" 1815 + } 1816 + }, 1817 + "com_typesafe_netty_netty_reactive_streams_2_0_5": { 1818 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1819 + "ruleClassName": "http_file", 1820 + "attributes": { 1821 + "name": "rules_jvm_external~4.4.2~maven~com_typesafe_netty_netty_reactive_streams_2_0_5", 1822 + "sha256": "f949849fc8ee75fde468ba3a35df2e04577fa31a2940b83b2a7dc9d14dac13d6", 1823 + "urls": [ 1824 + "https://repo1.maven.org/maven2/com/typesafe/netty/netty-reactive-streams/2.0.5/netty-reactive-streams-2.0.5.jar", 1825 + "https://maven.google.com/com/typesafe/netty/netty-reactive-streams/2.0.5/netty-reactive-streams-2.0.5.jar" 1826 + ], 1827 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/typesafe/netty/netty-reactive-streams/2.0.5/netty-reactive-streams-2.0.5.jar" 1828 + } 1829 + }, 1830 + "com_typesafe_netty_netty_reactive_streams_http_2_0_5": { 1831 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1832 + "ruleClassName": "http_file", 1833 + "attributes": { 1834 + "name": "rules_jvm_external~4.4.2~maven~com_typesafe_netty_netty_reactive_streams_http_2_0_5", 1835 + "sha256": "b39224751ad936758176e9d994230380ade5e9079e7c8ad778e3995779bcf303", 1836 + "urls": [ 1837 + "https://repo1.maven.org/maven2/com/typesafe/netty/netty-reactive-streams-http/2.0.5/netty-reactive-streams-http-2.0.5.jar", 1838 + "https://maven.google.com/com/typesafe/netty/netty-reactive-streams-http/2.0.5/netty-reactive-streams-http-2.0.5.jar" 1839 + ], 1840 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/typesafe/netty/netty-reactive-streams-http/2.0.5/netty-reactive-streams-http-2.0.5.jar" 1841 + } 1842 + }, 1843 + "javax_annotation_javax_annotation_api_1_3_2": { 1844 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1845 + "ruleClassName": "http_file", 1846 + "attributes": { 1847 + "name": "rules_jvm_external~4.4.2~maven~javax_annotation_javax_annotation_api_1_3_2", 1848 + "sha256": "e04ba5195bcd555dc95650f7cc614d151e4bcd52d29a10b8aa2197f3ab89ab9b", 1849 + "urls": [ 1850 + "https://repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar", 1851 + "https://maven.google.com/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar" 1852 + ], 1853 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar" 1854 + } 1855 + }, 1856 + "com_google_j2objc_j2objc_annotations_1_3": { 1857 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1858 + "ruleClassName": "http_file", 1859 + "attributes": { 1860 + "name": "rules_jvm_external~4.4.2~maven~com_google_j2objc_j2objc_annotations_1_3", 1861 + "sha256": "21af30c92267bd6122c0e0b4d20cccb6641a37eaf956c6540ec471d584e64a7b", 1862 + "urls": [ 1863 + "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar", 1864 + "https://maven.google.com/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar" 1865 + ], 1866 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar" 1867 + } 1868 + }, 1869 + "software_amazon_awssdk_metrics_spi_2_17_183": { 1870 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1871 + "ruleClassName": "http_file", 1872 + "attributes": { 1873 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_metrics_spi_2_17_183", 1874 + "sha256": "08a11dc8c4ba464beafbcc7ac05b8c724c1ccb93da99482e82a68540ac704e4a", 1875 + "urls": [ 1876 + "https://repo1.maven.org/maven2/software/amazon/awssdk/metrics-spi/2.17.183/metrics-spi-2.17.183.jar", 1877 + "https://maven.google.com/software/amazon/awssdk/metrics-spi/2.17.183/metrics-spi-2.17.183.jar" 1878 + ], 1879 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/metrics-spi/2.17.183/metrics-spi-2.17.183.jar" 1880 + } 1881 + }, 1882 + "org_reactivestreams_reactive_streams_1_0_3": { 1883 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1884 + "ruleClassName": "http_file", 1885 + "attributes": { 1886 + "name": "rules_jvm_external~4.4.2~maven~org_reactivestreams_reactive_streams_1_0_3", 1887 + "sha256": "1dee0481072d19c929b623e155e14d2f6085dc011529a0a0dbefc84cf571d865", 1888 + "urls": [ 1889 + "https://repo1.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar", 1890 + "https://maven.google.com/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar" 1891 + ], 1892 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar" 1893 + } 1894 + }, 1895 + "com_google_http_client_google_http_client_jackson2_1_38_0": { 1896 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1897 + "ruleClassName": "http_file", 1898 + "attributes": { 1899 + "name": "rules_jvm_external~4.4.2~maven~com_google_http_client_google_http_client_jackson2_1_38_0", 1900 + "sha256": "e6504a82425fcc2168a4ca4175138ddcc085168daed8cdedb86d8f6fdc296e1e", 1901 + "urls": [ 1902 + "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.38.0/google-http-client-jackson2-1.38.0.jar", 1903 + "https://maven.google.com/com/google/http-client/google-http-client-jackson2/1.38.0/google-http-client-jackson2-1.38.0.jar" 1904 + ], 1905 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.38.0/google-http-client-jackson2-1.38.0.jar" 1906 + } 1907 + }, 1908 + "io_netty_netty_transport_4_1_72_Final": { 1909 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1910 + "ruleClassName": "http_file", 1911 + "attributes": { 1912 + "name": "rules_jvm_external~4.4.2~maven~io_netty_netty_transport_4_1_72_Final", 1913 + "sha256": "c5fb68e9a65b6e8a516adfcb9fa323479ee7b4d9449d8a529d2ecab3d3711d5a", 1914 + "urls": [ 1915 + "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.72.Final/netty-transport-4.1.72.Final.jar", 1916 + "https://maven.google.com/io/netty/netty-transport/4.1.72.Final/netty-transport-4.1.72.Final.jar" 1917 + ], 1918 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport/4.1.72.Final/netty-transport-4.1.72.Final.jar" 1919 + } 1920 + }, 1921 + "io_netty_netty_codec_http2_4_1_72_Final": { 1922 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1923 + "ruleClassName": "http_file", 1924 + "attributes": { 1925 + "name": "rules_jvm_external~4.4.2~maven~io_netty_netty_codec_http2_4_1_72_Final", 1926 + "sha256": "c89a70500f59e8563e720aaa808263a514bd9e2bd91ba84eab8c2ccb45f234b2", 1927 + "urls": [ 1928 + "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.72.Final/netty-codec-http2-4.1.72.Final.jar", 1929 + "https://maven.google.com/io/netty/netty-codec-http2/4.1.72.Final/netty-codec-http2-4.1.72.Final.jar" 1930 + ], 1931 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.72.Final/netty-codec-http2-4.1.72.Final.jar" 1932 + } 1933 + }, 1934 + "io_opencensus_opencensus_api_0_24_0": { 1935 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1936 + "ruleClassName": "http_file", 1937 + "attributes": { 1938 + "name": "rules_jvm_external~4.4.2~maven~io_opencensus_opencensus_api_0_24_0", 1939 + "sha256": "f561b1cc2673844288e596ddf5bb6596868a8472fd2cb8993953fc5c034b2352", 1940 + "urls": [ 1941 + "https://repo1.maven.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar", 1942 + "https://maven.google.com/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar" 1943 + ], 1944 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar" 1945 + } 1946 + }, 1947 + "rules_jvm_external_deps": { 1948 + "bzlFile": "@@rules_jvm_external~4.4.2//:coursier.bzl", 1949 + "ruleClassName": "pinned_coursier_fetch", 1950 + "attributes": { 1951 + "name": "rules_jvm_external~4.4.2~maven~rules_jvm_external_deps", 1952 + "repositories": [ 1953 + "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" 1954 + ], 1955 + "artifacts": [ 1956 + "{\"artifact\":\"google-cloud-core\",\"group\":\"com.google.cloud\",\"version\":\"1.93.10\"}", 1957 + "{\"artifact\":\"google-cloud-storage\",\"group\":\"com.google.cloud\",\"version\":\"1.113.4\"}", 1958 + "{\"artifact\":\"gson\",\"group\":\"com.google.code.gson\",\"version\":\"2.9.0\"}", 1959 + "{\"artifact\":\"maven-artifact\",\"group\":\"org.apache.maven\",\"version\":\"3.8.6\"}", 1960 + "{\"artifact\":\"s3\",\"group\":\"software.amazon.awssdk\",\"version\":\"2.17.183\"}" 1961 + ], 1962 + "fetch_sources": true, 1963 + "fetch_javadoc": false, 1964 + "generate_compat_repositories": false, 1965 + "maven_install_json": "@@rules_jvm_external~4.4.2//:rules_jvm_external_deps_install.json", 1966 + "override_targets": {}, 1967 + "strict_visibility": false, 1968 + "strict_visibility_value": [ 1969 + "@@//visibility:private" 1970 + ], 1971 + "jetify": false, 1972 + "jetify_include_list": [ 1973 + "*" 1974 + ], 1975 + "additional_netrc_lines": [], 1976 + "fail_if_repin_required": false, 1977 + "use_starlark_android_rules": false, 1978 + "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", 1979 + "duplicate_version_warning": "warn" 1980 + } 1981 + }, 1982 + "org_threeten_threetenbp_1_5_0": { 1983 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1984 + "ruleClassName": "http_file", 1985 + "attributes": { 1986 + "name": "rules_jvm_external~4.4.2~maven~org_threeten_threetenbp_1_5_0", 1987 + "sha256": "dcf9c0f940739f2a825cd8626ff27113459a2f6eb18797c7152f93fff69c264f", 1988 + "urls": [ 1989 + "https://repo1.maven.org/maven2/org/threeten/threetenbp/1.5.0/threetenbp-1.5.0.jar", 1990 + "https://maven.google.com/org/threeten/threetenbp/1.5.0/threetenbp-1.5.0.jar" 1991 + ], 1992 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/threeten/threetenbp/1.5.0/threetenbp-1.5.0.jar" 1993 + } 1994 + }, 1995 + "software_amazon_awssdk_http_client_spi_2_17_183": { 1996 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1997 + "ruleClassName": "http_file", 1998 + "attributes": { 1999 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_http_client_spi_2_17_183", 2000 + "sha256": "fe7120f175df9e47ebcc5d946d7f40110faf2ba0a30364f3b935d5b8a5a6c3c6", 2001 + "urls": [ 2002 + "https://repo1.maven.org/maven2/software/amazon/awssdk/http-client-spi/2.17.183/http-client-spi-2.17.183.jar", 2003 + "https://maven.google.com/software/amazon/awssdk/http-client-spi/2.17.183/http-client-spi-2.17.183.jar" 2004 + ], 2005 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/http-client-spi/2.17.183/http-client-spi-2.17.183.jar" 2006 + } 2007 + }, 2008 + "software_amazon_awssdk_third_party_jackson_core_2_17_183": { 2009 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2010 + "ruleClassName": "http_file", 2011 + "attributes": { 2012 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_third_party_jackson_core_2_17_183", 2013 + "sha256": "1bc27c9960993c20e1ab058012dd1ae04c875eec9f0f08f2b2ca41e578dee9a4", 2014 + "urls": [ 2015 + "https://repo1.maven.org/maven2/software/amazon/awssdk/third-party-jackson-core/2.17.183/third-party-jackson-core-2.17.183.jar", 2016 + "https://maven.google.com/software/amazon/awssdk/third-party-jackson-core/2.17.183/third-party-jackson-core-2.17.183.jar" 2017 + ], 2018 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/third-party-jackson-core/2.17.183/third-party-jackson-core-2.17.183.jar" 2019 + } 2020 + }, 2021 + "software_amazon_eventstream_eventstream_1_0_1": { 2022 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2023 + "ruleClassName": "http_file", 2024 + "attributes": { 2025 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_eventstream_eventstream_1_0_1", 2026 + "sha256": "0c37d8e696117f02c302191b8110b0d0eb20fa412fce34c3a269ec73c16ce822", 2027 + "urls": [ 2028 + "https://repo1.maven.org/maven2/software/amazon/eventstream/eventstream/1.0.1/eventstream-1.0.1.jar", 2029 + "https://maven.google.com/software/amazon/eventstream/eventstream/1.0.1/eventstream-1.0.1.jar" 2030 + ], 2031 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/eventstream/eventstream/1.0.1/eventstream-1.0.1.jar" 2032 + } 2033 + }, 2034 + "com_google_oauth_client_google_oauth_client_1_31_1": { 2035 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2036 + "ruleClassName": "http_file", 2037 + "attributes": { 2038 + "name": "rules_jvm_external~4.4.2~maven~com_google_oauth_client_google_oauth_client_1_31_1", 2039 + "sha256": "4ed4e2948251dbda66ce251bd7f3b32cd8570055e5cdb165a3c7aea8f43da0ff", 2040 + "urls": [ 2041 + "https://repo1.maven.org/maven2/com/google/oauth-client/google-oauth-client/1.31.1/google-oauth-client-1.31.1.jar", 2042 + "https://maven.google.com/com/google/oauth-client/google-oauth-client/1.31.1/google-oauth-client-1.31.1.jar" 2043 + ], 2044 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/oauth-client/google-oauth-client/1.31.1/google-oauth-client-1.31.1.jar" 2045 + } 2046 + }, 2047 + "maven": { 2048 + "bzlFile": "@@rules_jvm_external~4.4.2//:coursier.bzl", 2049 + "ruleClassName": "coursier_fetch", 2050 + "attributes": { 2051 + "name": "rules_jvm_external~4.4.2~maven~maven", 2052 + "repositories": [ 2053 + "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" 2054 + ], 2055 + "artifacts": [ 2056 + "{\"artifact\":\"jsr305\",\"group\":\"com.google.code.findbugs\",\"version\":\"3.0.2\"}", 2057 + "{\"artifact\":\"gson\",\"group\":\"com.google.code.gson\",\"version\":\"2.8.9\"}", 2058 + "{\"artifact\":\"error_prone_annotations\",\"group\":\"com.google.errorprone\",\"version\":\"2.3.2\"}", 2059 + "{\"artifact\":\"j2objc-annotations\",\"group\":\"com.google.j2objc\",\"version\":\"1.3\"}", 2060 + "{\"artifact\":\"guava\",\"group\":\"com.google.guava\",\"version\":\"31.1-jre\"}", 2061 + "{\"artifact\":\"guava-testlib\",\"group\":\"com.google.guava\",\"version\":\"31.1-jre\"}", 2062 + "{\"artifact\":\"truth\",\"group\":\"com.google.truth\",\"version\":\"1.1.2\"}", 2063 + "{\"artifact\":\"junit\",\"group\":\"junit\",\"version\":\"4.13.2\"}", 2064 + "{\"artifact\":\"mockito-core\",\"group\":\"org.mockito\",\"version\":\"4.3.1\"}" 2065 + ], 2066 + "fail_on_missing_checksum": true, 2067 + "fetch_sources": true, 2068 + "fetch_javadoc": false, 2069 + "use_unsafe_shared_cache": false, 2070 + "excluded_artifacts": [], 2071 + "generate_compat_repositories": false, 2072 + "version_conflict_policy": "default", 2073 + "override_targets": {}, 2074 + "strict_visibility": false, 2075 + "strict_visibility_value": [ 2076 + "@@//visibility:private" 2077 + ], 2078 + "resolve_timeout": 600, 2079 + "jetify": false, 2080 + "jetify_include_list": [ 2081 + "*" 2082 + ], 2083 + "use_starlark_android_rules": false, 2084 + "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", 2085 + "duplicate_version_warning": "warn" 2086 + } 2087 + }, 2088 + "software_amazon_awssdk_aws_xml_protocol_2_17_183": { 2089 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2090 + "ruleClassName": "http_file", 2091 + "attributes": { 2092 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_aws_xml_protocol_2_17_183", 2093 + "sha256": "566bba05d49256fa6994efd68fa625ae05a62ea45ee74bb9130d20ea20988363", 2094 + "urls": [ 2095 + "https://repo1.maven.org/maven2/software/amazon/awssdk/aws-xml-protocol/2.17.183/aws-xml-protocol-2.17.183.jar", 2096 + "https://maven.google.com/software/amazon/awssdk/aws-xml-protocol/2.17.183/aws-xml-protocol-2.17.183.jar" 2097 + ], 2098 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/aws-xml-protocol/2.17.183/aws-xml-protocol-2.17.183.jar" 2099 + } 2100 + }, 2101 + "software_amazon_awssdk_annotations_2_17_183": { 2102 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2103 + "ruleClassName": "http_file", 2104 + "attributes": { 2105 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_annotations_2_17_183", 2106 + "sha256": "8e4d72361ca805a0bd8bbd9017cd7ff77c8d170f2dd469c7d52d5653330bb3fd", 2107 + "urls": [ 2108 + "https://repo1.maven.org/maven2/software/amazon/awssdk/annotations/2.17.183/annotations-2.17.183.jar", 2109 + "https://maven.google.com/software/amazon/awssdk/annotations/2.17.183/annotations-2.17.183.jar" 2110 + ], 2111 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/annotations/2.17.183/annotations-2.17.183.jar" 2112 + } 2113 + }, 2114 + "software_amazon_awssdk_netty_nio_client_2_17_183": { 2115 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2116 + "ruleClassName": "http_file", 2117 + "attributes": { 2118 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_netty_nio_client_2_17_183", 2119 + "sha256": "a6d356f364c56d7b90006b0b7e503b8630010993a5587ce42e74b10b8dca2238", 2120 + "urls": [ 2121 + "https://repo1.maven.org/maven2/software/amazon/awssdk/netty-nio-client/2.17.183/netty-nio-client-2.17.183.jar", 2122 + "https://maven.google.com/software/amazon/awssdk/netty-nio-client/2.17.183/netty-nio-client-2.17.183.jar" 2123 + ], 2124 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/netty-nio-client/2.17.183/netty-nio-client-2.17.183.jar" 2125 + } 2126 + }, 2127 + "com_google_auto_value_auto_value_annotations_1_7_4": { 2128 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2129 + "ruleClassName": "http_file", 2130 + "attributes": { 2131 + "name": "rules_jvm_external~4.4.2~maven~com_google_auto_value_auto_value_annotations_1_7_4", 2132 + "sha256": "fedd59b0b4986c342f6ab2d182f2a4ee9fceb2c7e2d5bdc4dc764c92394a23d3", 2133 + "urls": [ 2134 + "https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.7.4/auto-value-annotations-1.7.4.jar", 2135 + "https://maven.google.com/com/google/auto/value/auto-value-annotations/1.7.4/auto-value-annotations-1.7.4.jar" 2136 + ], 2137 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.7.4/auto-value-annotations-1.7.4.jar" 2138 + } 2139 + }, 2140 + "io_netty_netty_transport_native_unix_common_4_1_72_Final": { 2141 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2142 + "ruleClassName": "http_file", 2143 + "attributes": { 2144 + "name": "rules_jvm_external~4.4.2~maven~io_netty_netty_transport_native_unix_common_4_1_72_Final", 2145 + "sha256": "6f8f1cc29b5a234eeee9439a63eb3f03a5994aa540ff555cb0b2c88cefaf6877", 2146 + "urls": [ 2147 + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.72.Final/netty-transport-native-unix-common-4.1.72.Final.jar", 2148 + "https://maven.google.com/io/netty/netty-transport-native-unix-common/4.1.72.Final/netty-transport-native-unix-common-4.1.72.Final.jar" 2149 + ], 2150 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.72.Final/netty-transport-native-unix-common-4.1.72.Final.jar" 2151 + } 2152 + }, 2153 + "io_opencensus_opencensus_contrib_http_util_0_24_0": { 2154 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2155 + "ruleClassName": "http_file", 2156 + "attributes": { 2157 + "name": "rules_jvm_external~4.4.2~maven~io_opencensus_opencensus_contrib_http_util_0_24_0", 2158 + "sha256": "7155273bbb1ed3d477ea33cf19d7bbc0b285ff395f43b29ae576722cf247000f", 2159 + "urls": [ 2160 + "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar", 2161 + "https://maven.google.com/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar" 2162 + ], 2163 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar" 2164 + } 2165 + }, 2166 + "com_fasterxml_jackson_core_jackson_core_2_11_3": { 2167 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2168 + "ruleClassName": "http_file", 2169 + "attributes": { 2170 + "name": "rules_jvm_external~4.4.2~maven~com_fasterxml_jackson_core_jackson_core_2_11_3", 2171 + "sha256": "78cd0a6b936232e06dd3e38da8a0345348a09cd1ff9c4d844c6ee72c75cfc402", 2172 + "urls": [ 2173 + "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar", 2174 + "https://maven.google.com/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar" 2175 + ], 2176 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar" 2177 + } 2178 + }, 2179 + "com_google_cloud_google_cloud_core_1_93_10": { 2180 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2181 + "ruleClassName": "http_file", 2182 + "attributes": { 2183 + "name": "rules_jvm_external~4.4.2~maven~com_google_cloud_google_cloud_core_1_93_10", 2184 + "sha256": "832d74eca66f4601e162a8460d6f59f50d1d23f93c18b02654423b6b0d67c6ea", 2185 + "urls": [ 2186 + "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-core/1.93.10/google-cloud-core-1.93.10.jar", 2187 + "https://maven.google.com/com/google/cloud/google-cloud-core/1.93.10/google-cloud-core-1.93.10.jar" 2188 + ], 2189 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/cloud/google-cloud-core/1.93.10/google-cloud-core-1.93.10.jar" 2190 + } 2191 + }, 2192 + "com_google_auth_google_auth_library_credentials_0_22_0": { 2193 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2194 + "ruleClassName": "http_file", 2195 + "attributes": { 2196 + "name": "rules_jvm_external~4.4.2~maven~com_google_auth_google_auth_library_credentials_0_22_0", 2197 + "sha256": "42c76031276de5b520909e9faf88c5b3c9a722d69ee9cfdafedb1c52c355dfc5", 2198 + "urls": [ 2199 + "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/0.22.0/google-auth-library-credentials-0.22.0.jar", 2200 + "https://maven.google.com/com/google/auth/google-auth-library-credentials/0.22.0/google-auth-library-credentials-0.22.0.jar" 2201 + ], 2202 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/0.22.0/google-auth-library-credentials-0.22.0.jar" 2203 + } 2204 + }, 2205 + "com_google_guava_guava_30_0_android": { 2206 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2207 + "ruleClassName": "http_file", 2208 + "attributes": { 2209 + "name": "rules_jvm_external~4.4.2~maven~com_google_guava_guava_30_0_android", 2210 + "sha256": "3345c82c2cc70a0053e8db9031edc6d71625ef0dea6a2c8f5ebd6cb76d2bf843", 2211 + "urls": [ 2212 + "https://repo1.maven.org/maven2/com/google/guava/guava/30.0-android/guava-30.0-android.jar", 2213 + "https://maven.google.com/com/google/guava/guava/30.0-android/guava-30.0-android.jar" 2214 + ], 2215 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/guava/guava/30.0-android/guava-30.0-android.jar" 2216 + } 2217 + }, 2218 + "software_amazon_awssdk_profiles_2_17_183": { 2219 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2220 + "ruleClassName": "http_file", 2221 + "attributes": { 2222 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_profiles_2_17_183", 2223 + "sha256": "78833b32fde3f1c5320373b9ea955c1bbc28f2c904010791c4784e610193ee56", 2224 + "urls": [ 2225 + "https://repo1.maven.org/maven2/software/amazon/awssdk/profiles/2.17.183/profiles-2.17.183.jar", 2226 + "https://maven.google.com/software/amazon/awssdk/profiles/2.17.183/profiles-2.17.183.jar" 2227 + ], 2228 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/profiles/2.17.183/profiles-2.17.183.jar" 2229 + } 2230 + }, 2231 + "org_apache_httpcomponents_httpcore_4_4_13": { 2232 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2233 + "ruleClassName": "http_file", 2234 + "attributes": { 2235 + "name": "rules_jvm_external~4.4.2~maven~org_apache_httpcomponents_httpcore_4_4_13", 2236 + "sha256": "e06e89d40943245fcfa39ec537cdbfce3762aecde8f9c597780d2b00c2b43424", 2237 + "urls": [ 2238 + "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar", 2239 + "https://maven.google.com/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar" 2240 + ], 2241 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar" 2242 + } 2243 + }, 2244 + "io_netty_netty_common_4_1_72_Final": { 2245 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2246 + "ruleClassName": "http_file", 2247 + "attributes": { 2248 + "name": "rules_jvm_external~4.4.2~maven~io_netty_netty_common_4_1_72_Final", 2249 + "sha256": "8adb4c291260ceb2859a68c49f0adeed36bf49587608e2b81ecff6aaf06025e9", 2250 + "urls": [ 2251 + "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.72.Final/netty-common-4.1.72.Final.jar", 2252 + "https://maven.google.com/io/netty/netty-common/4.1.72.Final/netty-common-4.1.72.Final.jar" 2253 + ], 2254 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-common/4.1.72.Final/netty-common-4.1.72.Final.jar" 2255 + } 2256 + }, 2257 + "io_netty_netty_transport_classes_epoll_4_1_72_Final": { 2258 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2259 + "ruleClassName": "http_file", 2260 + "attributes": { 2261 + "name": "rules_jvm_external~4.4.2~maven~io_netty_netty_transport_classes_epoll_4_1_72_Final", 2262 + "sha256": "e1528a9751c1285aa7beaf3a1eb0597151716426ce38598ac9bc0891209b9e68", 2263 + "urls": [ 2264 + "https://repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.72.Final/netty-transport-classes-epoll-4.1.72.Final.jar", 2265 + "https://maven.google.com/io/netty/netty-transport-classes-epoll/4.1.72.Final/netty-transport-classes-epoll-4.1.72.Final.jar" 2266 + ], 2267 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.72.Final/netty-transport-classes-epoll-4.1.72.Final.jar" 2268 + } 2269 + }, 2270 + "com_google_cloud_google_cloud_core_http_1_93_10": { 2271 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2272 + "ruleClassName": "http_file", 2273 + "attributes": { 2274 + "name": "rules_jvm_external~4.4.2~maven~com_google_cloud_google_cloud_core_http_1_93_10", 2275 + "sha256": "81ac67c14c7c4244d2b7db2607ad352416aca8d3bb2adf338964e8fea25b1b3c", 2276 + "urls": [ 2277 + "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-core-http/1.93.10/google-cloud-core-http-1.93.10.jar", 2278 + "https://maven.google.com/com/google/cloud/google-cloud-core-http/1.93.10/google-cloud-core-http-1.93.10.jar" 2279 + ], 2280 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/cloud/google-cloud-core-http/1.93.10/google-cloud-core-http-1.93.10.jar" 2281 + } 2282 + }, 2283 + "software_amazon_awssdk_utils_2_17_183": { 2284 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2285 + "ruleClassName": "http_file", 2286 + "attributes": { 2287 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_utils_2_17_183", 2288 + "sha256": "7bd849bb5aa71bfdf6b849643736ecab3a7b3f204795804eefe5754104231ec6", 2289 + "urls": [ 2290 + "https://repo1.maven.org/maven2/software/amazon/awssdk/utils/2.17.183/utils-2.17.183.jar", 2291 + "https://maven.google.com/software/amazon/awssdk/utils/2.17.183/utils-2.17.183.jar" 2292 + ], 2293 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/utils/2.17.183/utils-2.17.183.jar" 2294 + } 2295 + }, 2296 + "org_apache_commons_commons_lang3_3_8_1": { 2297 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2298 + "ruleClassName": "http_file", 2299 + "attributes": { 2300 + "name": "rules_jvm_external~4.4.2~maven~org_apache_commons_commons_lang3_3_8_1", 2301 + "sha256": "dac807f65b07698ff39b1b07bfef3d87ae3fd46d91bbf8a2bc02b2a831616f68", 2302 + "urls": [ 2303 + "https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar", 2304 + "https://maven.google.com/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar" 2305 + ], 2306 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar" 2307 + } 2308 + }, 2309 + "software_amazon_awssdk_aws_core_2_17_183": { 2310 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2311 + "ruleClassName": "http_file", 2312 + "attributes": { 2313 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_aws_core_2_17_183", 2314 + "sha256": "bccbdbea689a665a702ff19828662d87fb7fe81529df13f02ef1e4c474ea9f93", 2315 + "urls": [ 2316 + "https://repo1.maven.org/maven2/software/amazon/awssdk/aws-core/2.17.183/aws-core-2.17.183.jar", 2317 + "https://maven.google.com/software/amazon/awssdk/aws-core/2.17.183/aws-core-2.17.183.jar" 2318 + ], 2319 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/aws-core/2.17.183/aws-core-2.17.183.jar" 2320 + } 2321 + }, 2322 + "com_google_api_gax_httpjson_0_77_0": { 2323 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2324 + "ruleClassName": "http_file", 2325 + "attributes": { 2326 + "name": "rules_jvm_external~4.4.2~maven~com_google_api_gax_httpjson_0_77_0", 2327 + "sha256": "fd4dae47fa016d3b26e8d90b67ddc6c23c4c06e8bcdf085c70310ab7ef324bd6", 2328 + "urls": [ 2329 + "https://repo1.maven.org/maven2/com/google/api/gax-httpjson/0.77.0/gax-httpjson-0.77.0.jar", 2330 + "https://maven.google.com/com/google/api/gax-httpjson/0.77.0/gax-httpjson-0.77.0.jar" 2331 + ], 2332 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/api/gax-httpjson/0.77.0/gax-httpjson-0.77.0.jar" 2333 + } 2334 + }, 2335 + "unpinned_rules_jvm_external_deps": { 2336 + "bzlFile": "@@rules_jvm_external~4.4.2//:coursier.bzl", 2337 + "ruleClassName": "coursier_fetch", 2338 + "attributes": { 2339 + "name": "rules_jvm_external~4.4.2~maven~unpinned_rules_jvm_external_deps", 2340 + "repositories": [ 2341 + "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" 2342 + ], 2343 + "artifacts": [ 2344 + "{\"artifact\":\"google-cloud-core\",\"group\":\"com.google.cloud\",\"version\":\"1.93.10\"}", 2345 + "{\"artifact\":\"google-cloud-storage\",\"group\":\"com.google.cloud\",\"version\":\"1.113.4\"}", 2346 + "{\"artifact\":\"gson\",\"group\":\"com.google.code.gson\",\"version\":\"2.9.0\"}", 2347 + "{\"artifact\":\"maven-artifact\",\"group\":\"org.apache.maven\",\"version\":\"3.8.6\"}", 2348 + "{\"artifact\":\"s3\",\"group\":\"software.amazon.awssdk\",\"version\":\"2.17.183\"}" 2349 + ], 2350 + "fail_on_missing_checksum": true, 2351 + "fetch_sources": true, 2352 + "fetch_javadoc": false, 2353 + "use_unsafe_shared_cache": false, 2354 + "excluded_artifacts": [], 2355 + "generate_compat_repositories": false, 2356 + "version_conflict_policy": "default", 2357 + "override_targets": {}, 2358 + "strict_visibility": false, 2359 + "strict_visibility_value": [ 2360 + "@@//visibility:private" 2361 + ], 2362 + "maven_install_json": "@@rules_jvm_external~4.4.2//:rules_jvm_external_deps_install.json", 2363 + "resolve_timeout": 600, 2364 + "jetify": false, 2365 + "jetify_include_list": [ 2366 + "*" 2367 + ], 2368 + "use_starlark_android_rules": false, 2369 + "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", 2370 + "duplicate_version_warning": "warn" 2371 + } 2372 + }, 2373 + "software_amazon_awssdk_regions_2_17_183": { 2374 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2375 + "ruleClassName": "http_file", 2376 + "attributes": { 2377 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_regions_2_17_183", 2378 + "sha256": "d3079395f3ffc07d04ffcce16fca29fb5968197f6e9ea3dbff6be297102b40a5", 2379 + "urls": [ 2380 + "https://repo1.maven.org/maven2/software/amazon/awssdk/regions/2.17.183/regions-2.17.183.jar", 2381 + "https://maven.google.com/software/amazon/awssdk/regions/2.17.183/regions-2.17.183.jar" 2382 + ], 2383 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/regions/2.17.183/regions-2.17.183.jar" 2384 + } 2385 + }, 2386 + "com_google_errorprone_error_prone_annotations_2_4_0": { 2387 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2388 + "ruleClassName": "http_file", 2389 + "attributes": { 2390 + "name": "rules_jvm_external~4.4.2~maven~com_google_errorprone_error_prone_annotations_2_4_0", 2391 + "sha256": "5f2a0648230a662e8be049df308d583d7369f13af683e44ddf5829b6d741a228", 2392 + "urls": [ 2393 + "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.4.0/error_prone_annotations-2.4.0.jar", 2394 + "https://maven.google.com/com/google/errorprone/error_prone_annotations/2.4.0/error_prone_annotations-2.4.0.jar" 2395 + ], 2396 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.4.0/error_prone_annotations-2.4.0.jar" 2397 + } 2398 + }, 2399 + "io_netty_netty_handler_4_1_72_Final": { 2400 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2401 + "ruleClassName": "http_file", 2402 + "attributes": { 2403 + "name": "rules_jvm_external~4.4.2~maven~io_netty_netty_handler_4_1_72_Final", 2404 + "sha256": "9cb6012af7e06361d738ac4e3bdc49a158f8cf87d9dee0f2744056b7d99c28d5", 2405 + "urls": [ 2406 + "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.72.Final/netty-handler-4.1.72.Final.jar", 2407 + "https://maven.google.com/io/netty/netty-handler/4.1.72.Final/netty-handler-4.1.72.Final.jar" 2408 + ], 2409 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.72.Final/netty-handler-4.1.72.Final.jar" 2410 + } 2411 + }, 2412 + "software_amazon_awssdk_aws_query_protocol_2_17_183": { 2413 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2414 + "ruleClassName": "http_file", 2415 + "attributes": { 2416 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_aws_query_protocol_2_17_183", 2417 + "sha256": "4dace03c76f80f3dec920cb3dedb2a95984c4366ef4fda728660cb90bed74848", 2418 + "urls": [ 2419 + "https://repo1.maven.org/maven2/software/amazon/awssdk/aws-query-protocol/2.17.183/aws-query-protocol-2.17.183.jar", 2420 + "https://maven.google.com/software/amazon/awssdk/aws-query-protocol/2.17.183/aws-query-protocol-2.17.183.jar" 2421 + ], 2422 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/aws-query-protocol/2.17.183/aws-query-protocol-2.17.183.jar" 2423 + } 2424 + }, 2425 + "io_netty_netty_codec_http_4_1_72_Final": { 2426 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2427 + "ruleClassName": "http_file", 2428 + "attributes": { 2429 + "name": "rules_jvm_external~4.4.2~maven~io_netty_netty_codec_http_4_1_72_Final", 2430 + "sha256": "fa6fec88010bfaf6a7415b5364671b6b18ffb6b35a986ab97b423fd8c3a0174b", 2431 + "urls": [ 2432 + "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.72.Final/netty-codec-http-4.1.72.Final.jar", 2433 + "https://maven.google.com/io/netty/netty-codec-http/4.1.72.Final/netty-codec-http-4.1.72.Final.jar" 2434 + ], 2435 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.72.Final/netty-codec-http-4.1.72.Final.jar" 2436 + } 2437 + }, 2438 + "io_netty_netty_resolver_4_1_72_Final": { 2439 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2440 + "ruleClassName": "http_file", 2441 + "attributes": { 2442 + "name": "rules_jvm_external~4.4.2~maven~io_netty_netty_resolver_4_1_72_Final", 2443 + "sha256": "6474598aab7cc9d8d6cfa06c05bd1b19adbf7f8451dbdd73070b33a6c60b1b90", 2444 + "urls": [ 2445 + "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.72.Final/netty-resolver-4.1.72.Final.jar", 2446 + "https://maven.google.com/io/netty/netty-resolver/4.1.72.Final/netty-resolver-4.1.72.Final.jar" 2447 + ], 2448 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver/4.1.72.Final/netty-resolver-4.1.72.Final.jar" 2449 + } 2450 + }, 2451 + "software_amazon_awssdk_protocol_core_2_17_183": { 2452 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2453 + "ruleClassName": "http_file", 2454 + "attributes": { 2455 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_protocol_core_2_17_183", 2456 + "sha256": "10e7c4faa1f05e2d73055d0390dbd0bb6450e2e6cb85beda051b1e4693c826ce", 2457 + "urls": [ 2458 + "https://repo1.maven.org/maven2/software/amazon/awssdk/protocol-core/2.17.183/protocol-core-2.17.183.jar", 2459 + "https://maven.google.com/software/amazon/awssdk/protocol-core/2.17.183/protocol-core-2.17.183.jar" 2460 + ], 2461 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/protocol-core/2.17.183/protocol-core-2.17.183.jar" 2462 + } 2463 + }, 2464 + "org_checkerframework_checker_compat_qual_2_5_5": { 2465 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2466 + "ruleClassName": "http_file", 2467 + "attributes": { 2468 + "name": "rules_jvm_external~4.4.2~maven~org_checkerframework_checker_compat_qual_2_5_5", 2469 + "sha256": "11d134b245e9cacc474514d2d66b5b8618f8039a1465cdc55bbc0b34e0008b7a", 2470 + "urls": [ 2471 + "https://repo1.maven.org/maven2/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar", 2472 + "https://maven.google.com/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar" 2473 + ], 2474 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar" 2475 + } 2476 + }, 2477 + "com_google_apis_google_api_services_storage_v1_rev20200927_1_30_10": { 2478 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2479 + "ruleClassName": "http_file", 2480 + "attributes": { 2481 + "name": "rules_jvm_external~4.4.2~maven~com_google_apis_google_api_services_storage_v1_rev20200927_1_30_10", 2482 + "sha256": "52d26a9d105f8d8a0850807285f307a76cea8f3e0cdb2be4d3b15b1adfa77351", 2483 + "urls": [ 2484 + "https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage/v1-rev20200927-1.30.10/google-api-services-storage-v1-rev20200927-1.30.10.jar", 2485 + "https://maven.google.com/com/google/apis/google-api-services-storage/v1-rev20200927-1.30.10/google-api-services-storage-v1-rev20200927-1.30.10.jar" 2486 + ], 2487 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/apis/google-api-services-storage/v1-rev20200927-1.30.10/google-api-services-storage-v1-rev20200927-1.30.10.jar" 2488 + } 2489 + }, 2490 + "com_google_api_client_google_api_client_1_30_11": { 2491 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2492 + "ruleClassName": "http_file", 2493 + "attributes": { 2494 + "name": "rules_jvm_external~4.4.2~maven~com_google_api_client_google_api_client_1_30_11", 2495 + "sha256": "ee6f97865cc7de6c7c80955c3f37372cf3887bd75e4fc06f1058a6b4cd9bf4da", 2496 + "urls": [ 2497 + "https://repo1.maven.org/maven2/com/google/api-client/google-api-client/1.30.11/google-api-client-1.30.11.jar", 2498 + "https://maven.google.com/com/google/api-client/google-api-client/1.30.11/google-api-client-1.30.11.jar" 2499 + ], 2500 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/api-client/google-api-client/1.30.11/google-api-client-1.30.11.jar" 2501 + } 2502 + }, 2503 + "software_amazon_awssdk_s3_2_17_183": { 2504 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2505 + "ruleClassName": "http_file", 2506 + "attributes": { 2507 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_s3_2_17_183", 2508 + "sha256": "ab073b91107a9e4ed9f030314077d137fe627e055ad895fabb036980a050e360", 2509 + "urls": [ 2510 + "https://repo1.maven.org/maven2/software/amazon/awssdk/s3/2.17.183/s3-2.17.183.jar", 2511 + "https://maven.google.com/software/amazon/awssdk/s3/2.17.183/s3-2.17.183.jar" 2512 + ], 2513 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/s3/2.17.183/s3-2.17.183.jar" 2514 + } 2515 + }, 2516 + "org_apache_maven_maven_artifact_3_8_6": { 2517 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2518 + "ruleClassName": "http_file", 2519 + "attributes": { 2520 + "name": "rules_jvm_external~4.4.2~maven~org_apache_maven_maven_artifact_3_8_6", 2521 + "sha256": "de22a4c6f54fe31276a823b1bbd3adfd6823529e732f431b5eff0852c2b9252b", 2522 + "urls": [ 2523 + "https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar", 2524 + "https://maven.google.com/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar" 2525 + ], 2526 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar" 2527 + } 2528 + }, 2529 + "org_apache_httpcomponents_httpclient_4_5_13": { 2530 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2531 + "ruleClassName": "http_file", 2532 + "attributes": { 2533 + "name": "rules_jvm_external~4.4.2~maven~org_apache_httpcomponents_httpclient_4_5_13", 2534 + "sha256": "6fe9026a566c6a5001608cf3fc32196641f6c1e5e1986d1037ccdbd5f31ef743", 2535 + "urls": [ 2536 + "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar", 2537 + "https://maven.google.com/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar" 2538 + ], 2539 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar" 2540 + } 2541 + }, 2542 + "com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava": { 2543 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2544 + "ruleClassName": "http_file", 2545 + "attributes": { 2546 + "name": "rules_jvm_external~4.4.2~maven~com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava", 2547 + "sha256": "b372a037d4230aa57fbeffdef30fd6123f9c0c2db85d0aced00c91b974f33f99", 2548 + "urls": [ 2549 + "https://repo1.maven.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar", 2550 + "https://maven.google.com/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar" 2551 + ], 2552 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar" 2553 + } 2554 + }, 2555 + "com_google_http_client_google_http_client_1_38_0": { 2556 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2557 + "ruleClassName": "http_file", 2558 + "attributes": { 2559 + "name": "rules_jvm_external~4.4.2~maven~com_google_http_client_google_http_client_1_38_0", 2560 + "sha256": "411f4a42519b6b78bdc0fcfdf74c9edcef0ee97afa4a667abe04045a508d6302", 2561 + "urls": [ 2562 + "https://repo1.maven.org/maven2/com/google/http-client/google-http-client/1.38.0/google-http-client-1.38.0.jar", 2563 + "https://maven.google.com/com/google/http-client/google-http-client/1.38.0/google-http-client-1.38.0.jar" 2564 + ], 2565 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/http-client/google-http-client/1.38.0/google-http-client-1.38.0.jar" 2566 + } 2567 + }, 2568 + "software_amazon_awssdk_apache_client_2_17_183": { 2569 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2570 + "ruleClassName": "http_file", 2571 + "attributes": { 2572 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_apache_client_2_17_183", 2573 + "sha256": "78ceae502fce6a97bbe5ff8f6a010a52ab7ea3ae66cb1a4122e18185fce45022", 2574 + "urls": [ 2575 + "https://repo1.maven.org/maven2/software/amazon/awssdk/apache-client/2.17.183/apache-client-2.17.183.jar", 2576 + "https://maven.google.com/software/amazon/awssdk/apache-client/2.17.183/apache-client-2.17.183.jar" 2577 + ], 2578 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/apache-client/2.17.183/apache-client-2.17.183.jar" 2579 + } 2580 + }, 2581 + "software_amazon_awssdk_arns_2_17_183": { 2582 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2583 + "ruleClassName": "http_file", 2584 + "attributes": { 2585 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_arns_2_17_183", 2586 + "sha256": "659a185e191d66c71de81209490e66abeaccae208ea7b2831a738670823447aa", 2587 + "urls": [ 2588 + "https://repo1.maven.org/maven2/software/amazon/awssdk/arns/2.17.183/arns-2.17.183.jar", 2589 + "https://maven.google.com/software/amazon/awssdk/arns/2.17.183/arns-2.17.183.jar" 2590 + ], 2591 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/arns/2.17.183/arns-2.17.183.jar" 2592 + } 2593 + }, 2594 + "com_google_code_gson_gson_2_9_0": { 2595 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2596 + "ruleClassName": "http_file", 2597 + "attributes": { 2598 + "name": "rules_jvm_external~4.4.2~maven~com_google_code_gson_gson_2_9_0", 2599 + "sha256": "c96d60551331a196dac54b745aa642cd078ef89b6f267146b705f2c2cbef052d", 2600 + "urls": [ 2601 + "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar", 2602 + "https://maven.google.com/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar" 2603 + ], 2604 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar" 2605 + } 2606 + }, 2607 + "io_netty_netty_buffer_4_1_72_Final": { 2608 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2609 + "ruleClassName": "http_file", 2610 + "attributes": { 2611 + "name": "rules_jvm_external~4.4.2~maven~io_netty_netty_buffer_4_1_72_Final", 2612 + "sha256": "568ff7cd9d8e2284ec980730c88924f686642929f8f219a74518b4e64755f3a1", 2613 + "urls": [ 2614 + "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.72.Final/netty-buffer-4.1.72.Final.jar", 2615 + "https://maven.google.com/io/netty/netty-buffer/4.1.72.Final/netty-buffer-4.1.72.Final.jar" 2616 + ], 2617 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.72.Final/netty-buffer-4.1.72.Final.jar" 2618 + } 2619 + }, 2620 + "com_google_code_findbugs_jsr305_3_0_2": { 2621 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2622 + "ruleClassName": "http_file", 2623 + "attributes": { 2624 + "name": "rules_jvm_external~4.4.2~maven~com_google_code_findbugs_jsr305_3_0_2", 2625 + "sha256": "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7", 2626 + "urls": [ 2627 + "https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar", 2628 + "https://maven.google.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar" 2629 + ], 2630 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar" 2631 + } 2632 + }, 2633 + "commons_codec_commons_codec_1_11": { 2634 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2635 + "ruleClassName": "http_file", 2636 + "attributes": { 2637 + "name": "rules_jvm_external~4.4.2~maven~commons_codec_commons_codec_1_11", 2638 + "sha256": "e599d5318e97aa48f42136a2927e6dfa4e8881dff0e6c8e3109ddbbff51d7b7d", 2639 + "urls": [ 2640 + "https://repo1.maven.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar", 2641 + "https://maven.google.com/commons-codec/commons-codec/1.11/commons-codec-1.11.jar" 2642 + ], 2643 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar" 2644 + } 2645 + }, 2646 + "software_amazon_awssdk_auth_2_17_183": { 2647 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2648 + "ruleClassName": "http_file", 2649 + "attributes": { 2650 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_auth_2_17_183", 2651 + "sha256": "8820c6636e5c14efc29399fb5565ce50212b0c1f4ed720a025a2c402d54e0978", 2652 + "urls": [ 2653 + "https://repo1.maven.org/maven2/software/amazon/awssdk/auth/2.17.183/auth-2.17.183.jar", 2654 + "https://maven.google.com/software/amazon/awssdk/auth/2.17.183/auth-2.17.183.jar" 2655 + ], 2656 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/auth/2.17.183/auth-2.17.183.jar" 2657 + } 2658 + }, 2659 + "software_amazon_awssdk_json_utils_2_17_183": { 2660 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2661 + "ruleClassName": "http_file", 2662 + "attributes": { 2663 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_json_utils_2_17_183", 2664 + "sha256": "51ab7f550adc06afcb49f5270cdf690f1bfaaee243abaa5d978095e2a1e4e1a5", 2665 + "urls": [ 2666 + "https://repo1.maven.org/maven2/software/amazon/awssdk/json-utils/2.17.183/json-utils-2.17.183.jar", 2667 + "https://maven.google.com/software/amazon/awssdk/json-utils/2.17.183/json-utils-2.17.183.jar" 2668 + ], 2669 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/json-utils/2.17.183/json-utils-2.17.183.jar" 2670 + } 2671 + }, 2672 + "org_codehaus_plexus_plexus_utils_3_3_1": { 2673 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2674 + "ruleClassName": "http_file", 2675 + "attributes": { 2676 + "name": "rules_jvm_external~4.4.2~maven~org_codehaus_plexus_plexus_utils_3_3_1", 2677 + "sha256": "4b570fcdbe5a894f249d2eb9b929358a9c88c3e548d227a80010461930222f2a", 2678 + "urls": [ 2679 + "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar", 2680 + "https://maven.google.com/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar" 2681 + ], 2682 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar" 2683 + } 2684 + }, 2685 + "com_google_protobuf_protobuf_java_util_3_13_0": { 2686 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2687 + "ruleClassName": "http_file", 2688 + "attributes": { 2689 + "name": "rules_jvm_external~4.4.2~maven~com_google_protobuf_protobuf_java_util_3_13_0", 2690 + "sha256": "d9de66b8c9445905dfa7064f6d5213d47ce88a20d34e21d83c4a94a229e14e62", 2691 + "urls": [ 2692 + "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.13.0/protobuf-java-util-3.13.0.jar", 2693 + "https://maven.google.com/com/google/protobuf/protobuf-java-util/3.13.0/protobuf-java-util-3.13.0.jar" 2694 + ], 2695 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.13.0/protobuf-java-util-3.13.0.jar" 2696 + } 2697 + }, 2698 + "io_netty_netty_codec_4_1_72_Final": { 2699 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2700 + "ruleClassName": "http_file", 2701 + "attributes": { 2702 + "name": "rules_jvm_external~4.4.2~maven~io_netty_netty_codec_4_1_72_Final", 2703 + "sha256": "5d8591ca271a1e9c224e8de3873aa9936acb581ee0db514e7dc18523df36d16c", 2704 + "urls": [ 2705 + "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.72.Final/netty-codec-4.1.72.Final.jar", 2706 + "https://maven.google.com/io/netty/netty-codec/4.1.72.Final/netty-codec-4.1.72.Final.jar" 2707 + ], 2708 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec/4.1.72.Final/netty-codec-4.1.72.Final.jar" 2709 + } 2710 + }, 2711 + "com_google_protobuf_protobuf_java_3_13_0": { 2712 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2713 + "ruleClassName": "http_file", 2714 + "attributes": { 2715 + "name": "rules_jvm_external~4.4.2~maven~com_google_protobuf_protobuf_java_3_13_0", 2716 + "sha256": "97d5b2758408690c0dc276238707492a0b6a4d71206311b6c442cdc26c5973ff", 2717 + "urls": [ 2718 + "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.13.0/protobuf-java-3.13.0.jar", 2719 + "https://maven.google.com/com/google/protobuf/protobuf-java/3.13.0/protobuf-java-3.13.0.jar" 2720 + ], 2721 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.13.0/protobuf-java-3.13.0.jar" 2722 + } 2723 + }, 2724 + "io_netty_netty_tcnative_classes_2_0_46_Final": { 2725 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2726 + "ruleClassName": "http_file", 2727 + "attributes": { 2728 + "name": "rules_jvm_external~4.4.2~maven~io_netty_netty_tcnative_classes_2_0_46_Final", 2729 + "sha256": "d3ec888dcc4ac7915bf88b417c5e04fd354f4311032a748a6882df09347eed9a", 2730 + "urls": [ 2731 + "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar", 2732 + "https://maven.google.com/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar" 2733 + ], 2734 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar" 2735 + } 2736 + }, 2737 + "software_amazon_awssdk_sdk_core_2_17_183": { 2738 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2739 + "ruleClassName": "http_file", 2740 + "attributes": { 2741 + "name": "rules_jvm_external~4.4.2~maven~software_amazon_awssdk_sdk_core_2_17_183", 2742 + "sha256": "677e9cc90fdd82c1f40f97b99cb115b13ad6c3f58beeeab1c061af6954d64c77", 2743 + "urls": [ 2744 + "https://repo1.maven.org/maven2/software/amazon/awssdk/sdk-core/2.17.183/sdk-core-2.17.183.jar", 2745 + "https://maven.google.com/software/amazon/awssdk/sdk-core/2.17.183/sdk-core-2.17.183.jar" 2746 + ], 2747 + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/sdk-core/2.17.183/sdk-core-2.17.183.jar" 2748 + } 2749 + } 2750 + }, 2751 + "recordedRepoMappingEntries": [ 2752 + [ 2753 + "rules_jvm_external~4.4.2", 2754 + "bazel_tools", 2755 + "bazel_tools" 2756 + ], 2757 + [ 2758 + "rules_jvm_external~4.4.2", 2759 + "rules_jvm_external", 2760 + "rules_jvm_external~4.4.2" 2761 + ] 2762 + ] 2763 + } 2764 + }, 2765 + "@@rules_jvm_external~4.4.2//:non-module-deps.bzl%non_module_deps": { 2766 + "general": { 2767 + "bzlTransitiveDigest": "Td87llNSs5GZ/kAxu6pAqfEXBZ3HdkSqRmUzvIfbFWg=", 1294 2768 "accumulatedFileDigests": {}, 1295 2769 "envVariables": {}, 1296 2770 "generatedRepoSpecs": { 1297 - "pypi__pkginfo": { 2771 + "io_bazel_rules_kotlin": { 2772 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2773 + "ruleClassName": "http_archive", 2774 + "attributes": { 2775 + "name": "rules_jvm_external~4.4.2~non_module_deps~io_bazel_rules_kotlin", 2776 + "sha256": "946747acdbeae799b085d12b240ec346f775ac65236dfcf18aa0cd7300f6de78", 2777 + "urls": [ 2778 + "https://github.com/bazelbuild/rules_kotlin/releases/download/v1.7.0-RC-2/rules_kotlin_release.tgz" 2779 + ] 2780 + } 2781 + } 2782 + }, 2783 + "recordedRepoMappingEntries": [ 2784 + [ 2785 + "rules_jvm_external~4.4.2", 2786 + "bazel_tools", 2787 + "bazel_tools" 2788 + ] 2789 + ] 2790 + } 2791 + }, 2792 + "@@rules_python~0.22.1//python/extensions:python.bzl%python": { 2793 + "general": { 2794 + "bzlTransitiveDigest": "NGtTMUqs2EEJeXu6mXdpmYRrQGZiJV7S3mxeod3Hm7M=", 2795 + "accumulatedFileDigests": {}, 2796 + "envVariables": {}, 2797 + "generatedRepoSpecs": { 2798 + "pythons_hub": { 2799 + "bzlFile": "@@rules_python~0.22.1//python/extensions/private:interpreter_hub.bzl", 2800 + "ruleClassName": "hub_repo", 2801 + "attributes": { 2802 + "name": "rules_python~0.22.1~python~pythons_hub", 2803 + "toolchains": [] 2804 + } 2805 + } 2806 + }, 2807 + "recordedRepoMappingEntries": [ 2808 + [ 2809 + "rules_python~0.22.1", 2810 + "bazel_tools", 2811 + "bazel_tools" 2812 + ], 2813 + [ 2814 + "rules_python~0.22.1", 2815 + "rules_python", 2816 + "rules_python~0.22.1" 2817 + ] 2818 + ] 2819 + } 2820 + }, 2821 + "@@rules_python~0.22.1//python/extensions/private:internal_deps.bzl%internal_deps": { 2822 + "general": { 2823 + "bzlTransitiveDigest": "5c1tkdV6L67SQOZWc9MUoS5ZnsSxeDKsh9urs01jZSM=", 2824 + "accumulatedFileDigests": {}, 2825 + "envVariables": {}, 2826 + "generatedRepoSpecs": { 2827 + "pypi__coverage_cp39_aarch64-apple-darwin": { 1298 2828 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1299 2829 "ruleClassName": "http_archive", 1300 2830 "attributes": { 1301 - "name": "rules_python~0.4.0~pip_install~pypi__pkginfo", 1302 - "url": "https://files.pythonhosted.org/packages/77/83/1ef010f7c4563e218854809c0dff9548de65ebec930921dedf6ee5981f27/pkginfo-1.7.1-py2.py3-none-any.whl", 1303 - "sha256": "37ecd857b47e5f55949c41ed061eb51a0bee97a87c969219d144c0e023982779", 2831 + "name": "rules_python~0.22.1~internal_deps~pypi__coverage_cp39_aarch64-apple-darwin", 2832 + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", 2833 + "patch_args": [ 2834 + "-p1" 2835 + ], 2836 + "patches": [ 2837 + "@@rules_python~0.22.1//python/private:coverage.patch" 2838 + ], 2839 + "sha256": "95203854f974e07af96358c0b261f1048d8e1083f2de9b1c565e1be4a3a48cfc", 1304 2840 "type": "zip", 1305 - "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\"**/*.py\", \"**/* *\", \"BUILD\", \"WORKSPACE\"]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 2841 + "urls": [ 2842 + "https://files.pythonhosted.org/packages/63/e9/f23e8664ec4032d7802a1cf920853196bcbdce7b56408e3efe1b2da08f3c/coverage-6.5.0-cp39-cp39-macosx_11_0_arm64.whl" 2843 + ] 2844 + } 2845 + }, 2846 + "pypi__coverage_cp38_aarch64-unknown-linux-gnu": { 2847 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2848 + "ruleClassName": "http_archive", 2849 + "attributes": { 2850 + "name": "rules_python~0.22.1~internal_deps~pypi__coverage_cp38_aarch64-unknown-linux-gnu", 2851 + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", 2852 + "patch_args": [ 2853 + "-p1" 2854 + ], 2855 + "patches": [ 2856 + "@@rules_python~0.22.1//python/private:coverage.patch" 2857 + ], 2858 + "sha256": "6c4459b3de97b75e3bd6b7d4b7f0db13f17f504f3d13e2a7c623786289dd670e", 2859 + "type": "zip", 2860 + "urls": [ 2861 + "https://files.pythonhosted.org/packages/40/3b/cd68cb278c4966df00158811ec1e357b9a7d132790c240fc65da57e10013/coverage-6.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" 2862 + ] 2863 + } 2864 + }, 2865 + "pypi__pip_tools": { 2866 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2867 + "ruleClassName": "http_archive", 2868 + "attributes": { 2869 + "name": "rules_python~0.22.1~internal_deps~pypi__pip_tools", 2870 + "url": "https://files.pythonhosted.org/packages/5e/e8/f6d7d1847c7351048da870417724ace5c4506e816b38db02f4d7c675c189/pip_tools-6.12.1-py3-none-any.whl", 2871 + "sha256": "f0c0c0ec57b58250afce458e2e6058b1f30a4263db895b7d72fd6311bf1dc6f7", 2872 + "type": "zip", 2873 + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 2874 + } 2875 + }, 2876 + "pypi__coverage_cp310_x86_64-unknown-linux-gnu": { 2877 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2878 + "ruleClassName": "http_archive", 2879 + "attributes": { 2880 + "name": "rules_python~0.22.1~internal_deps~pypi__coverage_cp310_x86_64-unknown-linux-gnu", 2881 + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", 2882 + "patch_args": [ 2883 + "-p1" 2884 + ], 2885 + "patches": [ 2886 + "@@rules_python~0.22.1//python/private:coverage.patch" 2887 + ], 2888 + "sha256": "af4fffaffc4067232253715065e30c5a7ec6faac36f8fc8d6f64263b15f74db0", 2889 + "type": "zip", 2890 + "urls": [ 2891 + "https://files.pythonhosted.org/packages/3c/7d/d5211ea782b193ab8064b06dc0cc042cf1a4ca9c93a530071459172c550f/coverage-6.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" 2892 + ] 2893 + } 2894 + }, 2895 + "pypi__coverage_cp311_x86_64-apple-darwin": { 2896 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2897 + "ruleClassName": "http_archive", 2898 + "attributes": { 2899 + "name": "rules_python~0.22.1~internal_deps~pypi__coverage_cp311_x86_64-apple-darwin", 2900 + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", 2901 + "patch_args": [ 2902 + "-p1" 2903 + ], 2904 + "patches": [ 2905 + "@@rules_python~0.22.1//python/private:coverage.patch" 2906 + ], 2907 + "sha256": "4a5375e28c5191ac38cca59b38edd33ef4cc914732c916f2929029b4bfb50795", 2908 + "type": "zip", 2909 + "urls": [ 2910 + "https://files.pythonhosted.org/packages/50/cf/455930004231fa87efe8be06d13512f34e070ddfee8b8bf5a050cdc47ab3/coverage-6.5.0-cp311-cp311-macosx_10_9_x86_64.whl" 2911 + ] 2912 + } 2913 + }, 2914 + "pypi__coverage_cp310_aarch64-unknown-linux-gnu": { 2915 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2916 + "ruleClassName": "http_archive", 2917 + "attributes": { 2918 + "name": "rules_python~0.22.1~internal_deps~pypi__coverage_cp310_aarch64-unknown-linux-gnu", 2919 + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", 2920 + "patch_args": [ 2921 + "-p1" 2922 + ], 2923 + "patches": [ 2924 + "@@rules_python~0.22.1//python/private:coverage.patch" 2925 + ], 2926 + "sha256": "b4a5be1748d538a710f87542f22c2cad22f80545a847ad91ce45e77417293eb4", 2927 + "type": "zip", 2928 + "urls": [ 2929 + "https://files.pythonhosted.org/packages/15/b0/3639d84ee8a900da0cf6450ab46e22517e4688b6cec0ba8ab6f8166103a2/coverage-6.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" 2930 + ] 2931 + } 2932 + }, 2933 + "pypi__coverage_cp39_aarch64-unknown-linux-gnu": { 2934 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2935 + "ruleClassName": "http_archive", 2936 + "attributes": { 2937 + "name": "rules_python~0.22.1~internal_deps~pypi__coverage_cp39_aarch64-unknown-linux-gnu", 2938 + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", 2939 + "patch_args": [ 2940 + "-p1" 2941 + ], 2942 + "patches": [ 2943 + "@@rules_python~0.22.1//python/private:coverage.patch" 2944 + ], 2945 + "sha256": "b9023e237f4c02ff739581ef35969c3739445fb059b060ca51771e69101efffe", 2946 + "type": "zip", 2947 + "urls": [ 2948 + "https://files.pythonhosted.org/packages/18/95/27f80dcd8273171b781a19d109aeaed7f13d78ef6d1e2f7134a5826fd1b4/coverage-6.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" 2949 + ] 2950 + } 2951 + }, 2952 + "pypi__coverage_cp310_aarch64-apple-darwin": { 2953 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2954 + "ruleClassName": "http_archive", 2955 + "attributes": { 2956 + "name": "rules_python~0.22.1~internal_deps~pypi__coverage_cp310_aarch64-apple-darwin", 2957 + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", 2958 + "patch_args": [ 2959 + "-p1" 2960 + ], 2961 + "patches": [ 2962 + "@@rules_python~0.22.1//python/private:coverage.patch" 2963 + ], 2964 + "sha256": "784f53ebc9f3fd0e2a3f6a78b2be1bd1f5575d7863e10c6e12504f240fd06660", 2965 + "type": "zip", 2966 + "urls": [ 2967 + "https://files.pythonhosted.org/packages/89/a2/cbf599e50bb4be416e0408c4cf523c354c51d7da39935461a9687e039481/coverage-6.5.0-cp310-cp310-macosx_11_0_arm64.whl" 2968 + ] 2969 + } 2970 + }, 2971 + "pypi__pip": { 2972 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2973 + "ruleClassName": "http_archive", 2974 + "attributes": { 2975 + "name": "rules_python~0.22.1~internal_deps~pypi__pip", 2976 + "url": "https://files.pythonhosted.org/packages/09/bd/2410905c76ee14c62baf69e3f4aa780226c1bbfc9485731ad018e35b0cb5/pip-22.3.1-py3-none-any.whl", 2977 + "sha256": "908c78e6bc29b676ede1c4d57981d490cb892eb45cd8c214ab6298125119e077", 2978 + "type": "zip", 2979 + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 2980 + } 2981 + }, 2982 + "pypi__coverage_cp38_x86_64-apple-darwin": { 2983 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 2984 + "ruleClassName": "http_archive", 2985 + "attributes": { 2986 + "name": "rules_python~0.22.1~internal_deps~pypi__coverage_cp38_x86_64-apple-darwin", 2987 + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", 2988 + "patch_args": [ 2989 + "-p1" 2990 + ], 2991 + "patches": [ 2992 + "@@rules_python~0.22.1//python/private:coverage.patch" 2993 + ], 2994 + "sha256": "d900bb429fdfd7f511f868cedd03a6bbb142f3f9118c09b99ef8dc9bf9643c3c", 2995 + "type": "zip", 2996 + "urls": [ 2997 + "https://files.pythonhosted.org/packages/05/63/a789b462075395d34f8152229dccf92b25ca73eac05b3f6cd75fa5017095/coverage-6.5.0-cp38-cp38-macosx_10_9_x86_64.whl" 2998 + ] 2999 + } 3000 + }, 3001 + "pypi__coverage_cp311_x86_64-unknown-linux-gnu": { 3002 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 3003 + "ruleClassName": "http_archive", 3004 + "attributes": { 3005 + "name": "rules_python~0.22.1~internal_deps~pypi__coverage_cp311_x86_64-unknown-linux-gnu", 3006 + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", 3007 + "patch_args": [ 3008 + "-p1" 3009 + ], 3010 + "patches": [ 3011 + "@@rules_python~0.22.1//python/private:coverage.patch" 3012 + ], 3013 + "sha256": "a8fb6cf131ac4070c9c5a3e21de0f7dc5a0fbe8bc77c9456ced896c12fcdad91", 3014 + "type": "zip", 3015 + "urls": [ 3016 + "https://files.pythonhosted.org/packages/6a/63/8e82513b7e4a1b8d887b4e85c1c2b6c9b754a581b187c0b084f3330ac479/coverage-6.5.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" 3017 + ] 3018 + } 3019 + }, 3020 + "pypi__tomli": { 3021 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 3022 + "ruleClassName": "http_archive", 3023 + "attributes": { 3024 + "name": "rules_python~0.22.1~internal_deps~pypi__tomli", 3025 + "url": "https://files.pythonhosted.org/packages/97/75/10a9ebee3fd790d20926a90a2547f0bf78f371b2f13aa822c759680ca7b9/tomli-2.0.1-py3-none-any.whl", 3026 + "sha256": "939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc", 3027 + "type": "zip", 3028 + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 3029 + } 3030 + }, 3031 + "pypi__coverage_cp39_x86_64-apple-darwin": { 3032 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 3033 + "ruleClassName": "http_archive", 3034 + "attributes": { 3035 + "name": "rules_python~0.22.1~internal_deps~pypi__coverage_cp39_x86_64-apple-darwin", 3036 + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", 3037 + "patch_args": [ 3038 + "-p1" 3039 + ], 3040 + "patches": [ 3041 + "@@rules_python~0.22.1//python/private:coverage.patch" 3042 + ], 3043 + "sha256": "633713d70ad6bfc49b34ead4060531658dc6dfc9b3eb7d8a716d5873377ab745", 3044 + "type": "zip", 3045 + "urls": [ 3046 + "https://files.pythonhosted.org/packages/ea/52/c08080405329326a7ff16c0dfdb4feefaa8edd7446413df67386fe1bbfe0/coverage-6.5.0-cp39-cp39-macosx_10_9_x86_64.whl" 3047 + ] 1306 3048 } 1307 3049 }, 1308 3050 "pypi__wheel": { 1309 3051 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1310 3052 "ruleClassName": "http_archive", 1311 3053 "attributes": { 1312 - "name": "rules_python~0.4.0~pip_install~pypi__wheel", 1313 - "url": "https://files.pythonhosted.org/packages/65/63/39d04c74222770ed1589c0eaba06c05891801219272420b40311cd60c880/wheel-0.36.2-py2.py3-none-any.whl", 1314 - "sha256": "78b5b185f0e5763c26ca1e324373aadd49182ca90e825f7853f4b2509215dc0e", 3054 + "name": "rules_python~0.22.1~internal_deps~pypi__wheel", 3055 + "url": "https://files.pythonhosted.org/packages/bd/7c/d38a0b30ce22fc26ed7dbc087c6d00851fb3395e9d0dac40bec1f905030c/wheel-0.38.4-py3-none-any.whl", 3056 + "sha256": "b60533f3f5d530e971d6737ca6d58681ee434818fab630c83a734bb10c083ce8", 3057 + "type": "zip", 3058 + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 3059 + } 3060 + }, 3061 + "pypi__coverage_cp311_aarch64-unknown-linux-gnu": { 3062 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 3063 + "ruleClassName": "http_archive", 3064 + "attributes": { 3065 + "name": "rules_python~0.22.1~internal_deps~pypi__coverage_cp311_aarch64-unknown-linux-gnu", 3066 + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", 3067 + "patch_args": [ 3068 + "-p1" 3069 + ], 3070 + "patches": [ 3071 + "@@rules_python~0.22.1//python/private:coverage.patch" 3072 + ], 3073 + "sha256": "c4ed2820d919351f4167e52425e096af41bfabacb1857186c1ea32ff9983ed75", 1315 3074 "type": "zip", 1316 - "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\"**/*.py\", \"**/* *\", \"BUILD\", \"WORKSPACE\"]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 3075 + "urls": [ 3076 + "https://files.pythonhosted.org/packages/36/f3/5cbd79cf4cd059c80b59104aca33b8d05af4ad5bf5b1547645ecee716378/coverage-6.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" 3077 + ] 1317 3078 } 1318 3079 }, 1319 3080 "pypi__click": { 1320 3081 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1321 3082 "ruleClassName": "http_archive", 1322 3083 "attributes": { 1323 - "name": "rules_python~0.4.0~pip_install~pypi__click", 3084 + "name": "rules_python~0.22.1~internal_deps~pypi__click", 1324 3085 "url": "https://files.pythonhosted.org/packages/76/0a/b6c5f311e32aeb3b406e03c079ade51e905ea630fc19d1262a46249c1c86/click-8.0.1-py3-none-any.whl", 1325 3086 "sha256": "fba402a4a47334742d782209a7c79bc448911afe1149d07bdabdf480b3e2f4b6", 1326 3087 "type": "zip", 1327 - "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\"**/*.py\", \"**/* *\", \"BUILD\", \"WORKSPACE\"]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 3088 + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 3089 + } 3090 + }, 3091 + "pypi__coverage_cp39_x86_64-unknown-linux-gnu": { 3092 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 3093 + "ruleClassName": "http_archive", 3094 + "attributes": { 3095 + "name": "rules_python~0.22.1~internal_deps~pypi__coverage_cp39_x86_64-unknown-linux-gnu", 3096 + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", 3097 + "patch_args": [ 3098 + "-p1" 3099 + ], 3100 + "patches": [ 3101 + "@@rules_python~0.22.1//python/private:coverage.patch" 3102 + ], 3103 + "sha256": "8f830ed581b45b82451a40faabb89c84e1a998124ee4212d440e9c6cf70083e5", 3104 + "type": "zip", 3105 + "urls": [ 3106 + "https://files.pythonhosted.org/packages/6b/f2/919f0fdc93d3991ca074894402074d847be8ac1e1d78e7e9e1c371b69a6f/coverage-6.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" 3107 + ] 1328 3108 } 1329 3109 }, 1330 - "pypi__pip": { 3110 + "pypi__importlib_metadata": { 1331 3111 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1332 3112 "ruleClassName": "http_archive", 1333 3113 "attributes": { 1334 - "name": "rules_python~0.4.0~pip_install~pypi__pip", 1335 - "url": "https://files.pythonhosted.org/packages/47/ca/f0d790b6e18b3a6f3bd5e80c2ee4edbb5807286c21cdd0862ca933f751dd/pip-21.1.3-py3-none-any.whl", 1336 - "sha256": "78cb760711fedc073246543801c84dc5377affead832e103ad0211f99303a204", 3114 + "name": "rules_python~0.22.1~internal_deps~pypi__importlib_metadata", 3115 + "url": "https://files.pythonhosted.org/packages/d7/31/74dcb59a601b95fce3b0334e8fc9db758f78e43075f22aeb3677dfb19f4c/importlib_metadata-1.4.0-py2.py3-none-any.whl", 3116 + "sha256": "bdd9b7c397c273bcc9a11d6629a38487cd07154fa255a467bf704cd2c258e359", 1337 3117 "type": "zip", 1338 - "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\"**/*.py\", \"**/* *\", \"BUILD\", \"WORKSPACE\"]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 3118 + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 1339 3119 } 1340 3120 }, 1341 - "pypi__pip_tools": { 3121 + "pypi__pep517": { 1342 3122 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1343 3123 "ruleClassName": "http_archive", 1344 3124 "attributes": { 1345 - "name": "rules_python~0.4.0~pip_install~pypi__pip_tools", 1346 - "url": "https://files.pythonhosted.org/packages/6d/16/75d65bdccd48bb59a08e2bf167b01d8532f65604270d0a292f0f16b7b022/pip_tools-5.5.0-py2.py3-none-any.whl", 1347 - "sha256": "10841c1e56c234d610d0466447685b9ea4ee4a2c274f858c0ef3c33d9bd0d985", 3125 + "name": "rules_python~0.22.1~internal_deps~pypi__pep517", 3126 + "url": "https://files.pythonhosted.org/packages/ee/2f/ef63e64e9429111e73d3d6cbee80591672d16f2725e648ebc52096f3d323/pep517-0.13.0-py3-none-any.whl", 3127 + "sha256": "4ba4446d80aed5b5eac6509ade100bff3e7943a8489de249654a5ae9b33ee35b", 1348 3128 "type": "zip", 1349 - "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\"**/*.py\", \"**/* *\", \"BUILD\", \"WORKSPACE\"]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 3129 + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 3130 + } 3131 + }, 3132 + "pypi__coverage_cp38_x86_64-unknown-linux-gnu": { 3133 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 3134 + "ruleClassName": "http_archive", 3135 + "attributes": { 3136 + "name": "rules_python~0.22.1~internal_deps~pypi__coverage_cp38_x86_64-unknown-linux-gnu", 3137 + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", 3138 + "patch_args": [ 3139 + "-p1" 3140 + ], 3141 + "patches": [ 3142 + "@@rules_python~0.22.1//python/private:coverage.patch" 3143 + ], 3144 + "sha256": "6b07130585d54fe8dff3d97b93b0e20290de974dc8177c320aeaf23459219c0b", 3145 + "type": "zip", 3146 + "urls": [ 3147 + "https://files.pythonhosted.org/packages/bd/a0/e263b115808226fdb2658f1887808c06ac3f1b579ef5dda02309e0d54459/coverage-6.5.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" 3148 + ] 3149 + } 3150 + }, 3151 + "pypi__coverage_cp38_aarch64-apple-darwin": { 3152 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 3153 + "ruleClassName": "http_archive", 3154 + "attributes": { 3155 + "name": "rules_python~0.22.1~internal_deps~pypi__coverage_cp38_aarch64-apple-darwin", 3156 + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", 3157 + "patch_args": [ 3158 + "-p1" 3159 + ], 3160 + "patches": [ 3161 + "@@rules_python~0.22.1//python/private:coverage.patch" 3162 + ], 3163 + "sha256": "2198ea6fc548de52adc826f62cb18554caedfb1d26548c1b7c88d8f7faa8f6ba", 3164 + "type": "zip", 3165 + "urls": [ 3166 + "https://files.pythonhosted.org/packages/07/82/79fa21ceca9a9b091eb3c67e27eb648dade27b2c9e1eb23af47232a2a365/coverage-6.5.0-cp38-cp38-macosx_11_0_arm64.whl" 3167 + ] 3168 + } 3169 + }, 3170 + "pypi__packaging": { 3171 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 3172 + "ruleClassName": "http_archive", 3173 + "attributes": { 3174 + "name": "rules_python~0.22.1~internal_deps~pypi__packaging", 3175 + "url": "https://files.pythonhosted.org/packages/8f/7b/42582927d281d7cb035609cd3a543ffac89b74f3f4ee8e1c50914bcb57eb/packaging-22.0-py3-none-any.whl", 3176 + "sha256": "957e2148ba0e1a3b282772e791ef1d8083648bc131c8ab0c1feba110ce1146c3", 3177 + "type": "zip", 3178 + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 1350 3179 } 1351 3180 }, 1352 3181 "pypi__setuptools": { 1353 3182 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 1354 3183 "ruleClassName": "http_archive", 1355 3184 "attributes": { 1356 - "name": "rules_python~0.4.0~pip_install~pypi__setuptools", 1357 - "url": "https://files.pythonhosted.org/packages/a2/e1/902fbc2f61ad6243cd3d57ffa195a9eb123021ec912ec5d811acf54a39f8/setuptools-57.1.0-py3-none-any.whl", 1358 - "sha256": "ddae4c1b9220daf1e32ba9d4e3714df6019c5b583755559be84ff8199f7e1fe3", 3185 + "name": "rules_python~0.22.1~internal_deps~pypi__setuptools", 3186 + "url": "https://files.pythonhosted.org/packages/7c/5b/3d92b9f0f7ca1645cba48c080b54fe7d8b1033a4e5720091d1631c4266db/setuptools-60.10.0-py3-none-any.whl", 3187 + "sha256": "782ef48d58982ddb49920c11a0c5c9c0b02e7d7d1c2ad0aa44e1a1e133051c96", 3188 + "type": "zip", 3189 + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 3190 + } 3191 + }, 3192 + "pypi__zipp": { 3193 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 3194 + "ruleClassName": "http_archive", 3195 + "attributes": { 3196 + "name": "rules_python~0.22.1~internal_deps~pypi__zipp", 3197 + "url": "https://files.pythonhosted.org/packages/f4/50/cc72c5bcd48f6e98219fc4a88a5227e9e28b81637a99c49feba1d51f4d50/zipp-1.0.0-py2.py3-none-any.whl", 3198 + "sha256": "8dda78f06bd1674bd8720df8a50bb47b6e1233c503a4eed8e7810686bde37656", 3199 + "type": "zip", 3200 + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 3201 + } 3202 + }, 3203 + "pypi__colorama": { 3204 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 3205 + "ruleClassName": "http_archive", 3206 + "attributes": { 3207 + "name": "rules_python~0.22.1~internal_deps~pypi__colorama", 3208 + "url": "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", 3209 + "sha256": "4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", 3210 + "type": "zip", 3211 + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 3212 + } 3213 + }, 3214 + "pypi__build": { 3215 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 3216 + "ruleClassName": "http_archive", 3217 + "attributes": { 3218 + "name": "rules_python~0.22.1~internal_deps~pypi__build", 3219 + "url": "https://files.pythonhosted.org/packages/03/97/f58c723ff036a8d8b4d3115377c0a37ed05c1f68dd9a0d66dab5e82c5c1c/build-0.9.0-py3-none-any.whl", 3220 + "sha256": "38a7a2b7a0bdc61a42a0a67509d88c71ecfc37b393baba770fae34e20929ff69", 3221 + "type": "zip", 3222 + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 3223 + } 3224 + }, 3225 + "pypi__coverage_cp310_x86_64-apple-darwin": { 3226 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 3227 + "ruleClassName": "http_archive", 3228 + "attributes": { 3229 + "name": "rules_python~0.22.1~internal_deps~pypi__coverage_cp310_x86_64-apple-darwin", 3230 + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", 3231 + "patch_args": [ 3232 + "-p1" 3233 + ], 3234 + "patches": [ 3235 + "@@rules_python~0.22.1//python/private:coverage.patch" 3236 + ], 3237 + "sha256": "ef8674b0ee8cc11e2d574e3e2998aea5df5ab242e012286824ea3c6970580e53", 3238 + "type": "zip", 3239 + "urls": [ 3240 + "https://files.pythonhosted.org/packages/c4/8d/5ec7d08f4601d2d792563fe31db5e9322c306848fec1e65ec8885927f739/coverage-6.5.0-cp310-cp310-macosx_10_9_x86_64.whl" 3241 + ] 3242 + } 3243 + }, 3244 + "pypi__installer": { 3245 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 3246 + "ruleClassName": "http_archive", 3247 + "attributes": { 3248 + "name": "rules_python~0.22.1~internal_deps~pypi__installer", 3249 + "url": "https://files.pythonhosted.org/packages/e5/ca/1172b6638d52f2d6caa2dd262ec4c811ba59eee96d54a7701930726bce18/installer-0.7.0-py3-none-any.whl", 3250 + "sha256": "05d1933f0a5ba7d8d6296bb6d5018e7c94fa473ceb10cf198a92ccea19c27b53", 1359 3251 "type": "zip", 1360 - "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\"**/*.py\", \"**/* *\", \"BUILD\", \"WORKSPACE\"]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 3252 + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 3253 + } 3254 + }, 3255 + "pypi__more_itertools": { 3256 + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 3257 + "ruleClassName": "http_archive", 3258 + "attributes": { 3259 + "name": "rules_python~0.22.1~internal_deps~pypi__more_itertools", 3260 + "url": "https://files.pythonhosted.org/packages/bd/3f/c4b3dbd315e248f84c388bd4a72b131a29f123ecacc37ffb2b3834546e42/more_itertools-8.13.0-py3-none-any.whl", 3261 + "sha256": "c5122bffc5f104d37c1626b8615b511f3427aa5389b94d61e5ef8236bfbc3ddb", 3262 + "type": "zip", 3263 + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 1361 3264 } 1362 3265 } 1363 - } 3266 + }, 3267 + "recordedRepoMappingEntries": [ 3268 + [ 3269 + "rules_python~0.22.1", 3270 + "bazel_skylib", 3271 + "bazel_skylib~1.3.0" 3272 + ], 3273 + [ 3274 + "rules_python~0.22.1", 3275 + "bazel_tools", 3276 + "bazel_tools" 3277 + ], 3278 + [ 3279 + "rules_python~0.22.1", 3280 + "rules_python", 3281 + "rules_python~0.22.1" 3282 + ] 3283 + ] 1364 3284 } 1365 3285 } 1366 3286 }
+2 -2
pkgs/development/tools/build-managers/bazel/bazel_7/default.nix
··· 43 43 # Always assume all markers valid (this is needed because we remove markers; they are non-deterministic). 44 44 # Also, don't clean up environment variables (so that NIX_ environment variables are passed to compilers). 45 45 , enableNixHacks ? false 46 + , version ? "7.0.2", 46 47 }: 47 48 48 49 let 49 - version = "7.0.0"; 50 50 sourceRoot = "."; 51 51 52 52 src = fetchurl { 53 53 url = "https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-dist.zip"; 54 - hash = "sha256-R35U9jdAAfQ5qUcbod6deCTa8SnblVEISezF4ZzogXA="; 54 + hash = "sha256-3qK5BXXUPvPkHEAvZMJIGETsvwtA+FSLdaIEpNUE4DU="; 55 55 }; 56 56 57 57 # Use builtins.fetchurl to avoid IFD, in particular on hydra
+78 -17
pkgs/development/tools/build-managers/bazel/bazel_7/protobuf-test.MODULE.bazel.lock
··· 937 937 "name": "apple_support~1.5.0~apple_cc_configure_extension~local_config_apple_cc_toolchains" 938 938 } 939 939 } 940 - } 940 + }, 941 + "recordedRepoMappingEntries": [ 942 + [ 943 + "apple_support~1.5.0", 944 + "bazel_tools", 945 + "bazel_tools" 946 + ] 947 + ] 941 948 } 942 949 }, 943 950 "@@bazel_tools//tools/android:android_extensions.bzl%remote_android_tools_extensions": { 944 951 "general": { 945 - "bzlTransitiveDigest": "iz3RFYDcsjupaT10sdSPAhA44WL3eDYkTEnYThllj1w=", 952 + "bzlTransitiveDigest": "4x/FXzwoadac6uV9ItZ4eGOyCculGHHrKUhLFNWo3lA=", 946 953 "accumulatedFileDigests": {}, 947 954 "envVariables": {}, 948 955 "generatedRepoSpecs": { ··· 964 971 "url": "https://maven.google.com/com/android/tools/r8/8.1.56/r8-8.1.56.jar" 965 972 } 966 973 } 967 - } 974 + }, 975 + "recordedRepoMappingEntries": [] 968 976 } 969 977 }, 970 978 "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { 971 979 "general": { 972 - "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", 980 + "bzlTransitiveDigest": "mcsWHq3xORJexV5/4eCvNOLxFOQKV6eli3fkr+tEaqE=", 973 981 "accumulatedFileDigests": {}, 974 982 "envVariables": {}, 975 983 "generatedRepoSpecs": { ··· 987 995 "name": "bazel_tools~cc_configure_extension~local_config_cc_toolchains" 988 996 } 989 997 } 990 - } 998 + }, 999 + "recordedRepoMappingEntries": [ 1000 + [ 1001 + "bazel_tools", 1002 + "bazel_tools", 1003 + "bazel_tools" 1004 + ] 1005 + ] 991 1006 } 992 1007 }, 993 1008 "@@bazel_tools//tools/osx:xcode_configure.bzl%xcode_configure_extension": { ··· 1005 1020 "remote_xcode": "" 1006 1021 } 1007 1022 } 1008 - } 1023 + }, 1024 + "recordedRepoMappingEntries": [] 1009 1025 } 1010 1026 }, 1011 1027 "@@bazel_tools//tools/sh:sh_configure.bzl%sh_configure_extension": { ··· 1021 1037 "name": "bazel_tools~sh_configure_extension~local_config_sh" 1022 1038 } 1023 1039 } 1024 - } 1040 + }, 1041 + "recordedRepoMappingEntries": [] 1025 1042 } 1026 1043 }, 1027 1044 "@@bazel_tools//tools/test:extensions.bzl%remote_coverage_tools_extension": { 1028 1045 "general": { 1029 - "bzlTransitiveDigest": "cizrA62cv8WUgb0cCmx5B6PRijtr/I4TAWxg/4caNGU=", 1046 + "bzlTransitiveDigest": "y48q5zUu2oMiYv7yUyi7rFB0wt14eqiF/RQcWT6vP7I=", 1030 1047 "accumulatedFileDigests": {}, 1031 1048 "envVariables": {}, 1032 1049 "generatedRepoSpecs": { ··· 1041 1058 ] 1042 1059 } 1043 1060 } 1044 - } 1061 + }, 1062 + "recordedRepoMappingEntries": [] 1045 1063 } 1046 1064 }, 1047 1065 "@@rules_java~7.1.0//java:extensions.bzl%toolchains": { 1048 1066 "general": { 1049 - "bzlTransitiveDigest": "iUIRqCK7tkhvcDJCAfPPqSd06IHG0a8HQD0xeQyVAqw=", 1067 + "bzlTransitiveDigest": "D02GmifxnV/IhYgspsJMDZ/aE8HxAjXgek5gi6FSto4=", 1050 1068 "accumulatedFileDigests": {}, 1051 1069 "envVariables": {}, 1052 1070 "generatedRepoSpecs": { ··· 1581 1599 "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_win//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_win//:jdk\",\n)\n" 1582 1600 } 1583 1601 } 1584 - } 1602 + }, 1603 + "recordedRepoMappingEntries": [ 1604 + [ 1605 + "rules_java~7.1.0", 1606 + "bazel_tools", 1607 + "bazel_tools" 1608 + ], 1609 + [ 1610 + "rules_java~7.1.0", 1611 + "remote_java_tools", 1612 + "rules_java~7.1.0~toolchains~remote_java_tools" 1613 + ] 1614 + ] 1585 1615 } 1586 1616 }, 1587 1617 "@@rules_jvm_external~4.4.2//:extensions.bzl%maven": { 1588 1618 "general": { 1589 - "bzlTransitiveDigest": "SNZtnmBkSzitA86+iyWV+lsMoWqTaHkbJeV673xyy3k=", 1619 + "bzlTransitiveDigest": "vfN15bfa5VcQIt0lp3UZTznETp3NF8xw9pHYN+3Ma6A=", 1590 1620 "accumulatedFileDigests": { 1591 1621 "@@rules_jvm_external~4.4.2//:rules_jvm_external_deps_install.json": "10442a5ae27d9ff4c2003e5ab71643bf0d8b48dcf968b4173fa274c3232a8c06" 1592 1622 }, ··· 2668 2698 "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/sdk-core/2.17.183/sdk-core-2.17.183.jar" 2669 2699 } 2670 2700 } 2671 - } 2701 + }, 2702 + "recordedRepoMappingEntries": [ 2703 + [ 2704 + "rules_jvm_external~4.4.2", 2705 + "bazel_tools", 2706 + "bazel_tools" 2707 + ], 2708 + [ 2709 + "rules_jvm_external~4.4.2", 2710 + "rules_jvm_external", 2711 + "rules_jvm_external~4.4.2" 2712 + ] 2713 + ] 2672 2714 } 2673 2715 }, 2674 2716 "@@rules_jvm_external~4.4.2//:non-module-deps.bzl%non_module_deps": { 2675 2717 "general": { 2676 - "bzlTransitiveDigest": "/rh2kt+7d77UiyuaTMepsRWJdj6Aot4FxGP6oW8S+U0=", 2718 + "bzlTransitiveDigest": "zXwz7xFBNBig3QRyd5WAZU3y/6fZvd6jnP6EkJIutS0=", 2677 2719 "accumulatedFileDigests": {}, 2678 2720 "envVariables": {}, 2679 2721 "generatedRepoSpecs": { ··· 2688 2730 ] 2689 2731 } 2690 2732 } 2691 - } 2733 + }, 2734 + "recordedRepoMappingEntries": [ 2735 + [ 2736 + "rules_jvm_external~4.4.2", 2737 + "bazel_tools", 2738 + "bazel_tools" 2739 + ] 2740 + ] 2692 2741 } 2693 2742 }, 2694 2743 "@@rules_python~0.10.2//python:extensions.bzl%pip_install": { 2695 2744 "general": { 2696 - "bzlTransitiveDigest": "CBgAHij2PzinIkeOkoRJcllj6whJIQ5eOHaHNfKikpU=", 2745 + "bzlTransitiveDigest": "7AvdSiZR6OSZZhgJCJJYhrJbhi7tTP1EGFGu68oep00=", 2697 2746 "accumulatedFileDigests": {}, 2698 2747 "envVariables": {}, 2699 2748 "generatedRepoSpecs": { ··· 2796 2845 "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\"**/*.py\", \"**/* *\", \"BUILD\", \"WORKSPACE\"]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" 2797 2846 } 2798 2847 } 2799 - } 2848 + }, 2849 + "recordedRepoMappingEntries": [ 2850 + [ 2851 + "rules_python~0.10.2", 2852 + "bazel_tools", 2853 + "bazel_tools" 2854 + ], 2855 + [ 2856 + "rules_python~0.10.2", 2857 + "rules_python", 2858 + "rules_python~0.10.2" 2859 + ] 2860 + ] 2800 2861 } 2801 2862 } 2802 2863 }
+3
pkgs/os-specific/linux/kernel/common-config.nix
··· 1023 1023 # Bump the maximum number of CPUs to support systems like EC2 x1.* 1024 1024 # instances and Xeon Phi. 1025 1025 NR_CPUS = freeform "384"; 1026 + 1027 + # Enable LEDS to display link-state status of PHY devices (i.e. eth lan/wan interfaces) 1028 + LED_TRIGGER_PHY = whenAtLeast "4.10" yes; 1026 1029 } // optionalAttrs (stdenv.hostPlatform.system == "armv7l-linux" || stdenv.hostPlatform.system == "aarch64-linux") { 1027 1030 # Enables support for the Allwinner Display Engine 2.0 1028 1031 SUN8I_DE2_CCU = yes;
+6 -6
pkgs/os-specific/linux/kernel/kernels-org.json
··· 8 8 "hash": "sha256:1dfbbydmayfj9npx3z0g38p574pmcx3qgs49dv0npigl48wd9yvq" 9 9 }, 10 10 "6.1": { 11 - "version": "6.1.77", 12 - "hash": "sha256:07grng6rrgpy6c3465hwqhn3gcdam1c8rwya30vgpk8nfxbfqm1v" 11 + "version": "6.1.78", 12 + "hash": "sha256:12fn23m2xwdlv6gr1s8872lk8mvigqkblvlhr54nh8rik2b6n835" 13 13 }, 14 14 "5.15": { 15 15 "version": "5.15.148", ··· 28 28 "hash": "sha256:06dy270xw4frnrc9p2qjh8chgp02fr5ll5g2b0lx9xqzlq7y86xr" 29 29 }, 30 30 "6.6": { 31 - "version": "6.6.16", 32 - "hash": "sha256:0c5a9agdr27bwd1z6790whczb858z8i34hhn548lzbdylfamf7dj" 31 + "version": "6.6.17", 32 + "hash": "sha256:0si20m9ckir826jg40bh7sh4kwlp610rnc3gwsgs4nm7dfcm0xpf" 33 33 }, 34 34 "6.7": { 35 - "version": "6.7.4", 36 - "hash": "sha256:036nk3h7vqzd7gnxan2173kpss5qm2pci1lvd58gh90azigrz3gn" 35 + "version": "6.7.5", 36 + "hash": "sha256:1zrralagnv9yr8qdg7lc05735691dbh92mgwfyxrq5xqc504dxi9" 37 37 } 38 38 }
+7 -2
pkgs/os-specific/linux/kernel/perf/default.nix
··· 129 129 ++ lib.optional (lib.versionAtLeast kernel.version "5.8") libpfm 130 130 ++ lib.optional (lib.versionAtLeast kernel.version "6.0") python3.pkgs.setuptools; 131 131 132 - env.NIX_CFLAGS_COMPILE = toString [ 132 + env.NIX_CFLAGS_COMPILE = toString ([ 133 133 "-Wno-error=cpp" 134 134 "-Wno-error=bool-compare" 135 135 "-Wno-error=deprecated-declarations" 136 136 "-Wno-error=stringop-truncation" 137 - ]; 137 + ] ++ lib.optionals (stdenv.cc.isGNU && lib.versions.major stdenv.cc.version == "13") [ 138 + # Workaround gcc bug that causes enev simplest `perf top` runs to 139 + # crash: https://gcc.gnu.org/PR111009. 140 + # Can be removed once gcc-13 is updated past 13.2.0. 141 + "-O1" 142 + ]); 138 143 139 144 doCheck = false; # requires "sparse" 140 145
+3 -3
pkgs/servers/gotosocial/default.nix
··· 9 9 owner = "superseriousbusiness"; 10 10 repo = "gotosocial"; 11 11 12 - version = "0.13.2"; 12 + version = "0.13.3"; 13 13 14 14 web-assets = fetchurl { 15 15 url = "https://github.com/${owner}/${repo}/releases/download/v${version}/${repo}_${version}_web-assets.tar.gz"; 16 - hash = "sha256-Iyqn0/VyigmOhlyyz1NfvNIXmWtF617QbWzM2c7jHWw="; 16 + hash = "sha256-xC1Acm/CJHXTblV8E63vZB+r/ktBH7EytL7x4eWGko8="; 17 17 }; 18 18 in 19 19 buildGoModule rec { ··· 23 23 src = fetchFromGitHub { 24 24 inherit owner repo; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-VQnE4Xff4gtjQ6V2B42zK8UjosBWEMgcL/3Q8S0wc5Q="; 26 + hash = "sha256-zjmIa25veVL0ruFow4c1oV+VtgJGgWrRL99GPdaNc4g"; 27 27 }; 28 28 29 29 vendorHash = null;
+12 -4
pkgs/servers/mattermost/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "mattermost"; 11 - version = "8.1.7"; 11 + version = "8.1.10"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "mattermost"; 15 15 repo = "mattermost"; 16 16 rev = "v${version}"; 17 - hash = "sha256-ZpjdJ1Uck0kM+togUKpxRij8V0jQX+12Meks+L1Tc90="; 17 + hash = "sha256-eloO83koCNZOR/NYzUCdKOtVdF7rk+VrZ9U2bKWkxNU="; 18 18 } + "/server"; 19 19 20 + # this can probably be removed again in versions newer than 8.1.10 21 + overrideModAttrs = (_: { 22 + preBuild = '' 23 + go mod tidy 24 + ''; 25 + }); 26 + 20 27 webapp = fetchurl { 21 28 url = "https://releases.mattermost.com/${version}/mattermost-${version}-linux-amd64.tar.gz"; 22 - hash = "sha256-eORIoZLoxWdvuRlirJ7djBTgueIzlzIhRAoURy58zCA="; 29 + hash = "sha256-qxFW/P+INcMKSzaGZtOOr1Mi/glgZeiKvQ+YN0qX070="; 23 30 }; 24 31 25 - vendorHash = "sha256-RPnCAxksKppsjVtZYhwcoJuAmMJ85AstuoBFChKwAOk="; 32 + vendorHash = "sha256-ZbLSxG9Gyhk7PBC2V6sMtrQNXvm+ugMfliFIHWO1VLs="; 26 33 27 34 subPackages = [ "cmd/mattermost" ]; 28 35 ··· 37 44 "-X github.com/mattermost/mattermost/server/public/model.BuildHash=v${version}" 38 45 "-X github.com/mattermost/mattermost/server/public/model.BuildHashEnterprise=none" 39 46 "-X github.com/mattermost/mattermost/server/public/model.BuildEnterpriseReady=false" 47 + "-X github.com/mattermost/mattermost/server/public/model.MockCWS=false" 40 48 ]; 41 49 42 50 postInstall = ''
+3 -3
pkgs/servers/nosql/surrealdb/default.nix
··· 13 13 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "surrealdb"; 16 - version = "1.1.1"; 16 + version = "1.2.1"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "surrealdb"; 20 20 repo = "surrealdb"; 21 21 rev = "v${version}"; 22 - hash = "sha256-3xH0trwTs2Cr07/PtA4K808PUwaT6WmrIr2+11L7t6A="; 22 + hash = "sha256-ICQvAyBV+7cyHiwwiPEaoGT/W/pM4yiSpqByzkByRK4="; 23 23 }; 24 24 25 - cargoHash = "sha256-dNn2HMZ7c/q/EhfMUHqWV79+3gMA9URqEozdEixkV/0="; 25 + cargoHash = "sha256-a9ZRr6U7mKCk2uaXJmCJMaCQxJ9adbRLMRUpJrsookk="; 26 26 27 27 # error: linker `aarch64-linux-gnu-gcc` not found 28 28 postPatch = ''
+1
pkgs/test/default.nix
··· 111 111 fetchzip = callPackages ../build-support/fetchzip/tests.nix { }; 112 112 fetchgit = callPackages ../build-support/fetchgit/tests.nix { }; 113 113 fetchFirefoxAddon = callPackages ../build-support/fetchfirefoxaddon/tests.nix { }; 114 + fetchPypiLegacy = callPackages ../build-support/fetchpypilegacy/tests.nix { }; 114 115 115 116 install-shell-files = callPackage ./install-shell-files {}; 116 117
+3 -3
pkgs/tools/misc/mise/default.nix
··· 17 17 18 18 rustPlatform.buildRustPackage rec { 19 19 pname = "mise"; 20 - version = "2024.2.5"; 20 + version = "2024.2.15"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "jdx"; 24 24 repo = "mise"; 25 25 rev = "v${version}"; 26 - hash = "sha256-dShe8h1aRDZPwzCKAhJag5xfylYqWJuCiB9A4afV8g0="; 26 + hash = "sha256-vBlO4Xxv5XM5KEZmIplSSb/LgdG485hQkb7RSRrOIyM="; 27 27 }; 28 28 29 - cargoHash = "sha256-3yV26WZid5e7H9UsAaKLjSvL1MSQ+M5BjBR5Mt701Io="; 29 + cargoHash = "sha256-V+j0Z8voDzVdO2fHFw4boUvlFfCrOId7nkTZsZbCcfg="; 30 30 31 31 nativeBuildInputs = [ installShellFiles pkg-config ]; 32 32 buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
+4
pkgs/tools/system/java-service-wrapper/default.nix
··· 58 58 platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ]; 59 59 maintainers = [ maintainers.suhr ]; 60 60 mainProgram = "wrapper"; 61 + # Broken for Musl at 2024-01-17. Errors as: 62 + # logger.c:81:12: fatal error: gnu/libc-version.h: No such file or directory 63 + # Tracking issue: https://github.com/NixOS/nixpkgs/issues/281557 64 + broken = stdenv.hostPlatform.isMusl; 61 65 }; 62 66 }
+2 -2
pkgs/tools/text/ascii/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "ascii"; 5 - version = "3.19"; 5 + version = "3.20"; 6 6 7 7 src = fetchurl { 8 8 url = "http://www.catb.org/~esr/ascii/${pname}-${version}.tar.gz"; 9 - sha256 = "sha256-+dou/tgvJFZY+VYeW3VoCecerw5adzWsW+uSTN2ppWA="; 9 + sha256 = "sha256-nm5X6mDUGagDoCTOY2YlTvtxYma4Tu3VjNmA2rzBFnQ="; 10 10 }; 11 11 12 12 prePatch = ''
+4
pkgs/top-level/all-packages.nix
··· 1248 1248 1249 1249 fetchPypi = callPackage ../build-support/fetchpypi { }; 1250 1250 1251 + fetchPypiLegacy = callPackage ../build-support/fetchpypilegacy { }; 1252 + 1251 1253 resolveMirrorURLs = {url}: fetchurl { 1252 1254 showURLs = true; 1253 1255 inherit url; ··· 11530 11532 11531 11533 opendht = callPackage ../development/libraries/opendht { 11532 11534 inherit (darwin.apple_sdk.frameworks) Security; 11535 + restinio = restinio_0_6; 11533 11536 }; 11534 11537 11535 11538 opendkim = callPackage ../development/libraries/opendkim { }; ··· 41724 41727 # TODO: remove once `udev` is `systemdMinimal` everywhere. 41725 41728 udev = systemdMinimal; 41726 41729 jack = libjack2; 41730 + restinio = restinio_0_6; 41727 41731 }; 41728 41732 41729 41733 jitsi-meet-electron = callPackage ../applications/networking/instant-messengers/jitsi-meet-electron { };
+1 -1
pkgs/top-level/python-packages.nix
··· 7039 7039 7040 7040 meshtastic = callPackage ../development/python-modules/meshtastic { }; 7041 7041 7042 - meson = toPythonModule ((pkgs.meson.override { python3 = python; }).overrideAttrs 7042 + meson = toPythonModule ((pkgs.meson.override { python3 = python; }).overridePythonAttrs 7043 7043 (oldAttrs: { # We do not want the setup hook in Python packages because the build is performed differently. 7044 7044 setupHook = null; 7045 7045 }));