lol

Merge master into staging-next

authored by

github-actions[bot] and committed by
GitHub
e2daa3d1 4227259f

+6903 -5377
+1 -1
.github/workflows/backport.yml
··· 20 20 if: github.repository_owner == 'NixOS' && github.event.pull_request.merged == true && (github.event_name != 'labeled' || startsWith('backport', github.event.label.name)) 21 21 runs-on: ubuntu-latest 22 22 steps: 23 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 23 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 24 24 with: 25 25 ref: ${{ github.event.pull_request.head.sha }} 26 26 - name: Create backport PRs
+1 -1
.github/workflows/basic-eval.yml
··· 19 19 runs-on: ubuntu-latest 20 20 # we don't limit this action to only NixOS repo since the checks are cheap and useful developer feedback 21 21 steps: 22 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 22 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 23 23 - uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30 24 24 - uses: cachix/cachix-action@ad2ddac53f961de1989924296a1f236fcfbaa4fc # v15 25 25 with:
+1 -1
.github/workflows/check-cherry-picks.yml
··· 14 14 runs-on: ubuntu-latest 15 15 if: github.repository_owner == 'NixOS' 16 16 steps: 17 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 17 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 18 18 with: 19 19 fetch-depth: 0 20 20 filter: blob:none
+1 -1
.github/workflows/check-maintainers-sorted.yaml
··· 13 13 runs-on: ubuntu-latest 14 14 if: github.repository_owner == 'NixOS' 15 15 steps: 16 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 16 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 17 17 with: 18 18 # pull_request_target checks out the base branch by default 19 19 ref: refs/pull/${{ github.event.pull_request.number }}/merge
+1 -1
.github/workflows/check-nix-format.yml
··· 18 18 runs-on: ubuntu-latest 19 19 if: "!contains(github.event.pull_request.title, '[skip treewide]')" 20 20 steps: 21 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 21 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 22 22 with: 23 23 # pull_request_target checks out the base branch by default 24 24 ref: refs/pull/${{ github.event.pull_request.number }}/merge
+1 -1
.github/workflows/check-nixf-tidy.yml
··· 12 12 runs-on: ubuntu-latest 13 13 if: "!contains(github.event.pull_request.title, '[skip treewide]')" 14 14 steps: 15 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 15 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 16 16 with: 17 17 # pull_request_target checks out the base branch by default 18 18 ref: refs/pull/${{ github.event.pull_request.number }}/merge
+2 -2
.github/workflows/check-shell.yml
··· 10 10 name: shell-check-x86_64-linux 11 11 runs-on: ubuntu-latest 12 12 steps: 13 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 13 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 14 14 with: 15 15 # pull_request_target checks out the base branch by default 16 16 ref: refs/pull/${{ github.event.pull_request.number }}/merge ··· 22 22 name: shell-check-aarch64-darwin 23 23 runs-on: macos-latest 24 24 steps: 25 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 25 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 26 26 with: 27 27 # pull_request_target checks out the base branch by default 28 28 ref: refs/pull/${{ github.event.pull_request.number }}/merge
+3 -3
.github/workflows/codeowners.yml
··· 35 35 # Important: Because we use pull_request_target, this checks out the base branch of the PR, not the PR itself. 36 36 # We later build and run code from the base branch with access to secrets, 37 37 # so it's important this is not the PRs code. 38 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 38 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 39 39 with: 40 40 path: base 41 41 ··· 48 48 app-id: ${{ vars.OWNER_APP_ID }} 49 49 private-key: ${{ secrets.OWNER_APP_PRIVATE_KEY }} 50 50 51 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 51 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 52 52 with: 53 53 ref: refs/pull/${{ github.event.number }}/merge 54 54 path: pr ··· 72 72 73 73 # Important: Because we use pull_request_target, this checks out the base branch of the PR, not the PR head. 74 74 # This is intentional, because we need to request the review of owners as declared in the base branch. 75 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 75 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 76 76 77 77 - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 78 78 id: app-token
+1 -1
.github/workflows/editorconfig.yml
··· 25 25 - name: print list of changed files 26 26 run: | 27 27 cat "$HOME/changed_files" 28 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 28 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 29 29 with: 30 30 # pull_request_target checks out the base branch by default 31 31 ref: refs/pull/${{ github.event.pull_request.number }}/merge
+1 -1
.github/workflows/manual-nixos.yml
··· 15 15 runs-on: ubuntu-latest 16 16 if: github.repository_owner == 'NixOS' 17 17 steps: 18 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 18 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 19 19 with: 20 20 # pull_request_target checks out the base branch by default 21 21 ref: refs/pull/${{ github.event.pull_request.number }}/merge
+1 -1
.github/workflows/manual-nixpkgs.yml
··· 17 17 runs-on: ubuntu-latest 18 18 if: github.repository_owner == 'NixOS' 19 19 steps: 20 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 20 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 21 21 with: 22 22 # pull_request_target checks out the base branch by default 23 23 ref: refs/pull/${{ github.event.pull_request.number }}/merge
+1 -1
.github/workflows/nix-parse.yml
··· 25 25 if [[ -s "$HOME/changed_files" ]]; then 26 26 echo "CHANGED_FILES=$HOME/changed_files" > "$GITHUB_ENV" 27 27 fi 28 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 28 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 29 29 with: 30 30 # pull_request_target checks out the base branch by default 31 31 ref: refs/pull/${{ github.event.pull_request.number }}/merge
+2 -2
.github/workflows/nixpkgs-vet.yml
··· 27 27 timeout-minutes: 10 28 28 steps: 29 29 # This checks out the base branch because of pull_request_target 30 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 30 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 31 31 with: 32 32 path: base 33 33 sparse-checkout: ci ··· 42 42 echo "Skipping the rest..." 43 43 fi 44 44 rm -rf base 45 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 45 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 46 46 if: env.mergedSha 47 47 with: 48 48 # pull_request_target checks out the base branch by default
+1 -1
.github/workflows/periodic-merge-24h.yml
··· 41 41 into: staging-24.05 42 42 name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }} 43 43 steps: 44 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 44 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 45 45 46 46 - name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }} 47 47 uses: devmasx/merge-branch@854d3ac71ed1e9deb668e0074781b81fdd6e771f # 1.4.0
+1 -1
.github/workflows/periodic-merge-6h.yml
··· 39 39 into: staging 40 40 name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }} 41 41 steps: 42 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 42 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 43 43 44 44 - name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }} 45 45 uses: devmasx/merge-branch@854d3ac71ed1e9deb668e0074781b81fdd6e771f # 1.4.0
+1 -1
.github/workflows/update-terraform-providers.yml
··· 16 16 if: github.repository_owner == 'NixOS' && github.ref == 'refs/heads/master' # ensure workflow_dispatch only runs on master 17 17 runs-on: ubuntu-latest 18 18 steps: 19 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 19 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 20 20 - uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30 21 21 with: 22 22 nix_path: nixpkgs=channel:nixpkgs-unstable
+6
maintainers/maintainer-list.nix
··· 5841 5841 githubId = 6872940; 5842 5842 name = "Dennis Værum"; 5843 5843 }; 5844 + dvcorreia = { 5845 + email = "dv_correia@hotmail.com"; 5846 + name = "Diogo Correia"; 5847 + github = "dvcorreia"; 5848 + githubId = 20357938; 5849 + }; 5844 5850 dvn0 = { 5845 5851 email = "git@dvn.me"; 5846 5852 github = "dvn0";
+22 -21
maintainers/scripts/update.py
··· 12 12 13 13 class CalledProcessError(Exception): 14 14 process: asyncio.subprocess.Process 15 + stderr: Optional[bytes] 15 16 16 17 class UpdateFailedException(Exception): 17 18 pass ··· 19 20 def eprint(*args, **kwargs): 20 21 print(*args, file=sys.stderr, **kwargs) 21 22 22 - async def check_subprocess(*args, **kwargs): 23 + async def check_subprocess_output(*args, **kwargs): 23 24 """ 24 - Emulate check argument of subprocess.run function. 25 + Emulate check and capture_output arguments of subprocess.run function. 25 26 """ 26 27 process = await asyncio.create_subprocess_exec(*args, **kwargs) 27 - returncode = await process.wait() 28 + # We need to use communicate() instead of wait(), as the OS pipe buffers 29 + # can fill up and cause a deadlock. 30 + stdout, stderr = await process.communicate() 28 31 29 - if returncode != 0: 32 + if process.returncode != 0: 30 33 error = CalledProcessError() 31 34 error.process = process 35 + error.stderr = stderr 32 36 33 37 raise error 34 38 35 - return process 39 + return stdout 36 40 37 41 async def run_update_script(nixpkgs_root: str, merge_lock: asyncio.Lock, temp_dir: Optional[Tuple[str, str]], package: Dict, keep_going: bool): 38 42 worktree: Optional[str] = None ··· 43 47 worktree, _branch = temp_dir 44 48 45 49 # Ensure the worktree is clean before update. 46 - await check_subprocess('git', 'reset', '--hard', '--quiet', 'HEAD', cwd=worktree) 50 + await check_subprocess_output('git', 'reset', '--hard', '--quiet', 'HEAD', cwd=worktree) 47 51 48 52 # Update scripts can use $(dirname $0) to get their location but we want to run 49 53 # their clones in the git worktree, not in the main nixpkgs repo. ··· 52 56 eprint(f" - {package['name']}: UPDATING ...") 53 57 54 58 try: 55 - update_process = await check_subprocess( 59 + update_info = await check_subprocess_output( 56 60 'env', 57 61 f"UPDATE_NIX_NAME={package['name']}", 58 62 f"UPDATE_NIX_PNAME={package['pname']}", ··· 63 67 stderr=asyncio.subprocess.PIPE, 64 68 cwd=worktree, 65 69 ) 66 - update_info = await update_process.stdout.read() 67 - 68 70 await merge_changes(merge_lock, package, update_info, temp_dir) 69 71 except KeyboardInterrupt as e: 70 72 eprint('Cancelling…') ··· 74 76 eprint() 75 77 eprint(f"--- SHOWING ERROR LOG FOR {package['name']} ----------------------") 76 78 eprint() 77 - stderr = await e.process.stderr.read() 78 - eprint(stderr.decode('utf-8')) 79 + eprint(e.stderr.decode('utf-8')) 79 80 with open(f"{package['pname']}.log", 'wb') as logfile: 80 - logfile.write(stderr) 81 + logfile.write(e.stderr) 81 82 eprint() 82 83 eprint(f"--- SHOWING ERROR LOG FOR {package['name']} ----------------------") 83 84 ··· 101 102 for change in changes: 102 103 # Git can only handle a single index operation at a time 103 104 async with merge_lock: 104 - await check_subprocess('git', 'add', *change['files'], cwd=worktree) 105 + await check_subprocess_output('git', 'add', *change['files'], cwd=worktree) 105 106 commit_message = '{attrPath}: {oldVersion} -> {newVersion}'.format(**change) 106 107 if 'commitMessage' in change: 107 108 commit_message = change['commitMessage'] 108 109 elif 'commitBody' in change: 109 110 commit_message = commit_message + '\n\n' + change['commitBody'] 110 - await check_subprocess('git', 'commit', '--quiet', '-m', commit_message, cwd=worktree) 111 - await check_subprocess('git', 'cherry-pick', branch) 111 + await check_subprocess_output('git', 'commit', '--quiet', '-m', commit_message, cwd=worktree) 112 + await check_subprocess_output('git', 'cherry-pick', branch) 112 113 113 114 async def check_changes(package: Dict, worktree: str, update_info: str): 114 115 if 'commit' in package['supportedFeatures']: ··· 129 130 130 131 if 'newVersion' not in changes[0]: 131 132 attr_path = changes[0]['attrPath'] 132 - obtain_new_version_process = await check_subprocess('nix-instantiate', '--expr', f'with import ./. {{}}; lib.getVersion {attr_path}', '--eval', '--strict', '--json', stdout=asyncio.subprocess.PIPE, stderr=asyncio.subprocess.PIPE, cwd=worktree) 133 - changes[0]['newVersion'] = json.loads((await obtain_new_version_process.stdout.read()).decode('utf-8')) 133 + obtain_new_version_output = await check_subprocess_output('nix-instantiate', '--expr', f'with import ./. {{}}; lib.getVersion {attr_path}', '--eval', '--strict', '--json', stdout=asyncio.subprocess.PIPE, stderr=asyncio.subprocess.PIPE, cwd=worktree) 134 + changes[0]['newVersion'] = json.loads(obtain_new_version_output.decode('utf-8')) 134 135 135 136 if 'files' not in changes[0]: 136 - changed_files_process = await check_subprocess('git', 'diff', '--name-only', 'HEAD', stdout=asyncio.subprocess.PIPE, cwd=worktree) 137 - changed_files = (await changed_files_process.stdout.read()).splitlines() 137 + changed_files_output = await check_subprocess_output('git', 'diff', '--name-only', 'HEAD', stdout=asyncio.subprocess.PIPE, cwd=worktree) 138 + changed_files = changed_files_output.splitlines() 138 139 changes[0]['files'] = changed_files 139 140 140 141 if len(changed_files) == 0: ··· 176 177 # Do not create more workers than there are packages. 177 178 num_workers = min(max_workers, len(packages)) 178 179 179 - nixpkgs_root_process = await check_subprocess('git', 'rev-parse', '--show-toplevel', stdout=asyncio.subprocess.PIPE) 180 - nixpkgs_root = (await nixpkgs_root_process.stdout.read()).decode('utf-8').strip() 180 + nixpkgs_root_output = await check_subprocess_output('git', 'rev-parse', '--show-toplevel', stdout=asyncio.subprocess.PIPE) 181 + nixpkgs_root = nixpkgs_root_output.decode('utf-8').strip() 181 182 182 183 # Set up temporary directories when using auto-commit. 183 184 for i in range(num_workers):
+3
nixos/doc/manual/release-notes/rl-2411.section.md
··· 605 605 lists by default. Backwards-compatible behavior can be enabled with 606 606 `atomsCoercedToLists`. 607 607 608 + - `python3Packages.nose` has been removed, as it has been deprecated and unmaintained for almost a decade and does not work on Python 3.12. 609 + Please switch to `pytest` or another test runner/framework. 610 + 608 611 ## Other Notable Changes {#sec-release-24.11-notable-changes} 609 612 610 613 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
+8
nixos/tests/networking/networkd-and-scripted.nix
··· 132 132 client.wait_until_succeeds("ip addr show dev enp2s0 | grep -q '192.168.2'") 133 133 client.wait_until_succeeds("ip addr show dev enp2s0 | grep -q 'fd00:1234:5678:2:'") 134 134 135 + with subtest("Wait until we have received the nameservers"): 136 + if "${builtins.toJSON networkd}" == "true": 137 + client.wait_until_succeeds("resolvectl status enp2s0 | grep -q 2001:db8::1") 138 + client.wait_until_succeeds("resolvectl status enp2s0 | grep -q 192.168.2.1") 139 + else: 140 + client.wait_until_succeeds("resolvconf -l | grep -q 2001:db8::1") 141 + client.wait_until_succeeds("resolvconf -l | grep -q 192.168.2.1") 142 + 135 143 with subtest("Test vlan 1"): 136 144 client.wait_until_succeeds("ping -c 1 192.168.1.1") 137 145 client.wait_until_succeeds("ping -c 1 fd00:1234:5678:1::1")
+1
nixos/tests/networking/router.nix
··· 72 72 AdvSendAdvert on; 73 73 AdvManagedFlag on; 74 74 AdvOtherConfigFlag on; 75 + RDNSS 2001:db8::1 {}; 75 76 76 77 prefix fd00:1234:5678:${toString n}::/64 { 77 78 AdvAutonomous off;
+16 -1
pkgs/applications/editors/neovim/utils.nix
··· 27 27 map (x: defaultPlugin // (if (x ? plugin) then x else { plugin = x; })) plugins; 28 28 29 29 30 - /* accepts a list of normalized plugins and convert themn 30 + /** 31 + accepts a list of normalized plugins and convert them into a vim package 32 + 33 + # Type 34 + 35 + ``` 36 + normalizedPluginsToVimPackage :: [AttrSet] -> AttrSet 37 + ``` 38 + 39 + # Examples 40 + :::{.example} 41 + 42 + ```nix 43 + normalizedPluginsToVimPackage [ { plugin = vim-fugitive; optional = false'} ] 44 + => { start = [ vim-fugitive ]; opt = []; } 45 + ::: 31 46 */ 32 47 normalizedPluginsToVimPackage = normalizedPlugins: 33 48 let
+6 -2
pkgs/applications/editors/neovim/wrapper.nix
··· 80 80 # we call vimrcContent without 'packages' to avoid the init.vim generation 81 81 neovimRcContent' = vimUtils.vimrcContent { 82 82 beforePlugins = ""; 83 - customRC = lib.concatStringsSep "\n" (pluginRC ++ [neovimRcContent]); 83 + customRC = lib.concatStringsSep "\n" (pluginRC ++ lib.optional (neovimRcContent != null) neovimRcContent); 84 84 packages = null; 85 85 }; 86 86 87 + packpathDirs.myNeovimPackages = myVimPackage; 87 88 finalPackdir = neovimUtils.packDir packpathDirs; 88 89 89 90 rcContent = '' ··· 103 104 ++ (extraPython3Packages ps) 104 105 ++ (lib.concatMap (f: f ps) pluginPython3Packages)); 105 106 106 - packpathDirs.myNeovimPackages = myVimPackage; 107 107 108 108 wrapperArgsStr = if lib.isString wrapperArgs then wrapperArgs else lib.escapeShellArgs wrapperArgs; 109 109 ··· 240 240 preferLocalBuild = true; 241 241 242 242 nativeBuildInputs = [ makeWrapper lndir ]; 243 + 244 + # A Vim "package", see ':h packages' 245 + vimPackage = myVimPackage; 246 + 243 247 passthru = { 244 248 inherit providerLuaRc packpathDirs; 245 249 unwrapped = neovim-unwrapped;
-49
pkgs/applications/graphics/azpainter/default.nix
··· 1 - { lib, stdenv, fetchFromGitLab 2 - , desktop-file-utils, shared-mime-info, ninja, pkg-config 3 - , libiconv 4 - , libX11, libXcursor, libXext, libXi 5 - , freetype, fontconfig 6 - , libjpeg, libpng, libtiff, libwebp 7 - , zlib 8 - }: 9 - 10 - stdenv.mkDerivation rec { 11 - pname = "azpainter"; 12 - version = "3.0.8"; 13 - 14 - src = fetchFromGitLab { 15 - owner = "azelpg"; 16 - repo = pname; 17 - rev = "v${version}"; 18 - hash = "sha256-NiQYX/Dcl/t30Jx08DKr6EP5ODS00pyEGKh/qiNT5t4="; 19 - }; 20 - 21 - nativeBuildInputs = [ 22 - desktop-file-utils # for update-desktop-database 23 - shared-mime-info # for update-mime-info 24 - ninja 25 - pkg-config 26 - ]; 27 - 28 - buildInputs = [ 29 - libX11 libXcursor libXext libXi 30 - freetype fontconfig 31 - libjpeg libpng libtiff libwebp 32 - zlib 33 - ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ]; 34 - 35 - preBuild = '' 36 - cd build 37 - ''; 38 - 39 - enableParallelBuilding = true; 40 - 41 - meta = with lib; { 42 - description = "Full color painting software for illustration drawing"; 43 - homepage = "http://azsky2.html.xdomain.jp/soft/azpainter.html"; 44 - license = licenses.gpl3Plus; 45 - maintainers = with maintainers; [ dtzWill ]; 46 - platforms = with platforms; linux ++ darwin; 47 - mainProgram = "azpainter"; 48 - }; 49 - }
+2 -2
pkgs/applications/networking/cluster/k3sup/default.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "k3sup"; 12 - version = "0.13.6"; 12 + version = "0.13.7"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "alexellis"; 16 16 repo = "k3sup"; 17 17 rev = version; 18 - sha256 = "sha256-ngC1yT0pV/ygGzNTYz71qf8V19hqvz3XP7CP8saGwCI="; 18 + sha256 = "sha256-B9Mo0+dqF15LuhCytMBax2gKjHl9mBkxLXCdb9f0Big="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ makeWrapper installShellFiles ];
+5 -5
pkgs/applications/networking/instant-messengers/element/pin.nix
··· 1 1 { 2 - "version" = "1.11.79"; 2 + "version" = "1.11.81"; 3 3 "hashes" = { 4 - "desktopSrcHash" = "sha256-w9JWrStxmiiffu8kKVxM5h8Frxig7v4Vul3YwTnJias="; 5 - "desktopYarnHash" = "0fwkdrfhfl6knvx552q2lpp5pd54qbzkm4kx6jvcrdwjk3x4cgqd"; 6 - "webSrcHash" = "sha256-rla55a0SgeWddXpgaDfsvPcL00NP4DbMDgtc25TM4dw="; 7 - "webYarnHash" = "084nm85y2fmzi27i0050hnxa4m2bqcbl7fn33zd1yini8dwr2n7s"; 4 + "desktopSrcHash" = "sha256-Dr1Bu05UzfqXDceBC6GP3A3Actt5ycUZlJ+MSLYkDZ0="; 5 + "desktopYarnHash" = "19ly8as7y1a1vwaxzmziwia3idnndf1iyz0l160zc213pd3nzabz"; 6 + "webSrcHash" = "sha256-NaoBGyoHyCfmcOOokkQL6DrLxVQufVdZP/pgVMY6CPA="; 7 + "webYarnHash" = "1ap2cjxz5332sm7b1fv0530pibgrfman90i7msyr6a1zfvvds0cc"; 8 8 }; 9 9 }
+2 -2
pkgs/applications/science/electronics/verilator/default.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "verilator"; 21 - version = "5.026"; 21 + version = "5.028"; 22 22 23 23 # Verilator gets the version from this environment variable 24 24 # if it can't do git describe while building. ··· 28 28 owner = pname; 29 29 repo = pname; 30 30 rev = "v${version}"; 31 - hash = "sha256-Ds6w95tqlKjIFnkq2kKyslprKCwMOtBOoy7LuTon3KM="; 31 + hash = "sha256-YgK60fAYG5575uiWmbCODqNZMbRfFdOVcJXz5h5TLuE="; 32 32 }; 33 33 34 34 enableParallelBuilding = true;
+2 -2
pkgs/applications/science/logic/kissat/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "kissat"; 7 - version = "3.1.1"; 7 + version = "4.0.1"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "arminbiere"; 11 11 repo = "kissat"; 12 12 rev = "rel-${version}"; 13 - sha256 = "sha256-zK20/vhbVihrxmd52DjByDUO99pBAr8SlJtQpX5fmwY="; 13 + sha256 = "sha256-+y9TlSEgnMTtRT9F6OBSle9OqGfljChcHOFJ5lgwjyk="; 14 14 }; 15 15 16 16 outputs = [ "out" "dev" "lib" ];
+3 -3
pkgs/applications/version-management/ghr/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "ghr"; 10 - version = "0.16.2"; 10 + version = "0.17.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "tcnksm"; 14 14 repo = "ghr"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-xClqqTVCEGghaf63kN40mwo49lkS8KC4k/36NYIngFI="; 16 + sha256 = "sha256-Is0D8tElv86s++NV6upu8RXvce65uPWQGIOl0Ftxf/M="; 17 17 }; 18 18 19 - vendorHash = "sha256-Wzzg66yJaHJUCfC2aH3Pk+B0d5l/+L7/bcNhQxo8ro0="; 19 + vendorHash = "sha256-gVDZgV7EF4LrCDX25tGpECecLi8IgstpzCOGfJ5+rhA="; 20 20 21 21 # Tests require a Github API token, and networking 22 22 doCheck = false;
+70
pkgs/by-name/az/azpainter/package.nix
··· 1 + { 2 + lib, 3 + stdenv, 4 + fetchFromGitLab, 5 + desktop-file-utils, 6 + desktopToDarwinBundle, 7 + shared-mime-info, 8 + ninja, 9 + pkg-config, 10 + libiconv, 11 + libX11, 12 + libXcursor, 13 + libXext, 14 + libXi, 15 + freetype, 16 + fontconfig, 17 + libjpeg, 18 + libpng, 19 + libtiff, 20 + libwebp, 21 + zlib, 22 + }: 23 + 24 + stdenv.mkDerivation rec { 25 + pname = "azpainter"; 26 + version = "3.0.9a"; 27 + 28 + src = fetchFromGitLab { 29 + owner = "azelpg"; 30 + repo = pname; 31 + rev = "v${version}"; 32 + hash = "sha256-QWXlRbCGDk1DRtePeDM3tnbtkdlhbkn/oNTqHvmtEA4="; 33 + }; 34 + 35 + nativeBuildInputs = [ 36 + desktop-file-utils # for update-desktop-database 37 + shared-mime-info # for update-mime-info 38 + ninja 39 + pkg-config 40 + ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ desktopToDarwinBundle ]; 41 + 42 + buildInputs = [ 43 + libX11 44 + libXcursor 45 + libXext 46 + libXi 47 + freetype 48 + fontconfig 49 + libjpeg 50 + libpng 51 + libtiff 52 + libwebp 53 + zlib 54 + ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ]; 55 + 56 + preBuild = '' 57 + cd build 58 + ''; 59 + 60 + enableParallelBuilding = true; 61 + 62 + meta = with lib; { 63 + description = "Full color painting software for illustration drawing"; 64 + homepage = "http://azsky2.html.xdomain.jp/soft/azpainter.html"; 65 + license = licenses.gpl3Plus; 66 + maintainers = with maintainers; [ dtzWill ]; 67 + platforms = with platforms; linux ++ darwin; 68 + mainProgram = "azpainter"; 69 + }; 70 + }
+3 -3
pkgs/by-name/co/consul/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "consul"; 11 - version = "1.19.2"; 11 + version = "1.20.0"; 12 12 13 13 # Note: Currently only release tags are supported, because they have the Consul UI 14 14 # vendored. See ··· 22 22 owner = "hashicorp"; 23 23 repo = pname; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-BDEKnwX4OZ9eRvcZ3StpJTJM4P0/VvQGEQyaPg0AJhM="; 25 + hash = "sha256-yHhaaZZ/KxQk8RVkqNfyfWTPS5K+BhckcxqdC5gN+ko="; 26 26 }; 27 27 28 28 # This corresponds to paths with package main - normally unneeded but consul ··· 32 32 "connect/certgen" 33 33 ]; 34 34 35 - vendorHash = "sha256-n37MNBWMQnX6nMV7FvWF8acO5W4Y3GHzZj2rkulZruY="; 35 + vendorHash = "sha256-7Nw2zuTyAR7mzxFkeOuhbh9OAlshZA0JKOVQdckIF90="; 36 36 37 37 doCheck = false; 38 38
+2 -2
pkgs/by-name/ga/gat/package.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "gat"; 8 - version = "0.18.0"; 8 + version = "0.19.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "koki-develop"; 12 12 repo = "gat"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-QIC3SvuCu8HIwxieNnSsbBa8nTL5aL46eUDpti2gmJU="; 14 + hash = "sha256-wbtTqCSvNGqlliAKdKZyTCeenmcorqQKROAOc4NJal4="; 15 15 }; 16 16 17 17 vendorHash = "sha256-xLoLLn9lsEZ+SjIbVRzhwM9mXkltfA0Zoiz1T7hpTEc=";
+45
pkgs/by-name/nu/nufmt/package.nix
··· 1 + { 2 + lib, 3 + stdenv, 4 + fetchFromGitHub, 5 + rustPlatform, 6 + darwin, 7 + llvmPackages, 8 + nix-update-script, 9 + ... 10 + }: 11 + rustPlatform.buildRustPackage rec { 12 + pname = "nufmt"; 13 + version = "0-unstable-2024-10-15"; 14 + 15 + src = fetchFromGitHub { 16 + owner = "nushell"; 17 + repo = "nufmt"; 18 + rev = "37b473be178fd752b5bf421f8b20f48209e9c2ec"; 19 + hash = "sha256-BrVWw6oklG70UomKDv5IBvoFIjtpajHKV37fh4fnK3E="; 20 + }; 21 + 22 + buildInputs = lib.optionals stdenv.hostPlatform.isDarwin ( 23 + with darwin.apple_sdk.frameworks; 24 + [ 25 + IOKit 26 + ] 27 + ); 28 + 29 + env.LIBCLANG_PATH = lib.optionalString stdenv.cc.isClang "${llvmPackages.libclang.lib}/lib"; 30 + 31 + cargoHash = "sha256-eKQJanQ9ax5thc2DuO0yIgovor+i5Soylw58I2Y5cHw="; 32 + 33 + passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; 34 + 35 + meta = { 36 + description = "Nushell formatter"; 37 + homepage = "https://github.com/nushell/nufmt"; 38 + license = lib.licenses.mit; 39 + maintainers = with lib.maintainers; [ 40 + iogamaster 41 + khaneliman 42 + ]; 43 + mainProgram = "nufmt"; 44 + }; 45 + }
+9 -3
pkgs/by-name/pr/prowler/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "prowler"; 9 - version = "3.16.11"; 9 + version = "4.3.7"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "prowler-cloud"; 14 14 repo = "prowler"; 15 15 rev = "refs/tags/${version}"; 16 - hash = "sha256-cBqPD5lOhaMXh4OKo7+mERU3YjRU1NiRzSbnKFR6+1I="; 16 + hash = "sha256-hzkG0cHNR1t2/8OflRvF44rCl4UeMTq1Vw8sRdcl/WE="; 17 17 }; 18 18 19 19 pythonRelaxDeps = true; ··· 44 44 boto3 45 45 botocore 46 46 colorama 47 + dash 48 + dash-bootstrap-components 47 49 detect-secrets 48 50 google-api-python-client 49 51 google-auth-httplib2 50 52 jsonschema 53 + kubernetes 51 54 msgraph-sdk 52 55 msrestazure 53 - pydantic_1 56 + numpy 57 + pandas 58 + py-ocsf-models 59 + pydantic 54 60 pytz 55 61 schema 56 62 shodan
+2 -2
pkgs/by-name/ss/ssm-session-manager-plugin/package.nix
··· 5 5 }: 6 6 buildGoModule rec { 7 7 pname = "ssm-session-manager-plugin"; 8 - version = "1.2.650.0"; 8 + version = "1.2.677.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "aws"; 12 12 repo = "session-manager-plugin"; 13 13 rev = version; 14 - hash = "sha256-IcDVt/iE/EYV9Blvl7Gj0UFJcdsUCFdaSQkIto0CKRI="; 14 + hash = "sha256-bfj3LFUYgtrspFsLb46TuIOC3bj/WEamMUa47Q7kATI="; 15 15 }; 16 16 17 17 patches = [
+4946
pkgs/by-name/wg/wgpu-utils/Cargo.lock
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 4 + 5 + [[package]] 6 + name = "ab_glyph" 7 + version = "0.2.28" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "79faae4620f45232f599d9bc7b290f88247a0834162c4495ab2f02d60004adfb" 10 + dependencies = [ 11 + "ab_glyph_rasterizer", 12 + "owned_ttf_parser", 13 + ] 14 + 15 + [[package]] 16 + name = "ab_glyph_rasterizer" 17 + version = "0.1.8" 18 + source = "registry+https://github.com/rust-lang/crates.io-index" 19 + checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" 20 + 21 + [[package]] 22 + name = "addr2line" 23 + version = "0.22.0" 24 + source = "registry+https://github.com/rust-lang/crates.io-index" 25 + checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" 26 + dependencies = [ 27 + "gimli", 28 + ] 29 + 30 + [[package]] 31 + name = "adler" 32 + version = "1.0.2" 33 + source = "registry+https://github.com/rust-lang/crates.io-index" 34 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 35 + 36 + [[package]] 37 + name = "ahash" 38 + version = "0.8.11" 39 + source = "registry+https://github.com/rust-lang/crates.io-index" 40 + checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 41 + dependencies = [ 42 + "cfg-if", 43 + "getrandom", 44 + "once_cell", 45 + "version_check", 46 + "zerocopy", 47 + ] 48 + 49 + [[package]] 50 + name = "aho-corasick" 51 + version = "1.1.3" 52 + source = "registry+https://github.com/rust-lang/crates.io-index" 53 + checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 54 + dependencies = [ 55 + "memchr", 56 + ] 57 + 58 + [[package]] 59 + name = "allocator-api2" 60 + version = "0.2.18" 61 + source = "registry+https://github.com/rust-lang/crates.io-index" 62 + checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 63 + 64 + [[package]] 65 + name = "android-activity" 66 + version = "0.5.2" 67 + source = "registry+https://github.com/rust-lang/crates.io-index" 68 + checksum = "ee91c0c2905bae44f84bfa4e044536541df26b7703fd0888deeb9060fcc44289" 69 + dependencies = [ 70 + "android-properties", 71 + "bitflags 2.6.0", 72 + "cc", 73 + "cesu8", 74 + "jni", 75 + "jni-sys", 76 + "libc", 77 + "log", 78 + "ndk 0.8.0", 79 + "ndk-context", 80 + "ndk-sys 0.5.0+25.2.9519653", 81 + "num_enum 0.7.2", 82 + "thiserror", 83 + ] 84 + 85 + [[package]] 86 + name = "android-properties" 87 + version = "0.2.2" 88 + source = "registry+https://github.com/rust-lang/crates.io-index" 89 + checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 90 + 91 + [[package]] 92 + name = "android_system_properties" 93 + version = "0.1.5" 94 + source = "registry+https://github.com/rust-lang/crates.io-index" 95 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 96 + dependencies = [ 97 + "libc", 98 + ] 99 + 100 + [[package]] 101 + name = "anes" 102 + version = "0.1.6" 103 + source = "registry+https://github.com/rust-lang/crates.io-index" 104 + checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 105 + 106 + [[package]] 107 + name = "anstream" 108 + version = "0.6.14" 109 + source = "registry+https://github.com/rust-lang/crates.io-index" 110 + checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" 111 + dependencies = [ 112 + "anstyle", 113 + "anstyle-parse", 114 + "anstyle-query", 115 + "anstyle-wincon", 116 + "colorchoice", 117 + "is_terminal_polyfill", 118 + "utf8parse", 119 + ] 120 + 121 + [[package]] 122 + name = "anstyle" 123 + version = "1.0.7" 124 + source = "registry+https://github.com/rust-lang/crates.io-index" 125 + checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" 126 + 127 + [[package]] 128 + name = "anstyle-parse" 129 + version = "0.2.4" 130 + source = "registry+https://github.com/rust-lang/crates.io-index" 131 + checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" 132 + dependencies = [ 133 + "utf8parse", 134 + ] 135 + 136 + [[package]] 137 + name = "anstyle-query" 138 + version = "1.1.0" 139 + source = "registry+https://github.com/rust-lang/crates.io-index" 140 + checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" 141 + dependencies = [ 142 + "windows-sys 0.52.0", 143 + ] 144 + 145 + [[package]] 146 + name = "anstyle-wincon" 147 + version = "3.0.3" 148 + source = "registry+https://github.com/rust-lang/crates.io-index" 149 + checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" 150 + dependencies = [ 151 + "anstyle", 152 + "windows-sys 0.52.0", 153 + ] 154 + 155 + [[package]] 156 + name = "anyhow" 157 + version = "1.0.86" 158 + source = "registry+https://github.com/rust-lang/crates.io-index" 159 + checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 160 + 161 + [[package]] 162 + name = "arbitrary" 163 + version = "1.3.2" 164 + source = "registry+https://github.com/rust-lang/crates.io-index" 165 + checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" 166 + dependencies = [ 167 + "derive_arbitrary", 168 + ] 169 + 170 + [[package]] 171 + name = "argh" 172 + version = "0.1.12" 173 + source = "registry+https://github.com/rust-lang/crates.io-index" 174 + checksum = "7af5ba06967ff7214ce4c7419c7d185be7ecd6cc4965a8f6e1d8ce0398aad219" 175 + dependencies = [ 176 + "argh_derive", 177 + "argh_shared", 178 + ] 179 + 180 + [[package]] 181 + name = "argh_derive" 182 + version = "0.1.12" 183 + source = "registry+https://github.com/rust-lang/crates.io-index" 184 + checksum = "56df0aeedf6b7a2fc67d06db35b09684c3e8da0c95f8f27685cb17e08413d87a" 185 + dependencies = [ 186 + "argh_shared", 187 + "proc-macro2", 188 + "quote", 189 + "syn 2.0.71", 190 + ] 191 + 192 + [[package]] 193 + name = "argh_shared" 194 + version = "0.1.12" 195 + source = "registry+https://github.com/rust-lang/crates.io-index" 196 + checksum = "5693f39141bda5760ecc4111ab08da40565d1771038c4a0250f03457ec707531" 197 + dependencies = [ 198 + "serde", 199 + ] 200 + 201 + [[package]] 202 + name = "arrayref" 203 + version = "0.3.7" 204 + source = "registry+https://github.com/rust-lang/crates.io-index" 205 + checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 206 + 207 + [[package]] 208 + name = "arrayvec" 209 + version = "0.5.2" 210 + source = "registry+https://github.com/rust-lang/crates.io-index" 211 + checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 212 + 213 + [[package]] 214 + name = "arrayvec" 215 + version = "0.7.4" 216 + source = "registry+https://github.com/rust-lang/crates.io-index" 217 + checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 218 + dependencies = [ 219 + "serde", 220 + ] 221 + 222 + [[package]] 223 + name = "as-raw-xcb-connection" 224 + version = "1.0.1" 225 + source = "registry+https://github.com/rust-lang/crates.io-index" 226 + checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 227 + 228 + [[package]] 229 + name = "ash" 230 + version = "0.38.0+1.3.281" 231 + source = "registry+https://github.com/rust-lang/crates.io-index" 232 + checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 233 + dependencies = [ 234 + "libloading 0.8.4", 235 + ] 236 + 237 + [[package]] 238 + name = "async-trait" 239 + version = "0.1.81" 240 + source = "registry+https://github.com/rust-lang/crates.io-index" 241 + checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" 242 + dependencies = [ 243 + "proc-macro2", 244 + "quote", 245 + "syn 2.0.71", 246 + ] 247 + 248 + [[package]] 249 + name = "atomic-waker" 250 + version = "1.1.2" 251 + source = "registry+https://github.com/rust-lang/crates.io-index" 252 + checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 253 + 254 + [[package]] 255 + name = "autocfg" 256 + version = "1.3.0" 257 + source = "registry+https://github.com/rust-lang/crates.io-index" 258 + checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 259 + 260 + [[package]] 261 + name = "backtrace" 262 + version = "0.3.73" 263 + source = "registry+https://github.com/rust-lang/crates.io-index" 264 + checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" 265 + dependencies = [ 266 + "addr2line", 267 + "cc", 268 + "cfg-if", 269 + "libc", 270 + "miniz_oxide", 271 + "object", 272 + "rustc-demangle", 273 + ] 274 + 275 + [[package]] 276 + name = "base64" 277 + version = "0.21.7" 278 + source = "registry+https://github.com/rust-lang/crates.io-index" 279 + checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 280 + 281 + [[package]] 282 + name = "base64-simd" 283 + version = "0.7.0" 284 + source = "registry+https://github.com/rust-lang/crates.io-index" 285 + checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5" 286 + dependencies = [ 287 + "simd-abstraction", 288 + ] 289 + 290 + [[package]] 291 + name = "base64-simd" 292 + version = "0.8.0" 293 + source = "registry+https://github.com/rust-lang/crates.io-index" 294 + checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 295 + dependencies = [ 296 + "outref 0.5.1", 297 + "vsimd", 298 + ] 299 + 300 + [[package]] 301 + name = "bincode" 302 + version = "1.3.3" 303 + source = "registry+https://github.com/rust-lang/crates.io-index" 304 + checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 305 + dependencies = [ 306 + "serde", 307 + ] 308 + 309 + [[package]] 310 + name = "bit-set" 311 + version = "0.6.0" 312 + source = "registry+https://github.com/rust-lang/crates.io-index" 313 + checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f" 314 + dependencies = [ 315 + "bit-vec", 316 + ] 317 + 318 + [[package]] 319 + name = "bit-vec" 320 + version = "0.7.0" 321 + source = "registry+https://github.com/rust-lang/crates.io-index" 322 + checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22" 323 + 324 + [[package]] 325 + name = "bitflags" 326 + version = "1.3.2" 327 + source = "registry+https://github.com/rust-lang/crates.io-index" 328 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 329 + 330 + [[package]] 331 + name = "bitflags" 332 + version = "2.6.0" 333 + source = "registry+https://github.com/rust-lang/crates.io-index" 334 + checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 335 + dependencies = [ 336 + "arbitrary", 337 + "serde", 338 + ] 339 + 340 + [[package]] 341 + name = "block" 342 + version = "0.1.6" 343 + source = "registry+https://github.com/rust-lang/crates.io-index" 344 + checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 345 + 346 + [[package]] 347 + name = "block-sys" 348 + version = "0.2.1" 349 + source = "registry+https://github.com/rust-lang/crates.io-index" 350 + checksum = "ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7" 351 + dependencies = [ 352 + "objc-sys", 353 + ] 354 + 355 + [[package]] 356 + name = "block2" 357 + version = "0.3.0" 358 + source = "registry+https://github.com/rust-lang/crates.io-index" 359 + checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68" 360 + dependencies = [ 361 + "block-sys", 362 + "objc2", 363 + ] 364 + 365 + [[package]] 366 + name = "bumpalo" 367 + version = "3.16.0" 368 + source = "registry+https://github.com/rust-lang/crates.io-index" 369 + checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 370 + 371 + [[package]] 372 + name = "bytemuck" 373 + version = "1.16.1" 374 + source = "registry+https://github.com/rust-lang/crates.io-index" 375 + checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e" 376 + dependencies = [ 377 + "bytemuck_derive", 378 + ] 379 + 380 + [[package]] 381 + name = "bytemuck_derive" 382 + version = "1.7.0" 383 + source = "registry+https://github.com/rust-lang/crates.io-index" 384 + checksum = "1ee891b04274a59bd38b412188e24b849617b2e45a0fd8d057deb63e7403761b" 385 + dependencies = [ 386 + "proc-macro2", 387 + "quote", 388 + "syn 2.0.71", 389 + ] 390 + 391 + [[package]] 392 + name = "byteorder" 393 + version = "1.5.0" 394 + source = "registry+https://github.com/rust-lang/crates.io-index" 395 + checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 396 + 397 + [[package]] 398 + name = "bytes" 399 + version = "1.6.1" 400 + source = "registry+https://github.com/rust-lang/crates.io-index" 401 + checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" 402 + 403 + [[package]] 404 + name = "calloop" 405 + version = "0.10.6" 406 + source = "registry+https://github.com/rust-lang/crates.io-index" 407 + checksum = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8" 408 + dependencies = [ 409 + "bitflags 1.3.2", 410 + "log", 411 + "nix 0.25.1", 412 + "slotmap", 413 + "thiserror", 414 + "vec_map", 415 + ] 416 + 417 + [[package]] 418 + name = "calloop" 419 + version = "0.12.4" 420 + source = "registry+https://github.com/rust-lang/crates.io-index" 421 + checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298" 422 + dependencies = [ 423 + "bitflags 2.6.0", 424 + "log", 425 + "polling", 426 + "rustix", 427 + "slab", 428 + "thiserror", 429 + ] 430 + 431 + [[package]] 432 + name = "calloop-wayland-source" 433 + version = "0.2.0" 434 + source = "registry+https://github.com/rust-lang/crates.io-index" 435 + checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02" 436 + dependencies = [ 437 + "calloop 0.12.4", 438 + "rustix", 439 + "wayland-backend", 440 + "wayland-client 0.31.2", 441 + ] 442 + 443 + [[package]] 444 + name = "cast" 445 + version = "0.3.0" 446 + source = "registry+https://github.com/rust-lang/crates.io-index" 447 + checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 448 + 449 + [[package]] 450 + name = "cc" 451 + version = "1.1.5" 452 + source = "registry+https://github.com/rust-lang/crates.io-index" 453 + checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052" 454 + dependencies = [ 455 + "jobserver", 456 + "libc", 457 + ] 458 + 459 + [[package]] 460 + name = "cesu8" 461 + version = "1.1.0" 462 + source = "registry+https://github.com/rust-lang/crates.io-index" 463 + checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 464 + 465 + [[package]] 466 + name = "cfg-if" 467 + version = "1.0.0" 468 + source = "registry+https://github.com/rust-lang/crates.io-index" 469 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 470 + 471 + [[package]] 472 + name = "cfg_aliases" 473 + version = "0.1.1" 474 + source = "registry+https://github.com/rust-lang/crates.io-index" 475 + checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 476 + 477 + [[package]] 478 + name = "cgl" 479 + version = "0.3.2" 480 + source = "registry+https://github.com/rust-lang/crates.io-index" 481 + checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 482 + dependencies = [ 483 + "libc", 484 + ] 485 + 486 + [[package]] 487 + name = "ciborium" 488 + version = "0.2.2" 489 + source = "registry+https://github.com/rust-lang/crates.io-index" 490 + checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 491 + dependencies = [ 492 + "ciborium-io", 493 + "ciborium-ll", 494 + "serde", 495 + ] 496 + 497 + [[package]] 498 + name = "ciborium-io" 499 + version = "0.2.2" 500 + source = "registry+https://github.com/rust-lang/crates.io-index" 501 + checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 502 + 503 + [[package]] 504 + name = "ciborium-ll" 505 + version = "0.2.2" 506 + source = "registry+https://github.com/rust-lang/crates.io-index" 507 + checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 508 + dependencies = [ 509 + "ciborium-io", 510 + "half", 511 + ] 512 + 513 + [[package]] 514 + name = "clap" 515 + version = "4.5.9" 516 + source = "registry+https://github.com/rust-lang/crates.io-index" 517 + checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462" 518 + dependencies = [ 519 + "clap_builder", 520 + "clap_derive", 521 + ] 522 + 523 + [[package]] 524 + name = "clap_builder" 525 + version = "4.5.9" 526 + source = "registry+https://github.com/rust-lang/crates.io-index" 527 + checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942" 528 + dependencies = [ 529 + "anstream", 530 + "anstyle", 531 + "clap_lex", 532 + "strsim 0.11.1", 533 + ] 534 + 535 + [[package]] 536 + name = "clap_derive" 537 + version = "4.5.8" 538 + source = "registry+https://github.com/rust-lang/crates.io-index" 539 + checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085" 540 + dependencies = [ 541 + "heck 0.5.0", 542 + "proc-macro2", 543 + "quote", 544 + "syn 2.0.71", 545 + ] 546 + 547 + [[package]] 548 + name = "clap_lex" 549 + version = "0.7.1" 550 + source = "registry+https://github.com/rust-lang/crates.io-index" 551 + checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" 552 + 553 + [[package]] 554 + name = "cmake" 555 + version = "0.1.50" 556 + source = "registry+https://github.com/rust-lang/crates.io-index" 557 + checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" 558 + dependencies = [ 559 + "cc", 560 + ] 561 + 562 + [[package]] 563 + name = "cocoa" 564 + version = "0.24.1" 565 + source = "registry+https://github.com/rust-lang/crates.io-index" 566 + checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 567 + dependencies = [ 568 + "bitflags 1.3.2", 569 + "block", 570 + "cocoa-foundation", 571 + "core-foundation", 572 + "core-graphics 0.22.3", 573 + "foreign-types 0.3.2", 574 + "libc", 575 + "objc", 576 + ] 577 + 578 + [[package]] 579 + name = "cocoa" 580 + version = "0.25.0" 581 + source = "registry+https://github.com/rust-lang/crates.io-index" 582 + checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c" 583 + dependencies = [ 584 + "bitflags 1.3.2", 585 + "block", 586 + "cocoa-foundation", 587 + "core-foundation", 588 + "core-graphics 0.23.2", 589 + "foreign-types 0.5.0", 590 + "libc", 591 + "objc", 592 + ] 593 + 594 + [[package]] 595 + name = "cocoa-foundation" 596 + version = "0.1.2" 597 + source = "registry+https://github.com/rust-lang/crates.io-index" 598 + checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" 599 + dependencies = [ 600 + "bitflags 1.3.2", 601 + "block", 602 + "core-foundation", 603 + "core-graphics-types", 604 + "libc", 605 + "objc", 606 + ] 607 + 608 + [[package]] 609 + name = "codespan-reporting" 610 + version = "0.11.1" 611 + source = "registry+https://github.com/rust-lang/crates.io-index" 612 + checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 613 + dependencies = [ 614 + "termcolor", 615 + "unicode-width", 616 + ] 617 + 618 + [[package]] 619 + name = "color_quant" 620 + version = "1.1.0" 621 + source = "registry+https://github.com/rust-lang/crates.io-index" 622 + checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 623 + 624 + [[package]] 625 + name = "colorchoice" 626 + version = "1.0.1" 627 + source = "registry+https://github.com/rust-lang/crates.io-index" 628 + checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" 629 + 630 + [[package]] 631 + name = "com" 632 + version = "0.6.0" 633 + source = "registry+https://github.com/rust-lang/crates.io-index" 634 + checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6" 635 + dependencies = [ 636 + "com_macros", 637 + ] 638 + 639 + [[package]] 640 + name = "com_macros" 641 + version = "0.6.0" 642 + source = "registry+https://github.com/rust-lang/crates.io-index" 643 + checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5" 644 + dependencies = [ 645 + "com_macros_support", 646 + "proc-macro2", 647 + "syn 1.0.109", 648 + ] 649 + 650 + [[package]] 651 + name = "com_macros_support" 652 + version = "0.6.0" 653 + source = "registry+https://github.com/rust-lang/crates.io-index" 654 + checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c" 655 + dependencies = [ 656 + "proc-macro2", 657 + "quote", 658 + "syn 1.0.109", 659 + ] 660 + 661 + [[package]] 662 + name = "combine" 663 + version = "4.6.7" 664 + source = "registry+https://github.com/rust-lang/crates.io-index" 665 + checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 666 + dependencies = [ 667 + "bytes", 668 + "memchr", 669 + ] 670 + 671 + [[package]] 672 + name = "concurrent-queue" 673 + version = "2.5.0" 674 + source = "registry+https://github.com/rust-lang/crates.io-index" 675 + checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 676 + dependencies = [ 677 + "crossbeam-utils", 678 + ] 679 + 680 + [[package]] 681 + name = "console_error_panic_hook" 682 + version = "0.1.7" 683 + source = "registry+https://github.com/rust-lang/crates.io-index" 684 + checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 685 + dependencies = [ 686 + "cfg-if", 687 + "wasm-bindgen", 688 + ] 689 + 690 + [[package]] 691 + name = "console_log" 692 + version = "1.0.0" 693 + source = "registry+https://github.com/rust-lang/crates.io-index" 694 + checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f" 695 + dependencies = [ 696 + "log", 697 + "web-sys", 698 + ] 699 + 700 + [[package]] 701 + name = "const_panic" 702 + version = "0.2.8" 703 + source = "registry+https://github.com/rust-lang/crates.io-index" 704 + checksum = "6051f239ecec86fde3410901ab7860d458d160371533842974fc61f96d15879b" 705 + 706 + [[package]] 707 + name = "convert_case" 708 + version = "0.4.0" 709 + source = "registry+https://github.com/rust-lang/crates.io-index" 710 + checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 711 + 712 + [[package]] 713 + name = "cooked-waker" 714 + version = "5.0.0" 715 + source = "registry+https://github.com/rust-lang/crates.io-index" 716 + checksum = "147be55d677052dabc6b22252d5dd0fd4c29c8c27aa4f2fbef0f94aa003b406f" 717 + 718 + [[package]] 719 + name = "core-foundation" 720 + version = "0.9.4" 721 + source = "registry+https://github.com/rust-lang/crates.io-index" 722 + checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 723 + dependencies = [ 724 + "core-foundation-sys", 725 + "libc", 726 + ] 727 + 728 + [[package]] 729 + name = "core-foundation-sys" 730 + version = "0.8.6" 731 + source = "registry+https://github.com/rust-lang/crates.io-index" 732 + checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 733 + 734 + [[package]] 735 + name = "core-graphics" 736 + version = "0.22.3" 737 + source = "registry+https://github.com/rust-lang/crates.io-index" 738 + checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 739 + dependencies = [ 740 + "bitflags 1.3.2", 741 + "core-foundation", 742 + "core-graphics-types", 743 + "foreign-types 0.3.2", 744 + "libc", 745 + ] 746 + 747 + [[package]] 748 + name = "core-graphics" 749 + version = "0.23.2" 750 + source = "registry+https://github.com/rust-lang/crates.io-index" 751 + checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 752 + dependencies = [ 753 + "bitflags 1.3.2", 754 + "core-foundation", 755 + "core-graphics-types", 756 + "foreign-types 0.5.0", 757 + "libc", 758 + ] 759 + 760 + [[package]] 761 + name = "core-graphics-types" 762 + version = "0.1.3" 763 + source = "registry+https://github.com/rust-lang/crates.io-index" 764 + checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 765 + dependencies = [ 766 + "bitflags 1.3.2", 767 + "core-foundation", 768 + "libc", 769 + ] 770 + 771 + [[package]] 772 + name = "core-text" 773 + version = "20.1.0" 774 + source = "registry+https://github.com/rust-lang/crates.io-index" 775 + checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5" 776 + dependencies = [ 777 + "core-foundation", 778 + "core-graphics 0.23.2", 779 + "foreign-types 0.5.0", 780 + "libc", 781 + ] 782 + 783 + [[package]] 784 + name = "crc32fast" 785 + version = "1.4.2" 786 + source = "registry+https://github.com/rust-lang/crates.io-index" 787 + checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 788 + dependencies = [ 789 + "cfg-if", 790 + ] 791 + 792 + [[package]] 793 + name = "criterion" 794 + version = "0.5.1" 795 + source = "registry+https://github.com/rust-lang/crates.io-index" 796 + checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" 797 + dependencies = [ 798 + "anes", 799 + "cast", 800 + "ciborium", 801 + "clap", 802 + "criterion-plot", 803 + "is-terminal", 804 + "itertools", 805 + "num-traits", 806 + "once_cell", 807 + "oorandom", 808 + "plotters", 809 + "rayon", 810 + "regex", 811 + "serde", 812 + "serde_derive", 813 + "serde_json", 814 + "tinytemplate", 815 + "walkdir", 816 + ] 817 + 818 + [[package]] 819 + name = "criterion-plot" 820 + version = "0.5.0" 821 + source = "registry+https://github.com/rust-lang/crates.io-index" 822 + checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 823 + dependencies = [ 824 + "cast", 825 + "itertools", 826 + ] 827 + 828 + [[package]] 829 + name = "crossbeam-deque" 830 + version = "0.8.5" 831 + source = "registry+https://github.com/rust-lang/crates.io-index" 832 + checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 833 + dependencies = [ 834 + "crossbeam-epoch", 835 + "crossbeam-utils", 836 + ] 837 + 838 + [[package]] 839 + name = "crossbeam-epoch" 840 + version = "0.9.18" 841 + source = "registry+https://github.com/rust-lang/crates.io-index" 842 + checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 843 + dependencies = [ 844 + "crossbeam-utils", 845 + ] 846 + 847 + [[package]] 848 + name = "crossbeam-utils" 849 + version = "0.8.20" 850 + source = "registry+https://github.com/rust-lang/crates.io-index" 851 + checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 852 + 853 + [[package]] 854 + name = "crossfont" 855 + version = "0.5.2" 856 + source = "registry+https://github.com/rust-lang/crates.io-index" 857 + checksum = "3eb5a3822b594afc99b503cc1859b94686d3c3efdd60507a28587dab80ee1071" 858 + dependencies = [ 859 + "cocoa 0.25.0", 860 + "core-foundation", 861 + "core-foundation-sys", 862 + "core-graphics 0.23.2", 863 + "core-text", 864 + "dwrote", 865 + "foreign-types 0.5.0", 866 + "freetype-rs", 867 + "libc", 868 + "log", 869 + "objc", 870 + "once_cell", 871 + "pkg-config", 872 + "servo-fontconfig", 873 + "winapi", 874 + ] 875 + 876 + [[package]] 877 + name = "crunchy" 878 + version = "0.2.2" 879 + source = "registry+https://github.com/rust-lang/crates.io-index" 880 + checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 881 + 882 + [[package]] 883 + name = "ctor" 884 + version = "0.2.8" 885 + source = "registry+https://github.com/rust-lang/crates.io-index" 886 + checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f" 887 + dependencies = [ 888 + "quote", 889 + "syn 2.0.71", 890 + ] 891 + 892 + [[package]] 893 + name = "cts_runner" 894 + version = "0.1.0" 895 + dependencies = [ 896 + "deno_console", 897 + "deno_core", 898 + "deno_url", 899 + "deno_web", 900 + "deno_webgpu", 901 + "deno_webidl", 902 + "termcolor", 903 + "tokio", 904 + ] 905 + 906 + [[package]] 907 + name = "cty" 908 + version = "0.2.2" 909 + source = "registry+https://github.com/rust-lang/crates.io-index" 910 + checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" 911 + 912 + [[package]] 913 + name = "cursor-icon" 914 + version = "1.1.0" 915 + source = "registry+https://github.com/rust-lang/crates.io-index" 916 + checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991" 917 + 918 + [[package]] 919 + name = "d3d12" 920 + version = "22.0.0" 921 + dependencies = [ 922 + "bitflags 2.6.0", 923 + "libloading 0.8.4", 924 + "winapi", 925 + ] 926 + 927 + [[package]] 928 + name = "darling" 929 + version = "0.13.4" 930 + source = "registry+https://github.com/rust-lang/crates.io-index" 931 + checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" 932 + dependencies = [ 933 + "darling_core", 934 + "darling_macro", 935 + ] 936 + 937 + [[package]] 938 + name = "darling_core" 939 + version = "0.13.4" 940 + source = "registry+https://github.com/rust-lang/crates.io-index" 941 + checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" 942 + dependencies = [ 943 + "fnv", 944 + "ident_case", 945 + "proc-macro2", 946 + "quote", 947 + "strsim 0.10.0", 948 + "syn 1.0.109", 949 + ] 950 + 951 + [[package]] 952 + name = "darling_macro" 953 + version = "0.13.4" 954 + source = "registry+https://github.com/rust-lang/crates.io-index" 955 + checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" 956 + dependencies = [ 957 + "darling_core", 958 + "quote", 959 + "syn 1.0.109", 960 + ] 961 + 962 + [[package]] 963 + name = "data-encoding" 964 + version = "2.6.0" 965 + source = "registry+https://github.com/rust-lang/crates.io-index" 966 + checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 967 + 968 + [[package]] 969 + name = "debugid" 970 + version = "0.8.0" 971 + source = "registry+https://github.com/rust-lang/crates.io-index" 972 + checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" 973 + dependencies = [ 974 + "serde", 975 + "uuid", 976 + ] 977 + 978 + [[package]] 979 + name = "deno_console" 980 + version = "0.143.0" 981 + source = "registry+https://github.com/rust-lang/crates.io-index" 982 + checksum = "1f770d8deb0eb0bfd596d242d9eaef5312ef57f0130964cb53c7f6a8107d13be" 983 + dependencies = [ 984 + "deno_core", 985 + ] 986 + 987 + [[package]] 988 + name = "deno_core" 989 + version = "0.272.0" 990 + source = "registry+https://github.com/rust-lang/crates.io-index" 991 + checksum = "07093891f2af763023614cfe2d1ce5f9ce5a7920c4fcf2f00911bd0d93083523" 992 + dependencies = [ 993 + "anyhow", 994 + "bincode", 995 + "bit-set", 996 + "bit-vec", 997 + "bytes", 998 + "cooked-waker", 999 + "deno_core_icudata", 1000 + "deno_ops", 1001 + "deno_unsync", 1002 + "futures", 1003 + "libc", 1004 + "log", 1005 + "memoffset 0.9.1", 1006 + "parking_lot", 1007 + "pin-project", 1008 + "serde", 1009 + "serde_json", 1010 + "serde_v8", 1011 + "smallvec", 1012 + "sourcemap", 1013 + "static_assertions", 1014 + "tokio", 1015 + "url", 1016 + "v8", 1017 + ] 1018 + 1019 + [[package]] 1020 + name = "deno_core_icudata" 1021 + version = "0.0.73" 1022 + source = "registry+https://github.com/rust-lang/crates.io-index" 1023 + checksum = "a13951ea98c0a4c372f162d669193b4c9d991512de9f2381dd161027f34b26b1" 1024 + 1025 + [[package]] 1026 + name = "deno_ops" 1027 + version = "0.148.0" 1028 + source = "registry+https://github.com/rust-lang/crates.io-index" 1029 + checksum = "5bc73fc07ad26e71715d5a726d1dd228587c0d121a591b1931a0fcf958a2ec3b" 1030 + dependencies = [ 1031 + "proc-macro-rules", 1032 + "proc-macro2", 1033 + "quote", 1034 + "strum", 1035 + "strum_macros", 1036 + "syn 2.0.71", 1037 + "thiserror", 1038 + ] 1039 + 1040 + [[package]] 1041 + name = "deno_unsync" 1042 + version = "0.3.10" 1043 + source = "registry+https://github.com/rust-lang/crates.io-index" 1044 + checksum = "c3c8b95582c2023dbb66fccc37421b374026f5915fa507d437cb566904db9a3a" 1045 + dependencies = [ 1046 + "parking_lot", 1047 + "tokio", 1048 + ] 1049 + 1050 + [[package]] 1051 + name = "deno_url" 1052 + version = "0.143.0" 1053 + source = "registry+https://github.com/rust-lang/crates.io-index" 1054 + checksum = "39d9e6ffd6a7157bfd3cf1385c59232e49587c9bbb898e64010f7f082242a203" 1055 + dependencies = [ 1056 + "deno_core", 1057 + "serde", 1058 + "urlpattern", 1059 + ] 1060 + 1061 + [[package]] 1062 + name = "deno_web" 1063 + version = "0.174.0" 1064 + source = "registry+https://github.com/rust-lang/crates.io-index" 1065 + checksum = "708666b5b346e6880c1372006615814db7fc5ef36bd1785f0b0e4f8617082999" 1066 + dependencies = [ 1067 + "async-trait", 1068 + "base64-simd 0.8.0", 1069 + "bytes", 1070 + "deno_core", 1071 + "encoding_rs", 1072 + "flate2", 1073 + "futures", 1074 + "serde", 1075 + "tokio", 1076 + "uuid", 1077 + "windows-sys 0.48.0", 1078 + ] 1079 + 1080 + [[package]] 1081 + name = "deno_webgpu" 1082 + version = "0.118.0" 1083 + dependencies = [ 1084 + "deno_core", 1085 + "raw-window-handle 0.6.2", 1086 + "serde", 1087 + "tokio", 1088 + "wgpu-core", 1089 + "wgpu-types", 1090 + ] 1091 + 1092 + [[package]] 1093 + name = "deno_webidl" 1094 + version = "0.143.0" 1095 + source = "registry+https://github.com/rust-lang/crates.io-index" 1096 + checksum = "bddad93aa68e3c3c2d36976cd401af27a6ce750c23060e02401daf240f2acbe2" 1097 + dependencies = [ 1098 + "deno_core", 1099 + ] 1100 + 1101 + [[package]] 1102 + name = "derive_arbitrary" 1103 + version = "1.3.2" 1104 + source = "registry+https://github.com/rust-lang/crates.io-index" 1105 + checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" 1106 + dependencies = [ 1107 + "proc-macro2", 1108 + "quote", 1109 + "syn 2.0.71", 1110 + ] 1111 + 1112 + [[package]] 1113 + name = "derive_more" 1114 + version = "0.99.18" 1115 + source = "registry+https://github.com/rust-lang/crates.io-index" 1116 + checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" 1117 + dependencies = [ 1118 + "convert_case", 1119 + "proc-macro2", 1120 + "quote", 1121 + "rustc_version 0.4.0", 1122 + "syn 2.0.71", 1123 + ] 1124 + 1125 + [[package]] 1126 + name = "diff" 1127 + version = "0.1.13" 1128 + source = "registry+https://github.com/rust-lang/crates.io-index" 1129 + checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 1130 + 1131 + [[package]] 1132 + name = "dispatch" 1133 + version = "0.2.0" 1134 + source = "registry+https://github.com/rust-lang/crates.io-index" 1135 + checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1136 + 1137 + [[package]] 1138 + name = "dlib" 1139 + version = "0.5.2" 1140 + source = "registry+https://github.com/rust-lang/crates.io-index" 1141 + checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1142 + dependencies = [ 1143 + "libloading 0.8.4", 1144 + ] 1145 + 1146 + [[package]] 1147 + name = "document-features" 1148 + version = "0.2.10" 1149 + source = "registry+https://github.com/rust-lang/crates.io-index" 1150 + checksum = "cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0" 1151 + dependencies = [ 1152 + "litrs", 1153 + ] 1154 + 1155 + [[package]] 1156 + name = "downcast-rs" 1157 + version = "1.2.1" 1158 + source = "registry+https://github.com/rust-lang/crates.io-index" 1159 + checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1160 + 1161 + [[package]] 1162 + name = "dwrote" 1163 + version = "0.11.0" 1164 + source = "registry+https://github.com/rust-lang/crates.io-index" 1165 + checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b" 1166 + dependencies = [ 1167 + "lazy_static", 1168 + "libc", 1169 + "serde", 1170 + "serde_derive", 1171 + "winapi", 1172 + "wio", 1173 + ] 1174 + 1175 + [[package]] 1176 + name = "either" 1177 + version = "1.13.0" 1178 + source = "registry+https://github.com/rust-lang/crates.io-index" 1179 + checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1180 + 1181 + [[package]] 1182 + name = "encase" 1183 + version = "0.9.0" 1184 + source = "registry+https://github.com/rust-lang/crates.io-index" 1185 + checksum = "0265fa0e7bcdb058128cdf7597cdacea42e33911713663a04d971a39cad16afa" 1186 + dependencies = [ 1187 + "const_panic", 1188 + "encase_derive", 1189 + "glam", 1190 + "thiserror", 1191 + ] 1192 + 1193 + [[package]] 1194 + name = "encase_derive" 1195 + version = "0.9.0" 1196 + source = "registry+https://github.com/rust-lang/crates.io-index" 1197 + checksum = "e3b6f7502bafc52a60b5582560a2aaee16921eef79a742ae48dd411fe7a9263b" 1198 + dependencies = [ 1199 + "encase_derive_impl", 1200 + ] 1201 + 1202 + [[package]] 1203 + name = "encase_derive_impl" 1204 + version = "0.9.0" 1205 + source = "registry+https://github.com/rust-lang/crates.io-index" 1206 + checksum = "b36f2ddfca91251bed7f931f24b192e4eaf0a0e0fa70cf81cfb1416a1973620e" 1207 + dependencies = [ 1208 + "proc-macro2", 1209 + "quote", 1210 + "syn 2.0.71", 1211 + ] 1212 + 1213 + [[package]] 1214 + name = "encoding_rs" 1215 + version = "0.8.33" 1216 + source = "registry+https://github.com/rust-lang/crates.io-index" 1217 + checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 1218 + dependencies = [ 1219 + "cfg-if", 1220 + ] 1221 + 1222 + [[package]] 1223 + name = "env_filter" 1224 + version = "0.1.0" 1225 + source = "registry+https://github.com/rust-lang/crates.io-index" 1226 + checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" 1227 + dependencies = [ 1228 + "log", 1229 + "regex", 1230 + ] 1231 + 1232 + [[package]] 1233 + name = "env_logger" 1234 + version = "0.11.3" 1235 + source = "registry+https://github.com/rust-lang/crates.io-index" 1236 + checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" 1237 + dependencies = [ 1238 + "anstream", 1239 + "anstyle", 1240 + "env_filter", 1241 + "humantime", 1242 + "log", 1243 + ] 1244 + 1245 + [[package]] 1246 + name = "equivalent" 1247 + version = "1.0.1" 1248 + source = "registry+https://github.com/rust-lang/crates.io-index" 1249 + checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1250 + 1251 + [[package]] 1252 + name = "errno" 1253 + version = "0.3.9" 1254 + source = "registry+https://github.com/rust-lang/crates.io-index" 1255 + checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1256 + dependencies = [ 1257 + "libc", 1258 + "windows-sys 0.52.0", 1259 + ] 1260 + 1261 + [[package]] 1262 + name = "expat-sys" 1263 + version = "2.1.6" 1264 + source = "registry+https://github.com/rust-lang/crates.io-index" 1265 + checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa" 1266 + dependencies = [ 1267 + "cmake", 1268 + "pkg-config", 1269 + ] 1270 + 1271 + [[package]] 1272 + name = "fastrand" 1273 + version = "2.1.0" 1274 + source = "registry+https://github.com/rust-lang/crates.io-index" 1275 + checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 1276 + 1277 + [[package]] 1278 + name = "fdeflate" 1279 + version = "0.3.4" 1280 + source = "registry+https://github.com/rust-lang/crates.io-index" 1281 + checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" 1282 + dependencies = [ 1283 + "simd-adler32", 1284 + ] 1285 + 1286 + [[package]] 1287 + name = "fern" 1288 + version = "0.6.2" 1289 + source = "registry+https://github.com/rust-lang/crates.io-index" 1290 + checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee" 1291 + dependencies = [ 1292 + "log", 1293 + ] 1294 + 1295 + [[package]] 1296 + name = "fixedbitset" 1297 + version = "0.4.2" 1298 + source = "registry+https://github.com/rust-lang/crates.io-index" 1299 + checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 1300 + 1301 + [[package]] 1302 + name = "flate2" 1303 + version = "1.0.30" 1304 + source = "registry+https://github.com/rust-lang/crates.io-index" 1305 + checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" 1306 + dependencies = [ 1307 + "crc32fast", 1308 + "miniz_oxide", 1309 + ] 1310 + 1311 + [[package]] 1312 + name = "flume" 1313 + version = "0.11.0" 1314 + source = "registry+https://github.com/rust-lang/crates.io-index" 1315 + checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 1316 + dependencies = [ 1317 + "futures-core", 1318 + "futures-sink", 1319 + "nanorand", 1320 + "spin", 1321 + ] 1322 + 1323 + [[package]] 1324 + name = "fnv" 1325 + version = "1.0.7" 1326 + source = "registry+https://github.com/rust-lang/crates.io-index" 1327 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1328 + 1329 + [[package]] 1330 + name = "foreign-types" 1331 + version = "0.3.2" 1332 + source = "registry+https://github.com/rust-lang/crates.io-index" 1333 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1334 + dependencies = [ 1335 + "foreign-types-shared 0.1.1", 1336 + ] 1337 + 1338 + [[package]] 1339 + name = "foreign-types" 1340 + version = "0.5.0" 1341 + source = "registry+https://github.com/rust-lang/crates.io-index" 1342 + checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1343 + dependencies = [ 1344 + "foreign-types-macros", 1345 + "foreign-types-shared 0.3.1", 1346 + ] 1347 + 1348 + [[package]] 1349 + name = "foreign-types-macros" 1350 + version = "0.2.3" 1351 + source = "registry+https://github.com/rust-lang/crates.io-index" 1352 + checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1353 + dependencies = [ 1354 + "proc-macro2", 1355 + "quote", 1356 + "syn 2.0.71", 1357 + ] 1358 + 1359 + [[package]] 1360 + name = "foreign-types-shared" 1361 + version = "0.1.1" 1362 + source = "registry+https://github.com/rust-lang/crates.io-index" 1363 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1364 + 1365 + [[package]] 1366 + name = "foreign-types-shared" 1367 + version = "0.3.1" 1368 + source = "registry+https://github.com/rust-lang/crates.io-index" 1369 + checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1370 + 1371 + [[package]] 1372 + name = "form_urlencoded" 1373 + version = "1.2.1" 1374 + source = "registry+https://github.com/rust-lang/crates.io-index" 1375 + checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1376 + dependencies = [ 1377 + "percent-encoding", 1378 + ] 1379 + 1380 + [[package]] 1381 + name = "freetype-rs" 1382 + version = "0.26.0" 1383 + source = "registry+https://github.com/rust-lang/crates.io-index" 1384 + checksum = "74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb" 1385 + dependencies = [ 1386 + "bitflags 1.3.2", 1387 + "freetype-sys", 1388 + "libc", 1389 + ] 1390 + 1391 + [[package]] 1392 + name = "freetype-sys" 1393 + version = "0.13.1" 1394 + source = "registry+https://github.com/rust-lang/crates.io-index" 1395 + checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a" 1396 + dependencies = [ 1397 + "cmake", 1398 + "libc", 1399 + "pkg-config", 1400 + ] 1401 + 1402 + [[package]] 1403 + name = "fslock" 1404 + version = "0.2.1" 1405 + source = "registry+https://github.com/rust-lang/crates.io-index" 1406 + checksum = "04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb" 1407 + dependencies = [ 1408 + "libc", 1409 + "winapi", 1410 + ] 1411 + 1412 + [[package]] 1413 + name = "futures" 1414 + version = "0.3.30" 1415 + source = "registry+https://github.com/rust-lang/crates.io-index" 1416 + checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 1417 + dependencies = [ 1418 + "futures-channel", 1419 + "futures-core", 1420 + "futures-executor", 1421 + "futures-io", 1422 + "futures-sink", 1423 + "futures-task", 1424 + "futures-util", 1425 + ] 1426 + 1427 + [[package]] 1428 + name = "futures-channel" 1429 + version = "0.3.30" 1430 + source = "registry+https://github.com/rust-lang/crates.io-index" 1431 + checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 1432 + dependencies = [ 1433 + "futures-core", 1434 + "futures-sink", 1435 + ] 1436 + 1437 + [[package]] 1438 + name = "futures-core" 1439 + version = "0.3.30" 1440 + source = "registry+https://github.com/rust-lang/crates.io-index" 1441 + checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 1442 + 1443 + [[package]] 1444 + name = "futures-executor" 1445 + version = "0.3.30" 1446 + source = "registry+https://github.com/rust-lang/crates.io-index" 1447 + checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 1448 + dependencies = [ 1449 + "futures-core", 1450 + "futures-task", 1451 + "futures-util", 1452 + ] 1453 + 1454 + [[package]] 1455 + name = "futures-io" 1456 + version = "0.3.30" 1457 + source = "registry+https://github.com/rust-lang/crates.io-index" 1458 + checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 1459 + 1460 + [[package]] 1461 + name = "futures-lite" 1462 + version = "2.3.0" 1463 + source = "registry+https://github.com/rust-lang/crates.io-index" 1464 + checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 1465 + dependencies = [ 1466 + "fastrand", 1467 + "futures-core", 1468 + "futures-io", 1469 + "parking", 1470 + "pin-project-lite", 1471 + ] 1472 + 1473 + [[package]] 1474 + name = "futures-macro" 1475 + version = "0.3.30" 1476 + source = "registry+https://github.com/rust-lang/crates.io-index" 1477 + checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 1478 + dependencies = [ 1479 + "proc-macro2", 1480 + "quote", 1481 + "syn 2.0.71", 1482 + ] 1483 + 1484 + [[package]] 1485 + name = "futures-sink" 1486 + version = "0.3.30" 1487 + source = "registry+https://github.com/rust-lang/crates.io-index" 1488 + checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 1489 + 1490 + [[package]] 1491 + name = "futures-task" 1492 + version = "0.3.30" 1493 + source = "registry+https://github.com/rust-lang/crates.io-index" 1494 + checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 1495 + 1496 + [[package]] 1497 + name = "futures-util" 1498 + version = "0.3.30" 1499 + source = "registry+https://github.com/rust-lang/crates.io-index" 1500 + checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 1501 + dependencies = [ 1502 + "futures-channel", 1503 + "futures-core", 1504 + "futures-io", 1505 + "futures-macro", 1506 + "futures-sink", 1507 + "futures-task", 1508 + "memchr", 1509 + "pin-project-lite", 1510 + "pin-utils", 1511 + "slab", 1512 + ] 1513 + 1514 + [[package]] 1515 + name = "generator" 1516 + version = "0.8.1" 1517 + source = "registry+https://github.com/rust-lang/crates.io-index" 1518 + checksum = "186014d53bc231d0090ef8d6f03e0920c54d85a5ed22f4f2f74315ec56cf83fb" 1519 + dependencies = [ 1520 + "cc", 1521 + "cfg-if", 1522 + "libc", 1523 + "log", 1524 + "rustversion", 1525 + "windows 0.54.0", 1526 + ] 1527 + 1528 + [[package]] 1529 + name = "gethostname" 1530 + version = "0.4.3" 1531 + source = "registry+https://github.com/rust-lang/crates.io-index" 1532 + checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" 1533 + dependencies = [ 1534 + "libc", 1535 + "windows-targets 0.48.5", 1536 + ] 1537 + 1538 + [[package]] 1539 + name = "getrandom" 1540 + version = "0.2.15" 1541 + source = "registry+https://github.com/rust-lang/crates.io-index" 1542 + checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1543 + dependencies = [ 1544 + "cfg-if", 1545 + "js-sys", 1546 + "libc", 1547 + "wasi", 1548 + "wasm-bindgen", 1549 + ] 1550 + 1551 + [[package]] 1552 + name = "gimli" 1553 + version = "0.29.0" 1554 + source = "registry+https://github.com/rust-lang/crates.io-index" 1555 + checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 1556 + 1557 + [[package]] 1558 + name = "gl_generator" 1559 + version = "0.14.0" 1560 + source = "registry+https://github.com/rust-lang/crates.io-index" 1561 + checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 1562 + dependencies = [ 1563 + "khronos_api", 1564 + "log", 1565 + "xml-rs", 1566 + ] 1567 + 1568 + [[package]] 1569 + name = "glam" 1570 + version = "0.28.0" 1571 + source = "registry+https://github.com/rust-lang/crates.io-index" 1572 + checksum = "779ae4bf7e8421cf91c0b3b64e7e8b40b862fba4d393f59150042de7c4965a94" 1573 + 1574 + [[package]] 1575 + name = "glow" 1576 + version = "0.13.1" 1577 + source = "registry+https://github.com/rust-lang/crates.io-index" 1578 + checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1" 1579 + dependencies = [ 1580 + "js-sys", 1581 + "slotmap", 1582 + "wasm-bindgen", 1583 + "web-sys", 1584 + ] 1585 + 1586 + [[package]] 1587 + name = "glutin" 1588 + version = "0.29.1" 1589 + source = "registry+https://github.com/rust-lang/crates.io-index" 1590 + checksum = "444c9ad294fdcaf20ccf6726b78f380b5450275540c9b68ab62f49726ad1c713" 1591 + dependencies = [ 1592 + "cgl", 1593 + "cocoa 0.24.1", 1594 + "core-foundation", 1595 + "glutin_egl_sys", 1596 + "glutin_gles2_sys", 1597 + "glutin_glx_sys", 1598 + "glutin_wgl_sys 0.1.5", 1599 + "libloading 0.7.4", 1600 + "log", 1601 + "objc", 1602 + "once_cell", 1603 + "osmesa-sys", 1604 + "parking_lot", 1605 + "raw-window-handle 0.5.2", 1606 + "wayland-client 0.29.5", 1607 + "wayland-egl", 1608 + "winapi", 1609 + "winit 0.27.5", 1610 + ] 1611 + 1612 + [[package]] 1613 + name = "glutin_egl_sys" 1614 + version = "0.1.6" 1615 + source = "registry+https://github.com/rust-lang/crates.io-index" 1616 + checksum = "68900f84b471f31ea1d1355567eb865a2cf446294f06cef8d653ed7bcf5f013d" 1617 + dependencies = [ 1618 + "gl_generator", 1619 + "winapi", 1620 + ] 1621 + 1622 + [[package]] 1623 + name = "glutin_gles2_sys" 1624 + version = "0.1.5" 1625 + source = "registry+https://github.com/rust-lang/crates.io-index" 1626 + checksum = "e8094e708b730a7c8a1954f4f8a31880af00eb8a1c5b5bf85d28a0a3c6d69103" 1627 + dependencies = [ 1628 + "gl_generator", 1629 + "objc", 1630 + ] 1631 + 1632 + [[package]] 1633 + name = "glutin_glx_sys" 1634 + version = "0.1.8" 1635 + source = "registry+https://github.com/rust-lang/crates.io-index" 1636 + checksum = "d93d0575865098580c5b3a423188cd959419912ea60b1e48e8b3b526f6d02468" 1637 + dependencies = [ 1638 + "gl_generator", 1639 + "x11-dl", 1640 + ] 1641 + 1642 + [[package]] 1643 + name = "glutin_wgl_sys" 1644 + version = "0.1.5" 1645 + source = "registry+https://github.com/rust-lang/crates.io-index" 1646 + checksum = "3da5951a1569dbab865c6f2a863efafff193a93caf05538d193e9e3816d21696" 1647 + dependencies = [ 1648 + "gl_generator", 1649 + ] 1650 + 1651 + [[package]] 1652 + name = "glutin_wgl_sys" 1653 + version = "0.6.0" 1654 + source = "registry+https://github.com/rust-lang/crates.io-index" 1655 + checksum = "0a4e1951bbd9434a81aa496fe59ccc2235af3820d27b85f9314e279609211e2c" 1656 + dependencies = [ 1657 + "gl_generator", 1658 + ] 1659 + 1660 + [[package]] 1661 + name = "gpu-alloc" 1662 + version = "0.6.0" 1663 + source = "registry+https://github.com/rust-lang/crates.io-index" 1664 + checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 1665 + dependencies = [ 1666 + "bitflags 2.6.0", 1667 + "gpu-alloc-types", 1668 + ] 1669 + 1670 + [[package]] 1671 + name = "gpu-alloc-types" 1672 + version = "0.3.0" 1673 + source = "registry+https://github.com/rust-lang/crates.io-index" 1674 + checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 1675 + dependencies = [ 1676 + "bitflags 2.6.0", 1677 + ] 1678 + 1679 + [[package]] 1680 + name = "gpu-allocator" 1681 + version = "0.26.0" 1682 + source = "registry+https://github.com/rust-lang/crates.io-index" 1683 + checksum = "fdd4240fc91d3433d5e5b0fc5b67672d771850dc19bbee03c1381e19322803d7" 1684 + dependencies = [ 1685 + "log", 1686 + "presser", 1687 + "thiserror", 1688 + "winapi", 1689 + "windows 0.52.0", 1690 + ] 1691 + 1692 + [[package]] 1693 + name = "gpu-descriptor" 1694 + version = "0.3.0" 1695 + source = "registry+https://github.com/rust-lang/crates.io-index" 1696 + checksum = "9c08c1f623a8d0b722b8b99f821eb0ba672a1618f0d3b16ddbee1cedd2dd8557" 1697 + dependencies = [ 1698 + "bitflags 2.6.0", 1699 + "gpu-descriptor-types", 1700 + "hashbrown", 1701 + ] 1702 + 1703 + [[package]] 1704 + name = "gpu-descriptor-types" 1705 + version = "0.2.0" 1706 + source = "registry+https://github.com/rust-lang/crates.io-index" 1707 + checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 1708 + dependencies = [ 1709 + "bitflags 2.6.0", 1710 + ] 1711 + 1712 + [[package]] 1713 + name = "gzip-header" 1714 + version = "1.0.0" 1715 + source = "registry+https://github.com/rust-lang/crates.io-index" 1716 + checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2" 1717 + dependencies = [ 1718 + "crc32fast", 1719 + ] 1720 + 1721 + [[package]] 1722 + name = "half" 1723 + version = "2.4.1" 1724 + source = "registry+https://github.com/rust-lang/crates.io-index" 1725 + checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 1726 + dependencies = [ 1727 + "cfg-if", 1728 + "crunchy", 1729 + ] 1730 + 1731 + [[package]] 1732 + name = "hashbrown" 1733 + version = "0.14.5" 1734 + source = "registry+https://github.com/rust-lang/crates.io-index" 1735 + checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1736 + dependencies = [ 1737 + "ahash", 1738 + "allocator-api2", 1739 + ] 1740 + 1741 + [[package]] 1742 + name = "hassle-rs" 1743 + version = "0.11.0" 1744 + source = "registry+https://github.com/rust-lang/crates.io-index" 1745 + checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890" 1746 + dependencies = [ 1747 + "bitflags 2.6.0", 1748 + "com", 1749 + "libc", 1750 + "libloading 0.8.4", 1751 + "thiserror", 1752 + "widestring", 1753 + "winapi", 1754 + ] 1755 + 1756 + [[package]] 1757 + name = "heck" 1758 + version = "0.4.1" 1759 + source = "registry+https://github.com/rust-lang/crates.io-index" 1760 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1761 + 1762 + [[package]] 1763 + name = "heck" 1764 + version = "0.5.0" 1765 + source = "registry+https://github.com/rust-lang/crates.io-index" 1766 + checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1767 + 1768 + [[package]] 1769 + name = "hermit-abi" 1770 + version = "0.3.9" 1771 + source = "registry+https://github.com/rust-lang/crates.io-index" 1772 + checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1773 + 1774 + [[package]] 1775 + name = "hermit-abi" 1776 + version = "0.4.0" 1777 + source = "registry+https://github.com/rust-lang/crates.io-index" 1778 + checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 1779 + 1780 + [[package]] 1781 + name = "hexf-parse" 1782 + version = "0.2.1" 1783 + source = "registry+https://github.com/rust-lang/crates.io-index" 1784 + checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 1785 + 1786 + [[package]] 1787 + name = "hlsl-snapshots" 1788 + version = "0.1.0" 1789 + dependencies = [ 1790 + "anyhow", 1791 + "nanoserde", 1792 + ] 1793 + 1794 + [[package]] 1795 + name = "home" 1796 + version = "0.5.9" 1797 + source = "registry+https://github.com/rust-lang/crates.io-index" 1798 + checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 1799 + dependencies = [ 1800 + "windows-sys 0.52.0", 1801 + ] 1802 + 1803 + [[package]] 1804 + name = "humantime" 1805 + version = "2.1.0" 1806 + source = "registry+https://github.com/rust-lang/crates.io-index" 1807 + checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1808 + 1809 + [[package]] 1810 + name = "icrate" 1811 + version = "0.0.4" 1812 + source = "registry+https://github.com/rust-lang/crates.io-index" 1813 + checksum = "99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319" 1814 + dependencies = [ 1815 + "block2", 1816 + "dispatch", 1817 + "objc2", 1818 + ] 1819 + 1820 + [[package]] 1821 + name = "ident_case" 1822 + version = "1.0.1" 1823 + source = "registry+https://github.com/rust-lang/crates.io-index" 1824 + checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1825 + 1826 + [[package]] 1827 + name = "idna" 1828 + version = "0.5.0" 1829 + source = "registry+https://github.com/rust-lang/crates.io-index" 1830 + checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1831 + dependencies = [ 1832 + "unicode-bidi", 1833 + "unicode-normalization", 1834 + ] 1835 + 1836 + [[package]] 1837 + name = "if_chain" 1838 + version = "1.0.2" 1839 + source = "registry+https://github.com/rust-lang/crates.io-index" 1840 + checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" 1841 + 1842 + [[package]] 1843 + name = "image" 1844 + version = "0.24.9" 1845 + source = "registry+https://github.com/rust-lang/crates.io-index" 1846 + checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 1847 + dependencies = [ 1848 + "bytemuck", 1849 + "byteorder", 1850 + "color_quant", 1851 + "num-traits", 1852 + "png", 1853 + ] 1854 + 1855 + [[package]] 1856 + name = "indexmap" 1857 + version = "2.2.6" 1858 + source = "registry+https://github.com/rust-lang/crates.io-index" 1859 + checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 1860 + dependencies = [ 1861 + "arbitrary", 1862 + "equivalent", 1863 + "hashbrown", 1864 + "serde", 1865 + ] 1866 + 1867 + [[package]] 1868 + name = "instant" 1869 + version = "0.1.13" 1870 + source = "registry+https://github.com/rust-lang/crates.io-index" 1871 + checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 1872 + dependencies = [ 1873 + "cfg-if", 1874 + "js-sys", 1875 + "wasm-bindgen", 1876 + "web-sys", 1877 + ] 1878 + 1879 + [[package]] 1880 + name = "is-terminal" 1881 + version = "0.4.12" 1882 + source = "registry+https://github.com/rust-lang/crates.io-index" 1883 + checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 1884 + dependencies = [ 1885 + "hermit-abi 0.3.9", 1886 + "libc", 1887 + "windows-sys 0.52.0", 1888 + ] 1889 + 1890 + [[package]] 1891 + name = "is_terminal_polyfill" 1892 + version = "1.70.0" 1893 + source = "registry+https://github.com/rust-lang/crates.io-index" 1894 + checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" 1895 + 1896 + [[package]] 1897 + name = "itertools" 1898 + version = "0.10.5" 1899 + source = "registry+https://github.com/rust-lang/crates.io-index" 1900 + checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1901 + dependencies = [ 1902 + "either", 1903 + ] 1904 + 1905 + [[package]] 1906 + name = "itoa" 1907 + version = "1.0.11" 1908 + source = "registry+https://github.com/rust-lang/crates.io-index" 1909 + checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 1910 + 1911 + [[package]] 1912 + name = "jni" 1913 + version = "0.21.1" 1914 + source = "registry+https://github.com/rust-lang/crates.io-index" 1915 + checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 1916 + dependencies = [ 1917 + "cesu8", 1918 + "cfg-if", 1919 + "combine", 1920 + "jni-sys", 1921 + "log", 1922 + "thiserror", 1923 + "walkdir", 1924 + "windows-sys 0.45.0", 1925 + ] 1926 + 1927 + [[package]] 1928 + name = "jni-sys" 1929 + version = "0.3.0" 1930 + source = "registry+https://github.com/rust-lang/crates.io-index" 1931 + checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1932 + 1933 + [[package]] 1934 + name = "jobserver" 1935 + version = "0.1.31" 1936 + source = "registry+https://github.com/rust-lang/crates.io-index" 1937 + checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" 1938 + dependencies = [ 1939 + "libc", 1940 + ] 1941 + 1942 + [[package]] 1943 + name = "js-sys" 1944 + version = "0.3.69" 1945 + source = "registry+https://github.com/rust-lang/crates.io-index" 1946 + checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 1947 + dependencies = [ 1948 + "wasm-bindgen", 1949 + ] 1950 + 1951 + [[package]] 1952 + name = "khronos-egl" 1953 + version = "6.0.0" 1954 + source = "registry+https://github.com/rust-lang/crates.io-index" 1955 + checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 1956 + dependencies = [ 1957 + "libc", 1958 + "libloading 0.8.4", 1959 + "pkg-config", 1960 + ] 1961 + 1962 + [[package]] 1963 + name = "khronos_api" 1964 + version = "3.1.0" 1965 + source = "registry+https://github.com/rust-lang/crates.io-index" 1966 + checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 1967 + 1968 + [[package]] 1969 + name = "ktx2" 1970 + version = "0.3.0" 1971 + source = "registry+https://github.com/rust-lang/crates.io-index" 1972 + checksum = "87d65e08a9ec02e409d27a0139eaa6b9756b4d81fe7cde71f6941a83730ce838" 1973 + dependencies = [ 1974 + "bitflags 1.3.2", 1975 + ] 1976 + 1977 + [[package]] 1978 + name = "lazy_static" 1979 + version = "1.5.0" 1980 + source = "registry+https://github.com/rust-lang/crates.io-index" 1981 + checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1982 + 1983 + [[package]] 1984 + name = "libc" 1985 + version = "0.2.155" 1986 + source = "registry+https://github.com/rust-lang/crates.io-index" 1987 + checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 1988 + 1989 + [[package]] 1990 + name = "libfuzzer-sys" 1991 + version = "0.4.7" 1992 + source = "registry+https://github.com/rust-lang/crates.io-index" 1993 + checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7" 1994 + dependencies = [ 1995 + "arbitrary", 1996 + "cc", 1997 + "once_cell", 1998 + ] 1999 + 2000 + [[package]] 2001 + name = "libloading" 2002 + version = "0.7.4" 2003 + source = "registry+https://github.com/rust-lang/crates.io-index" 2004 + checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2005 + dependencies = [ 2006 + "cfg-if", 2007 + "winapi", 2008 + ] 2009 + 2010 + [[package]] 2011 + name = "libloading" 2012 + version = "0.8.4" 2013 + source = "registry+https://github.com/rust-lang/crates.io-index" 2014 + checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d" 2015 + dependencies = [ 2016 + "cfg-if", 2017 + "windows-targets 0.52.5", 2018 + ] 2019 + 2020 + [[package]] 2021 + name = "libredox" 2022 + version = "0.0.2" 2023 + source = "registry+https://github.com/rust-lang/crates.io-index" 2024 + checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607" 2025 + dependencies = [ 2026 + "bitflags 2.6.0", 2027 + "libc", 2028 + "redox_syscall 0.4.1", 2029 + ] 2030 + 2031 + [[package]] 2032 + name = "libtest-mimic" 2033 + version = "0.6.1" 2034 + source = "registry+https://github.com/rust-lang/crates.io-index" 2035 + checksum = "6d8de370f98a6cb8a4606618e53e802f93b094ddec0f96988eaec2c27e6e9ce7" 2036 + dependencies = [ 2037 + "clap", 2038 + "termcolor", 2039 + "threadpool", 2040 + ] 2041 + 2042 + [[package]] 2043 + name = "linux-raw-sys" 2044 + version = "0.4.14" 2045 + source = "registry+https://github.com/rust-lang/crates.io-index" 2046 + checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 2047 + 2048 + [[package]] 2049 + name = "litrs" 2050 + version = "0.4.1" 2051 + source = "registry+https://github.com/rust-lang/crates.io-index" 2052 + checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" 2053 + 2054 + [[package]] 2055 + name = "lock_api" 2056 + version = "0.4.12" 2057 + source = "registry+https://github.com/rust-lang/crates.io-index" 2058 + checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2059 + dependencies = [ 2060 + "autocfg", 2061 + "scopeguard", 2062 + ] 2063 + 2064 + [[package]] 2065 + name = "log" 2066 + version = "0.4.22" 2067 + source = "registry+https://github.com/rust-lang/crates.io-index" 2068 + checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 2069 + 2070 + [[package]] 2071 + name = "loom" 2072 + version = "0.7.2" 2073 + source = "registry+https://github.com/rust-lang/crates.io-index" 2074 + checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 2075 + dependencies = [ 2076 + "cfg-if", 2077 + "generator", 2078 + "scoped-tls", 2079 + "tracing", 2080 + "tracing-subscriber", 2081 + ] 2082 + 2083 + [[package]] 2084 + name = "malloc_buf" 2085 + version = "0.0.6" 2086 + source = "registry+https://github.com/rust-lang/crates.io-index" 2087 + checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 2088 + dependencies = [ 2089 + "libc", 2090 + ] 2091 + 2092 + [[package]] 2093 + name = "matchers" 2094 + version = "0.1.0" 2095 + source = "registry+https://github.com/rust-lang/crates.io-index" 2096 + checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2097 + dependencies = [ 2098 + "regex-automata 0.1.10", 2099 + ] 2100 + 2101 + [[package]] 2102 + name = "memchr" 2103 + version = "2.7.4" 2104 + source = "registry+https://github.com/rust-lang/crates.io-index" 2105 + checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 2106 + 2107 + [[package]] 2108 + name = "memmap2" 2109 + version = "0.5.10" 2110 + source = "registry+https://github.com/rust-lang/crates.io-index" 2111 + checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 2112 + dependencies = [ 2113 + "libc", 2114 + ] 2115 + 2116 + [[package]] 2117 + name = "memmap2" 2118 + version = "0.9.4" 2119 + source = "registry+https://github.com/rust-lang/crates.io-index" 2120 + checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" 2121 + dependencies = [ 2122 + "libc", 2123 + ] 2124 + 2125 + [[package]] 2126 + name = "memoffset" 2127 + version = "0.6.5" 2128 + source = "registry+https://github.com/rust-lang/crates.io-index" 2129 + checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 2130 + dependencies = [ 2131 + "autocfg", 2132 + ] 2133 + 2134 + [[package]] 2135 + name = "memoffset" 2136 + version = "0.9.1" 2137 + source = "registry+https://github.com/rust-lang/crates.io-index" 2138 + checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2139 + dependencies = [ 2140 + "autocfg", 2141 + ] 2142 + 2143 + [[package]] 2144 + name = "metal" 2145 + version = "0.29.0" 2146 + source = "registry+https://github.com/rust-lang/crates.io-index" 2147 + checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21" 2148 + dependencies = [ 2149 + "bitflags 2.6.0", 2150 + "block", 2151 + "core-graphics-types", 2152 + "foreign-types 0.5.0", 2153 + "log", 2154 + "objc", 2155 + "paste", 2156 + ] 2157 + 2158 + [[package]] 2159 + name = "miniz_oxide" 2160 + version = "0.7.4" 2161 + source = "registry+https://github.com/rust-lang/crates.io-index" 2162 + checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 2163 + dependencies = [ 2164 + "adler", 2165 + "simd-adler32", 2166 + ] 2167 + 2168 + [[package]] 2169 + name = "mio" 2170 + version = "0.8.11" 2171 + source = "registry+https://github.com/rust-lang/crates.io-index" 2172 + checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 2173 + dependencies = [ 2174 + "libc", 2175 + "log", 2176 + "wasi", 2177 + "windows-sys 0.48.0", 2178 + ] 2179 + 2180 + [[package]] 2181 + name = "naga" 2182 + version = "22.1.0" 2183 + dependencies = [ 2184 + "arbitrary", 2185 + "arrayvec 0.7.4", 2186 + "bit-set", 2187 + "bitflags 2.6.0", 2188 + "cfg_aliases", 2189 + "codespan-reporting", 2190 + "diff", 2191 + "env_logger", 2192 + "hexf-parse", 2193 + "hlsl-snapshots", 2194 + "indexmap", 2195 + "log", 2196 + "petgraph", 2197 + "pp-rs", 2198 + "ron", 2199 + "rspirv", 2200 + "rustc-hash", 2201 + "serde", 2202 + "spirv 0.3.0+sdk-1.3.268.0", 2203 + "termcolor", 2204 + "thiserror", 2205 + "unicode-xid", 2206 + ] 2207 + 2208 + [[package]] 2209 + name = "naga-cli" 2210 + version = "22.0.0" 2211 + dependencies = [ 2212 + "anyhow", 2213 + "argh", 2214 + "bincode", 2215 + "codespan-reporting", 2216 + "env_logger", 2217 + "naga", 2218 + ] 2219 + 2220 + [[package]] 2221 + name = "naga-fuzz" 2222 + version = "0.0.0" 2223 + dependencies = [ 2224 + "arbitrary", 2225 + "libfuzzer-sys", 2226 + "naga", 2227 + ] 2228 + 2229 + [[package]] 2230 + name = "nanorand" 2231 + version = "0.7.0" 2232 + source = "registry+https://github.com/rust-lang/crates.io-index" 2233 + checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 2234 + dependencies = [ 2235 + "getrandom", 2236 + ] 2237 + 2238 + [[package]] 2239 + name = "nanoserde" 2240 + version = "0.1.37" 2241 + source = "registry+https://github.com/rust-lang/crates.io-index" 2242 + checksum = "5de9cf844ab1e25a0353525bd74cb889843a6215fa4a0d156fd446f4857a1b99" 2243 + dependencies = [ 2244 + "nanoserde-derive", 2245 + ] 2246 + 2247 + [[package]] 2248 + name = "nanoserde-derive" 2249 + version = "0.1.22" 2250 + source = "registry+https://github.com/rust-lang/crates.io-index" 2251 + checksum = "e943b2c21337b7e3ec6678500687cdc741b7639ad457f234693352075c082204" 2252 + 2253 + [[package]] 2254 + name = "ndk" 2255 + version = "0.7.0" 2256 + source = "registry+https://github.com/rust-lang/crates.io-index" 2257 + checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0" 2258 + dependencies = [ 2259 + "bitflags 1.3.2", 2260 + "jni-sys", 2261 + "ndk-sys 0.4.1+23.1.7779620", 2262 + "num_enum 0.5.11", 2263 + "raw-window-handle 0.5.2", 2264 + "thiserror", 2265 + ] 2266 + 2267 + [[package]] 2268 + name = "ndk" 2269 + version = "0.8.0" 2270 + source = "registry+https://github.com/rust-lang/crates.io-index" 2271 + checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7" 2272 + dependencies = [ 2273 + "bitflags 2.6.0", 2274 + "jni-sys", 2275 + "log", 2276 + "ndk-sys 0.5.0+25.2.9519653", 2277 + "num_enum 0.7.2", 2278 + "raw-window-handle 0.6.2", 2279 + "thiserror", 2280 + ] 2281 + 2282 + [[package]] 2283 + name = "ndk-context" 2284 + version = "0.1.1" 2285 + source = "registry+https://github.com/rust-lang/crates.io-index" 2286 + checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2287 + 2288 + [[package]] 2289 + name = "ndk-glue" 2290 + version = "0.7.0" 2291 + source = "registry+https://github.com/rust-lang/crates.io-index" 2292 + checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f" 2293 + dependencies = [ 2294 + "libc", 2295 + "log", 2296 + "ndk 0.7.0", 2297 + "ndk-context", 2298 + "ndk-macro", 2299 + "ndk-sys 0.4.1+23.1.7779620", 2300 + "once_cell", 2301 + "parking_lot", 2302 + ] 2303 + 2304 + [[package]] 2305 + name = "ndk-macro" 2306 + version = "0.3.0" 2307 + source = "registry+https://github.com/rust-lang/crates.io-index" 2308 + checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c" 2309 + dependencies = [ 2310 + "darling", 2311 + "proc-macro-crate 1.3.1", 2312 + "proc-macro2", 2313 + "quote", 2314 + "syn 1.0.109", 2315 + ] 2316 + 2317 + [[package]] 2318 + name = "ndk-sys" 2319 + version = "0.4.1+23.1.7779620" 2320 + source = "registry+https://github.com/rust-lang/crates.io-index" 2321 + checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3" 2322 + dependencies = [ 2323 + "jni-sys", 2324 + ] 2325 + 2326 + [[package]] 2327 + name = "ndk-sys" 2328 + version = "0.5.0+25.2.9519653" 2329 + source = "registry+https://github.com/rust-lang/crates.io-index" 2330 + checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" 2331 + dependencies = [ 2332 + "jni-sys", 2333 + ] 2334 + 2335 + [[package]] 2336 + name = "nix" 2337 + version = "0.24.3" 2338 + source = "registry+https://github.com/rust-lang/crates.io-index" 2339 + checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" 2340 + dependencies = [ 2341 + "bitflags 1.3.2", 2342 + "cfg-if", 2343 + "libc", 2344 + "memoffset 0.6.5", 2345 + ] 2346 + 2347 + [[package]] 2348 + name = "nix" 2349 + version = "0.25.1" 2350 + source = "registry+https://github.com/rust-lang/crates.io-index" 2351 + checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4" 2352 + dependencies = [ 2353 + "autocfg", 2354 + "bitflags 1.3.2", 2355 + "cfg-if", 2356 + "libc", 2357 + "memoffset 0.6.5", 2358 + ] 2359 + 2360 + [[package]] 2361 + name = "noise" 2362 + version = "0.8.2" 2363 + source = "git+https://github.com/Razaekel/noise-rs.git?rev=c6942d4fb70af26db4441edcf41f90fa115333f2#c6942d4fb70af26db4441edcf41f90fa115333f2" 2364 + dependencies = [ 2365 + "num-traits", 2366 + "rand", 2367 + "rand_xorshift", 2368 + ] 2369 + 2370 + [[package]] 2371 + name = "nu-ansi-term" 2372 + version = "0.46.0" 2373 + source = "registry+https://github.com/rust-lang/crates.io-index" 2374 + checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2375 + dependencies = [ 2376 + "overload", 2377 + "winapi", 2378 + ] 2379 + 2380 + [[package]] 2381 + name = "num-bigint" 2382 + version = "0.4.6" 2383 + source = "registry+https://github.com/rust-lang/crates.io-index" 2384 + checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 2385 + dependencies = [ 2386 + "num-integer", 2387 + "num-traits", 2388 + "rand", 2389 + ] 2390 + 2391 + [[package]] 2392 + name = "num-integer" 2393 + version = "0.1.46" 2394 + source = "registry+https://github.com/rust-lang/crates.io-index" 2395 + checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2396 + dependencies = [ 2397 + "num-traits", 2398 + ] 2399 + 2400 + [[package]] 2401 + name = "num-traits" 2402 + version = "0.2.19" 2403 + source = "registry+https://github.com/rust-lang/crates.io-index" 2404 + checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2405 + dependencies = [ 2406 + "autocfg", 2407 + ] 2408 + 2409 + [[package]] 2410 + name = "num_cpus" 2411 + version = "1.16.0" 2412 + source = "registry+https://github.com/rust-lang/crates.io-index" 2413 + checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2414 + dependencies = [ 2415 + "hermit-abi 0.3.9", 2416 + "libc", 2417 + ] 2418 + 2419 + [[package]] 2420 + name = "num_enum" 2421 + version = "0.5.11" 2422 + source = "registry+https://github.com/rust-lang/crates.io-index" 2423 + checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 2424 + dependencies = [ 2425 + "num_enum_derive 0.5.11", 2426 + ] 2427 + 2428 + [[package]] 2429 + name = "num_enum" 2430 + version = "0.7.2" 2431 + source = "registry+https://github.com/rust-lang/crates.io-index" 2432 + checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" 2433 + dependencies = [ 2434 + "num_enum_derive 0.7.2", 2435 + ] 2436 + 2437 + [[package]] 2438 + name = "num_enum_derive" 2439 + version = "0.5.11" 2440 + source = "registry+https://github.com/rust-lang/crates.io-index" 2441 + checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 2442 + dependencies = [ 2443 + "proc-macro-crate 1.3.1", 2444 + "proc-macro2", 2445 + "quote", 2446 + "syn 1.0.109", 2447 + ] 2448 + 2449 + [[package]] 2450 + name = "num_enum_derive" 2451 + version = "0.7.2" 2452 + source = "registry+https://github.com/rust-lang/crates.io-index" 2453 + checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" 2454 + dependencies = [ 2455 + "proc-macro-crate 3.1.0", 2456 + "proc-macro2", 2457 + "quote", 2458 + "syn 2.0.71", 2459 + ] 2460 + 2461 + [[package]] 2462 + name = "nv-flip" 2463 + version = "0.1.2" 2464 + source = "registry+https://github.com/rust-lang/crates.io-index" 2465 + checksum = "4ec3c68ac226790270de1d9d0eb5853832d82a34b62199ab2a1a4756df1a1974" 2466 + dependencies = [ 2467 + "nv-flip-sys", 2468 + ] 2469 + 2470 + [[package]] 2471 + name = "nv-flip-sys" 2472 + version = "0.1.1" 2473 + source = "registry+https://github.com/rust-lang/crates.io-index" 2474 + checksum = "932e1eed40002ba70fccac6dab3b64be3301607c3ee88bd14989c4d4e1c1c993" 2475 + dependencies = [ 2476 + "cc", 2477 + ] 2478 + 2479 + [[package]] 2480 + name = "obj" 2481 + version = "0.10.2" 2482 + source = "registry+https://github.com/rust-lang/crates.io-index" 2483 + checksum = "059c95245738cdc7b40078cdd51a23200252a4c0a0a6dd005136152b3f467a4a" 2484 + 2485 + [[package]] 2486 + name = "objc" 2487 + version = "0.2.7" 2488 + source = "registry+https://github.com/rust-lang/crates.io-index" 2489 + checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 2490 + dependencies = [ 2491 + "malloc_buf", 2492 + ] 2493 + 2494 + [[package]] 2495 + name = "objc-sys" 2496 + version = "0.3.5" 2497 + source = "registry+https://github.com/rust-lang/crates.io-index" 2498 + checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 2499 + 2500 + [[package]] 2501 + name = "objc2" 2502 + version = "0.4.1" 2503 + source = "registry+https://github.com/rust-lang/crates.io-index" 2504 + checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d" 2505 + dependencies = [ 2506 + "objc-sys", 2507 + "objc2-encode", 2508 + ] 2509 + 2510 + [[package]] 2511 + name = "objc2-encode" 2512 + version = "3.0.0" 2513 + source = "registry+https://github.com/rust-lang/crates.io-index" 2514 + checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666" 2515 + 2516 + [[package]] 2517 + name = "object" 2518 + version = "0.36.1" 2519 + source = "registry+https://github.com/rust-lang/crates.io-index" 2520 + checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce" 2521 + dependencies = [ 2522 + "memchr", 2523 + ] 2524 + 2525 + [[package]] 2526 + name = "once_cell" 2527 + version = "1.19.0" 2528 + source = "registry+https://github.com/rust-lang/crates.io-index" 2529 + checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 2530 + 2531 + [[package]] 2532 + name = "oorandom" 2533 + version = "11.1.4" 2534 + source = "registry+https://github.com/rust-lang/crates.io-index" 2535 + checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" 2536 + 2537 + [[package]] 2538 + name = "orbclient" 2539 + version = "0.3.47" 2540 + source = "registry+https://github.com/rust-lang/crates.io-index" 2541 + checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166" 2542 + dependencies = [ 2543 + "libredox", 2544 + ] 2545 + 2546 + [[package]] 2547 + name = "osmesa-sys" 2548 + version = "0.1.2" 2549 + source = "registry+https://github.com/rust-lang/crates.io-index" 2550 + checksum = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b" 2551 + dependencies = [ 2552 + "shared_library", 2553 + ] 2554 + 2555 + [[package]] 2556 + name = "outref" 2557 + version = "0.1.0" 2558 + source = "registry+https://github.com/rust-lang/crates.io-index" 2559 + checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4" 2560 + 2561 + [[package]] 2562 + name = "outref" 2563 + version = "0.5.1" 2564 + source = "registry+https://github.com/rust-lang/crates.io-index" 2565 + checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 2566 + 2567 + [[package]] 2568 + name = "overload" 2569 + version = "0.1.1" 2570 + source = "registry+https://github.com/rust-lang/crates.io-index" 2571 + checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2572 + 2573 + [[package]] 2574 + name = "owned_ttf_parser" 2575 + version = "0.24.0" 2576 + source = "registry+https://github.com/rust-lang/crates.io-index" 2577 + checksum = "490d3a563d3122bf7c911a59b0add9389e5ec0f5f0c3ac6b91ff235a0e6a7f90" 2578 + dependencies = [ 2579 + "ttf-parser", 2580 + ] 2581 + 2582 + [[package]] 2583 + name = "parking" 2584 + version = "2.2.0" 2585 + source = "registry+https://github.com/rust-lang/crates.io-index" 2586 + checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 2587 + 2588 + [[package]] 2589 + name = "parking_lot" 2590 + version = "0.12.3" 2591 + source = "registry+https://github.com/rust-lang/crates.io-index" 2592 + checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 2593 + dependencies = [ 2594 + "lock_api", 2595 + "parking_lot_core", 2596 + ] 2597 + 2598 + [[package]] 2599 + name = "parking_lot_core" 2600 + version = "0.9.10" 2601 + source = "registry+https://github.com/rust-lang/crates.io-index" 2602 + checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 2603 + dependencies = [ 2604 + "backtrace", 2605 + "cfg-if", 2606 + "libc", 2607 + "petgraph", 2608 + "redox_syscall 0.5.1", 2609 + "smallvec", 2610 + "thread-id", 2611 + "windows-targets 0.52.5", 2612 + ] 2613 + 2614 + [[package]] 2615 + name = "paste" 2616 + version = "1.0.15" 2617 + source = "registry+https://github.com/rust-lang/crates.io-index" 2618 + checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2619 + 2620 + [[package]] 2621 + name = "percent-encoding" 2622 + version = "2.3.1" 2623 + source = "registry+https://github.com/rust-lang/crates.io-index" 2624 + checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2625 + 2626 + [[package]] 2627 + name = "petgraph" 2628 + version = "0.6.5" 2629 + source = "registry+https://github.com/rust-lang/crates.io-index" 2630 + checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 2631 + dependencies = [ 2632 + "fixedbitset", 2633 + "indexmap", 2634 + ] 2635 + 2636 + [[package]] 2637 + name = "pico-args" 2638 + version = "0.5.0" 2639 + source = "registry+https://github.com/rust-lang/crates.io-index" 2640 + checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 2641 + 2642 + [[package]] 2643 + name = "pin-project" 2644 + version = "1.1.5" 2645 + source = "registry+https://github.com/rust-lang/crates.io-index" 2646 + checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 2647 + dependencies = [ 2648 + "pin-project-internal", 2649 + ] 2650 + 2651 + [[package]] 2652 + name = "pin-project-internal" 2653 + version = "1.1.5" 2654 + source = "registry+https://github.com/rust-lang/crates.io-index" 2655 + checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 2656 + dependencies = [ 2657 + "proc-macro2", 2658 + "quote", 2659 + "syn 2.0.71", 2660 + ] 2661 + 2662 + [[package]] 2663 + name = "pin-project-lite" 2664 + version = "0.2.14" 2665 + source = "registry+https://github.com/rust-lang/crates.io-index" 2666 + checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 2667 + 2668 + [[package]] 2669 + name = "pin-utils" 2670 + version = "0.1.0" 2671 + source = "registry+https://github.com/rust-lang/crates.io-index" 2672 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2673 + 2674 + [[package]] 2675 + name = "pkg-config" 2676 + version = "0.3.30" 2677 + source = "registry+https://github.com/rust-lang/crates.io-index" 2678 + checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 2679 + 2680 + [[package]] 2681 + name = "player" 2682 + version = "22.1.0" 2683 + dependencies = [ 2684 + "env_logger", 2685 + "log", 2686 + "raw-window-handle 0.6.2", 2687 + "ron", 2688 + "serde", 2689 + "wgpu-core", 2690 + "wgpu-types", 2691 + "winit 0.29.15", 2692 + ] 2693 + 2694 + [[package]] 2695 + name = "plotters" 2696 + version = "0.3.6" 2697 + source = "registry+https://github.com/rust-lang/crates.io-index" 2698 + checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3" 2699 + dependencies = [ 2700 + "num-traits", 2701 + "plotters-backend", 2702 + "plotters-svg", 2703 + "wasm-bindgen", 2704 + "web-sys", 2705 + ] 2706 + 2707 + [[package]] 2708 + name = "plotters-backend" 2709 + version = "0.3.6" 2710 + source = "registry+https://github.com/rust-lang/crates.io-index" 2711 + checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7" 2712 + 2713 + [[package]] 2714 + name = "plotters-svg" 2715 + version = "0.3.6" 2716 + source = "registry+https://github.com/rust-lang/crates.io-index" 2717 + checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705" 2718 + dependencies = [ 2719 + "plotters-backend", 2720 + ] 2721 + 2722 + [[package]] 2723 + name = "png" 2724 + version = "0.17.13" 2725 + source = "registry+https://github.com/rust-lang/crates.io-index" 2726 + checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" 2727 + dependencies = [ 2728 + "bitflags 1.3.2", 2729 + "crc32fast", 2730 + "fdeflate", 2731 + "flate2", 2732 + "miniz_oxide", 2733 + ] 2734 + 2735 + [[package]] 2736 + name = "polling" 2737 + version = "3.7.2" 2738 + source = "registry+https://github.com/rust-lang/crates.io-index" 2739 + checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" 2740 + dependencies = [ 2741 + "cfg-if", 2742 + "concurrent-queue", 2743 + "hermit-abi 0.4.0", 2744 + "pin-project-lite", 2745 + "rustix", 2746 + "tracing", 2747 + "windows-sys 0.52.0", 2748 + ] 2749 + 2750 + [[package]] 2751 + name = "pollster" 2752 + version = "0.3.0" 2753 + source = "registry+https://github.com/rust-lang/crates.io-index" 2754 + checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" 2755 + 2756 + [[package]] 2757 + name = "pp-rs" 2758 + version = "0.2.1" 2759 + source = "registry+https://github.com/rust-lang/crates.io-index" 2760 + checksum = "bb458bb7f6e250e6eb79d5026badc10a3ebb8f9a15d1fff0f13d17c71f4d6dee" 2761 + dependencies = [ 2762 + "unicode-xid", 2763 + ] 2764 + 2765 + [[package]] 2766 + name = "presser" 2767 + version = "0.3.1" 2768 + source = "registry+https://github.com/rust-lang/crates.io-index" 2769 + checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 2770 + 2771 + [[package]] 2772 + name = "proc-macro-crate" 2773 + version = "1.3.1" 2774 + source = "registry+https://github.com/rust-lang/crates.io-index" 2775 + checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 2776 + dependencies = [ 2777 + "once_cell", 2778 + "toml_edit 0.19.15", 2779 + ] 2780 + 2781 + [[package]] 2782 + name = "proc-macro-crate" 2783 + version = "3.1.0" 2784 + source = "registry+https://github.com/rust-lang/crates.io-index" 2785 + checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" 2786 + dependencies = [ 2787 + "toml_edit 0.21.1", 2788 + ] 2789 + 2790 + [[package]] 2791 + name = "proc-macro-rules" 2792 + version = "0.4.0" 2793 + source = "registry+https://github.com/rust-lang/crates.io-index" 2794 + checksum = "07c277e4e643ef00c1233393c673f655e3672cf7eb3ba08a00bdd0ea59139b5f" 2795 + dependencies = [ 2796 + "proc-macro-rules-macros", 2797 + "proc-macro2", 2798 + "syn 2.0.71", 2799 + ] 2800 + 2801 + [[package]] 2802 + name = "proc-macro-rules-macros" 2803 + version = "0.4.0" 2804 + source = "registry+https://github.com/rust-lang/crates.io-index" 2805 + checksum = "207fffb0fe655d1d47f6af98cc2793405e85929bdbc420d685554ff07be27ac7" 2806 + dependencies = [ 2807 + "once_cell", 2808 + "proc-macro2", 2809 + "quote", 2810 + "syn 2.0.71", 2811 + ] 2812 + 2813 + [[package]] 2814 + name = "proc-macro2" 2815 + version = "1.0.86" 2816 + source = "registry+https://github.com/rust-lang/crates.io-index" 2817 + checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 2818 + dependencies = [ 2819 + "unicode-ident", 2820 + ] 2821 + 2822 + [[package]] 2823 + name = "profiling" 2824 + version = "1.0.15" 2825 + source = "registry+https://github.com/rust-lang/crates.io-index" 2826 + checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58" 2827 + 2828 + [[package]] 2829 + name = "quick-xml" 2830 + version = "0.31.0" 2831 + source = "registry+https://github.com/rust-lang/crates.io-index" 2832 + checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" 2833 + dependencies = [ 2834 + "memchr", 2835 + ] 2836 + 2837 + [[package]] 2838 + name = "quote" 2839 + version = "1.0.36" 2840 + source = "registry+https://github.com/rust-lang/crates.io-index" 2841 + checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 2842 + dependencies = [ 2843 + "proc-macro2", 2844 + ] 2845 + 2846 + [[package]] 2847 + name = "rand" 2848 + version = "0.8.5" 2849 + source = "registry+https://github.com/rust-lang/crates.io-index" 2850 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2851 + dependencies = [ 2852 + "rand_core", 2853 + ] 2854 + 2855 + [[package]] 2856 + name = "rand_core" 2857 + version = "0.6.4" 2858 + source = "registry+https://github.com/rust-lang/crates.io-index" 2859 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2860 + 2861 + [[package]] 2862 + name = "rand_xorshift" 2863 + version = "0.3.0" 2864 + source = "registry+https://github.com/rust-lang/crates.io-index" 2865 + checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 2866 + dependencies = [ 2867 + "rand_core", 2868 + ] 2869 + 2870 + [[package]] 2871 + name = "range-alloc" 2872 + version = "0.1.3" 2873 + source = "registry+https://github.com/rust-lang/crates.io-index" 2874 + checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab" 2875 + 2876 + [[package]] 2877 + name = "raw-window-handle" 2878 + version = "0.4.3" 2879 + source = "registry+https://github.com/rust-lang/crates.io-index" 2880 + checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41" 2881 + dependencies = [ 2882 + "cty", 2883 + ] 2884 + 2885 + [[package]] 2886 + name = "raw-window-handle" 2887 + version = "0.5.2" 2888 + source = "registry+https://github.com/rust-lang/crates.io-index" 2889 + checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 2890 + 2891 + [[package]] 2892 + name = "raw-window-handle" 2893 + version = "0.6.2" 2894 + source = "registry+https://github.com/rust-lang/crates.io-index" 2895 + checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 2896 + 2897 + [[package]] 2898 + name = "rayon" 2899 + version = "1.10.0" 2900 + source = "registry+https://github.com/rust-lang/crates.io-index" 2901 + checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 2902 + dependencies = [ 2903 + "either", 2904 + "rayon-core", 2905 + ] 2906 + 2907 + [[package]] 2908 + name = "rayon-core" 2909 + version = "1.12.1" 2910 + source = "registry+https://github.com/rust-lang/crates.io-index" 2911 + checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 2912 + dependencies = [ 2913 + "crossbeam-deque", 2914 + "crossbeam-utils", 2915 + ] 2916 + 2917 + [[package]] 2918 + name = "redox_syscall" 2919 + version = "0.3.5" 2920 + source = "registry+https://github.com/rust-lang/crates.io-index" 2921 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 2922 + dependencies = [ 2923 + "bitflags 1.3.2", 2924 + ] 2925 + 2926 + [[package]] 2927 + name = "redox_syscall" 2928 + version = "0.4.1" 2929 + source = "registry+https://github.com/rust-lang/crates.io-index" 2930 + checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 2931 + dependencies = [ 2932 + "bitflags 1.3.2", 2933 + ] 2934 + 2935 + [[package]] 2936 + name = "redox_syscall" 2937 + version = "0.5.1" 2938 + source = "registry+https://github.com/rust-lang/crates.io-index" 2939 + checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" 2940 + dependencies = [ 2941 + "bitflags 2.6.0", 2942 + ] 2943 + 2944 + [[package]] 2945 + name = "regex" 2946 + version = "1.10.5" 2947 + source = "registry+https://github.com/rust-lang/crates.io-index" 2948 + checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 2949 + dependencies = [ 2950 + "aho-corasick", 2951 + "memchr", 2952 + "regex-automata 0.4.6", 2953 + "regex-syntax 0.8.3", 2954 + ] 2955 + 2956 + [[package]] 2957 + name = "regex-automata" 2958 + version = "0.1.10" 2959 + source = "registry+https://github.com/rust-lang/crates.io-index" 2960 + checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2961 + dependencies = [ 2962 + "regex-syntax 0.6.29", 2963 + ] 2964 + 2965 + [[package]] 2966 + name = "regex-automata" 2967 + version = "0.4.6" 2968 + source = "registry+https://github.com/rust-lang/crates.io-index" 2969 + checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 2970 + dependencies = [ 2971 + "aho-corasick", 2972 + "memchr", 2973 + "regex-syntax 0.8.3", 2974 + ] 2975 + 2976 + [[package]] 2977 + name = "regex-syntax" 2978 + version = "0.6.29" 2979 + source = "registry+https://github.com/rust-lang/crates.io-index" 2980 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2981 + 2982 + [[package]] 2983 + name = "regex-syntax" 2984 + version = "0.8.3" 2985 + source = "registry+https://github.com/rust-lang/crates.io-index" 2986 + checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" 2987 + 2988 + [[package]] 2989 + name = "renderdoc-sys" 2990 + version = "1.1.0" 2991 + source = "registry+https://github.com/rust-lang/crates.io-index" 2992 + checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 2993 + 2994 + [[package]] 2995 + name = "ron" 2996 + version = "0.8.1" 2997 + source = "registry+https://github.com/rust-lang/crates.io-index" 2998 + checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" 2999 + dependencies = [ 3000 + "base64", 3001 + "bitflags 2.6.0", 3002 + "serde", 3003 + "serde_derive", 3004 + ] 3005 + 3006 + [[package]] 3007 + name = "rspirv" 3008 + version = "0.11.0+sdk-1.2.198" 3009 + source = "git+https://github.com/gfx-rs/rspirv?rev=b969f175d5663258b4891e44b76c1544da9661ab#b969f175d5663258b4891e44b76c1544da9661ab" 3010 + dependencies = [ 3011 + "rustc-hash", 3012 + "spirv 0.2.0+sdk-1.2.198", 3013 + ] 3014 + 3015 + [[package]] 3016 + name = "rustc-demangle" 3017 + version = "0.1.24" 3018 + source = "registry+https://github.com/rust-lang/crates.io-index" 3019 + checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 3020 + 3021 + [[package]] 3022 + name = "rustc-hash" 3023 + version = "1.1.0" 3024 + source = "registry+https://github.com/rust-lang/crates.io-index" 3025 + checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3026 + 3027 + [[package]] 3028 + name = "rustc_version" 3029 + version = "0.2.3" 3030 + source = "registry+https://github.com/rust-lang/crates.io-index" 3031 + checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 3032 + dependencies = [ 3033 + "semver 0.9.0", 3034 + ] 3035 + 3036 + [[package]] 3037 + name = "rustc_version" 3038 + version = "0.4.0" 3039 + source = "registry+https://github.com/rust-lang/crates.io-index" 3040 + checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 3041 + dependencies = [ 3042 + "semver 1.0.23", 3043 + ] 3044 + 3045 + [[package]] 3046 + name = "rustix" 3047 + version = "0.38.34" 3048 + source = "registry+https://github.com/rust-lang/crates.io-index" 3049 + checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 3050 + dependencies = [ 3051 + "bitflags 2.6.0", 3052 + "errno", 3053 + "libc", 3054 + "linux-raw-sys", 3055 + "windows-sys 0.52.0", 3056 + ] 3057 + 3058 + [[package]] 3059 + name = "rustversion" 3060 + version = "1.0.17" 3061 + source = "registry+https://github.com/rust-lang/crates.io-index" 3062 + checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 3063 + 3064 + [[package]] 3065 + name = "ryu" 3066 + version = "1.0.18" 3067 + source = "registry+https://github.com/rust-lang/crates.io-index" 3068 + checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 3069 + 3070 + [[package]] 3071 + name = "safe_arch" 3072 + version = "0.5.2" 3073 + source = "registry+https://github.com/rust-lang/crates.io-index" 3074 + checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05" 3075 + dependencies = [ 3076 + "bytemuck", 3077 + ] 3078 + 3079 + [[package]] 3080 + name = "same-file" 3081 + version = "1.0.6" 3082 + source = "registry+https://github.com/rust-lang/crates.io-index" 3083 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3084 + dependencies = [ 3085 + "winapi-util", 3086 + ] 3087 + 3088 + [[package]] 3089 + name = "scoped-tls" 3090 + version = "1.0.1" 3091 + source = "registry+https://github.com/rust-lang/crates.io-index" 3092 + checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3093 + 3094 + [[package]] 3095 + name = "scopeguard" 3096 + version = "1.2.0" 3097 + source = "registry+https://github.com/rust-lang/crates.io-index" 3098 + checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3099 + 3100 + [[package]] 3101 + name = "sctk-adwaita" 3102 + version = "0.4.3" 3103 + source = "registry+https://github.com/rust-lang/crates.io-index" 3104 + checksum = "61270629cc6b4d77ec1907db1033d5c2e1a404c412743621981a871dc9c12339" 3105 + dependencies = [ 3106 + "crossfont", 3107 + "log", 3108 + "smithay-client-toolkit 0.16.1", 3109 + "tiny-skia 0.7.0", 3110 + ] 3111 + 3112 + [[package]] 3113 + name = "sctk-adwaita" 3114 + version = "0.8.1" 3115 + source = "registry+https://github.com/rust-lang/crates.io-index" 3116 + checksum = "82b2eaf3a5b264a521b988b2e73042e742df700c4f962cde845d1541adb46550" 3117 + dependencies = [ 3118 + "ab_glyph", 3119 + "log", 3120 + "memmap2 0.9.4", 3121 + "smithay-client-toolkit 0.18.1", 3122 + "tiny-skia 0.11.4", 3123 + ] 3124 + 3125 + [[package]] 3126 + name = "semver" 3127 + version = "0.9.0" 3128 + source = "registry+https://github.com/rust-lang/crates.io-index" 3129 + checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 3130 + dependencies = [ 3131 + "semver-parser", 3132 + ] 3133 + 3134 + [[package]] 3135 + name = "semver" 3136 + version = "1.0.23" 3137 + source = "registry+https://github.com/rust-lang/crates.io-index" 3138 + checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 3139 + 3140 + [[package]] 3141 + name = "semver-parser" 3142 + version = "0.7.0" 3143 + source = "registry+https://github.com/rust-lang/crates.io-index" 3144 + checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 3145 + 3146 + [[package]] 3147 + name = "serde" 3148 + version = "1.0.204" 3149 + source = "registry+https://github.com/rust-lang/crates.io-index" 3150 + checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" 3151 + dependencies = [ 3152 + "serde_derive", 3153 + ] 3154 + 3155 + [[package]] 3156 + name = "serde_derive" 3157 + version = "1.0.204" 3158 + source = "registry+https://github.com/rust-lang/crates.io-index" 3159 + checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" 3160 + dependencies = [ 3161 + "proc-macro2", 3162 + "quote", 3163 + "syn 2.0.71", 3164 + ] 3165 + 3166 + [[package]] 3167 + name = "serde_json" 3168 + version = "1.0.120" 3169 + source = "registry+https://github.com/rust-lang/crates.io-index" 3170 + checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" 3171 + dependencies = [ 3172 + "indexmap", 3173 + "itoa", 3174 + "ryu", 3175 + "serde", 3176 + ] 3177 + 3178 + [[package]] 3179 + name = "serde_v8" 3180 + version = "0.181.0" 3181 + source = "registry+https://github.com/rust-lang/crates.io-index" 3182 + checksum = "fd25bb66a20a1a405fb3733aaaf8a8a77a14fd55c8f5fd9db2a2e95bbd7eeab9" 3183 + dependencies = [ 3184 + "bytes", 3185 + "num-bigint", 3186 + "serde", 3187 + "smallvec", 3188 + "thiserror", 3189 + "v8", 3190 + ] 3191 + 3192 + [[package]] 3193 + name = "servo-fontconfig" 3194 + version = "0.5.1" 3195 + source = "registry+https://github.com/rust-lang/crates.io-index" 3196 + checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c" 3197 + dependencies = [ 3198 + "libc", 3199 + "servo-fontconfig-sys", 3200 + ] 3201 + 3202 + [[package]] 3203 + name = "servo-fontconfig-sys" 3204 + version = "5.1.0" 3205 + source = "registry+https://github.com/rust-lang/crates.io-index" 3206 + checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388" 3207 + dependencies = [ 3208 + "expat-sys", 3209 + "freetype-sys", 3210 + "pkg-config", 3211 + ] 3212 + 3213 + [[package]] 3214 + name = "sharded-slab" 3215 + version = "0.1.7" 3216 + source = "registry+https://github.com/rust-lang/crates.io-index" 3217 + checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3218 + dependencies = [ 3219 + "lazy_static", 3220 + ] 3221 + 3222 + [[package]] 3223 + name = "shared_library" 3224 + version = "0.1.9" 3225 + source = "registry+https://github.com/rust-lang/crates.io-index" 3226 + checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11" 3227 + dependencies = [ 3228 + "lazy_static", 3229 + "libc", 3230 + ] 3231 + 3232 + [[package]] 3233 + name = "signal-hook-registry" 3234 + version = "1.4.2" 3235 + source = "registry+https://github.com/rust-lang/crates.io-index" 3236 + checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 3237 + dependencies = [ 3238 + "libc", 3239 + ] 3240 + 3241 + [[package]] 3242 + name = "simd-abstraction" 3243 + version = "0.7.1" 3244 + source = "registry+https://github.com/rust-lang/crates.io-index" 3245 + checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987" 3246 + dependencies = [ 3247 + "outref 0.1.0", 3248 + ] 3249 + 3250 + [[package]] 3251 + name = "simd-adler32" 3252 + version = "0.3.7" 3253 + source = "registry+https://github.com/rust-lang/crates.io-index" 3254 + checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 3255 + 3256 + [[package]] 3257 + name = "slab" 3258 + version = "0.4.9" 3259 + source = "registry+https://github.com/rust-lang/crates.io-index" 3260 + checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3261 + dependencies = [ 3262 + "autocfg", 3263 + ] 3264 + 3265 + [[package]] 3266 + name = "slotmap" 3267 + version = "1.0.7" 3268 + source = "registry+https://github.com/rust-lang/crates.io-index" 3269 + checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 3270 + dependencies = [ 3271 + "version_check", 3272 + ] 3273 + 3274 + [[package]] 3275 + name = "smallvec" 3276 + version = "1.13.2" 3277 + source = "registry+https://github.com/rust-lang/crates.io-index" 3278 + checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 3279 + 3280 + [[package]] 3281 + name = "smithay-client-toolkit" 3282 + version = "0.16.1" 3283 + source = "registry+https://github.com/rust-lang/crates.io-index" 3284 + checksum = "870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9" 3285 + dependencies = [ 3286 + "bitflags 1.3.2", 3287 + "calloop 0.10.6", 3288 + "dlib", 3289 + "lazy_static", 3290 + "log", 3291 + "memmap2 0.5.10", 3292 + "nix 0.24.3", 3293 + "pkg-config", 3294 + "wayland-client 0.29.5", 3295 + "wayland-cursor 0.29.5", 3296 + "wayland-protocols 0.29.5", 3297 + ] 3298 + 3299 + [[package]] 3300 + name = "smithay-client-toolkit" 3301 + version = "0.18.1" 3302 + source = "registry+https://github.com/rust-lang/crates.io-index" 3303 + checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a" 3304 + dependencies = [ 3305 + "bitflags 2.6.0", 3306 + "calloop 0.12.4", 3307 + "calloop-wayland-source", 3308 + "cursor-icon", 3309 + "libc", 3310 + "log", 3311 + "memmap2 0.9.4", 3312 + "rustix", 3313 + "thiserror", 3314 + "wayland-backend", 3315 + "wayland-client 0.31.2", 3316 + "wayland-csd-frame", 3317 + "wayland-cursor 0.31.1", 3318 + "wayland-protocols 0.31.2", 3319 + "wayland-protocols-wlr", 3320 + "wayland-scanner 0.31.1", 3321 + "xkeysym", 3322 + ] 3323 + 3324 + [[package]] 3325 + name = "smol_str" 3326 + version = "0.2.2" 3327 + source = "registry+https://github.com/rust-lang/crates.io-index" 3328 + checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 3329 + dependencies = [ 3330 + "serde", 3331 + ] 3332 + 3333 + [[package]] 3334 + name = "socket2" 3335 + version = "0.5.7" 3336 + source = "registry+https://github.com/rust-lang/crates.io-index" 3337 + checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 3338 + dependencies = [ 3339 + "libc", 3340 + "windows-sys 0.52.0", 3341 + ] 3342 + 3343 + [[package]] 3344 + name = "sourcemap" 3345 + version = "7.1.1" 3346 + source = "registry+https://github.com/rust-lang/crates.io-index" 3347 + checksum = "e7768edd06c02535e0d50653968f46e1e0d3aa54742190d35dd9466f59de9c71" 3348 + dependencies = [ 3349 + "base64-simd 0.7.0", 3350 + "data-encoding", 3351 + "debugid", 3352 + "if_chain", 3353 + "rustc_version 0.2.3", 3354 + "serde", 3355 + "serde_json", 3356 + "unicode-id-start", 3357 + "url", 3358 + ] 3359 + 3360 + [[package]] 3361 + name = "spin" 3362 + version = "0.9.8" 3363 + source = "registry+https://github.com/rust-lang/crates.io-index" 3364 + checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3365 + dependencies = [ 3366 + "lock_api", 3367 + ] 3368 + 3369 + [[package]] 3370 + name = "spirv" 3371 + version = "0.2.0+sdk-1.2.198" 3372 + source = "git+https://github.com/gfx-rs/rspirv?rev=b969f175d5663258b4891e44b76c1544da9661ab#b969f175d5663258b4891e44b76c1544da9661ab" 3373 + dependencies = [ 3374 + "bitflags 1.3.2", 3375 + ] 3376 + 3377 + [[package]] 3378 + name = "spirv" 3379 + version = "0.3.0+sdk-1.3.268.0" 3380 + source = "registry+https://github.com/rust-lang/crates.io-index" 3381 + checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 3382 + dependencies = [ 3383 + "bitflags 2.6.0", 3384 + "serde", 3385 + ] 3386 + 3387 + [[package]] 3388 + name = "static_assertions" 3389 + version = "1.1.0" 3390 + source = "registry+https://github.com/rust-lang/crates.io-index" 3391 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3392 + 3393 + [[package]] 3394 + name = "strict-num" 3395 + version = "0.1.1" 3396 + source = "registry+https://github.com/rust-lang/crates.io-index" 3397 + checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 3398 + 3399 + [[package]] 3400 + name = "strsim" 3401 + version = "0.10.0" 3402 + source = "registry+https://github.com/rust-lang/crates.io-index" 3403 + checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 3404 + 3405 + [[package]] 3406 + name = "strsim" 3407 + version = "0.11.1" 3408 + source = "registry+https://github.com/rust-lang/crates.io-index" 3409 + checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3410 + 3411 + [[package]] 3412 + name = "strum" 3413 + version = "0.25.0" 3414 + source = "registry+https://github.com/rust-lang/crates.io-index" 3415 + checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" 3416 + dependencies = [ 3417 + "strum_macros", 3418 + ] 3419 + 3420 + [[package]] 3421 + name = "strum_macros" 3422 + version = "0.25.3" 3423 + source = "registry+https://github.com/rust-lang/crates.io-index" 3424 + checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" 3425 + dependencies = [ 3426 + "heck 0.4.1", 3427 + "proc-macro2", 3428 + "quote", 3429 + "rustversion", 3430 + "syn 2.0.71", 3431 + ] 3432 + 3433 + [[package]] 3434 + name = "syn" 3435 + version = "1.0.109" 3436 + source = "registry+https://github.com/rust-lang/crates.io-index" 3437 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3438 + dependencies = [ 3439 + "proc-macro2", 3440 + "quote", 3441 + "unicode-ident", 3442 + ] 3443 + 3444 + [[package]] 3445 + name = "syn" 3446 + version = "2.0.71" 3447 + source = "registry+https://github.com/rust-lang/crates.io-index" 3448 + checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462" 3449 + dependencies = [ 3450 + "proc-macro2", 3451 + "quote", 3452 + "unicode-ident", 3453 + ] 3454 + 3455 + [[package]] 3456 + name = "termcolor" 3457 + version = "1.4.1" 3458 + source = "registry+https://github.com/rust-lang/crates.io-index" 3459 + checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 3460 + dependencies = [ 3461 + "winapi-util", 3462 + ] 3463 + 3464 + [[package]] 3465 + name = "thiserror" 3466 + version = "1.0.62" 3467 + source = "registry+https://github.com/rust-lang/crates.io-index" 3468 + checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" 3469 + dependencies = [ 3470 + "thiserror-impl", 3471 + ] 3472 + 3473 + [[package]] 3474 + name = "thiserror-impl" 3475 + version = "1.0.62" 3476 + source = "registry+https://github.com/rust-lang/crates.io-index" 3477 + checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" 3478 + dependencies = [ 3479 + "proc-macro2", 3480 + "quote", 3481 + "syn 2.0.71", 3482 + ] 3483 + 3484 + [[package]] 3485 + name = "thread-id" 3486 + version = "4.2.1" 3487 + source = "registry+https://github.com/rust-lang/crates.io-index" 3488 + checksum = "f0ec81c46e9eb50deaa257be2f148adf052d1fb7701cfd55ccfab2525280b70b" 3489 + dependencies = [ 3490 + "libc", 3491 + "winapi", 3492 + ] 3493 + 3494 + [[package]] 3495 + name = "thread_local" 3496 + version = "1.1.8" 3497 + source = "registry+https://github.com/rust-lang/crates.io-index" 3498 + checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 3499 + dependencies = [ 3500 + "cfg-if", 3501 + "once_cell", 3502 + ] 3503 + 3504 + [[package]] 3505 + name = "threadpool" 3506 + version = "1.8.1" 3507 + source = "registry+https://github.com/rust-lang/crates.io-index" 3508 + checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 3509 + dependencies = [ 3510 + "num_cpus", 3511 + ] 3512 + 3513 + [[package]] 3514 + name = "tiny-skia" 3515 + version = "0.7.0" 3516 + source = "registry+https://github.com/rust-lang/crates.io-index" 3517 + checksum = "642680569bb895b16e4b9d181c60be1ed136fa0c9c7f11d004daf053ba89bf82" 3518 + dependencies = [ 3519 + "arrayref", 3520 + "arrayvec 0.5.2", 3521 + "bytemuck", 3522 + "cfg-if", 3523 + "png", 3524 + "safe_arch", 3525 + "tiny-skia-path 0.7.0", 3526 + ] 3527 + 3528 + [[package]] 3529 + name = "tiny-skia" 3530 + version = "0.11.4" 3531 + source = "registry+https://github.com/rust-lang/crates.io-index" 3532 + checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 3533 + dependencies = [ 3534 + "arrayref", 3535 + "arrayvec 0.7.4", 3536 + "bytemuck", 3537 + "cfg-if", 3538 + "log", 3539 + "tiny-skia-path 0.11.4", 3540 + ] 3541 + 3542 + [[package]] 3543 + name = "tiny-skia-path" 3544 + version = "0.7.0" 3545 + source = "registry+https://github.com/rust-lang/crates.io-index" 3546 + checksum = "c114d32f0c2ee43d585367cb013dfaba967ab9f62b90d9af0d696e955e70fa6c" 3547 + dependencies = [ 3548 + "arrayref", 3549 + "bytemuck", 3550 + ] 3551 + 3552 + [[package]] 3553 + name = "tiny-skia-path" 3554 + version = "0.11.4" 3555 + source = "registry+https://github.com/rust-lang/crates.io-index" 3556 + checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 3557 + dependencies = [ 3558 + "arrayref", 3559 + "bytemuck", 3560 + "strict-num", 3561 + ] 3562 + 3563 + [[package]] 3564 + name = "tinytemplate" 3565 + version = "1.2.1" 3566 + source = "registry+https://github.com/rust-lang/crates.io-index" 3567 + checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 3568 + dependencies = [ 3569 + "serde", 3570 + "serde_json", 3571 + ] 3572 + 3573 + [[package]] 3574 + name = "tinyvec" 3575 + version = "1.8.0" 3576 + source = "registry+https://github.com/rust-lang/crates.io-index" 3577 + checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 3578 + dependencies = [ 3579 + "tinyvec_macros", 3580 + ] 3581 + 3582 + [[package]] 3583 + name = "tinyvec_macros" 3584 + version = "0.1.1" 3585 + source = "registry+https://github.com/rust-lang/crates.io-index" 3586 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3587 + 3588 + [[package]] 3589 + name = "tokio" 3590 + version = "1.38.0" 3591 + source = "registry+https://github.com/rust-lang/crates.io-index" 3592 + checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" 3593 + dependencies = [ 3594 + "backtrace", 3595 + "bytes", 3596 + "libc", 3597 + "mio", 3598 + "num_cpus", 3599 + "parking_lot", 3600 + "pin-project-lite", 3601 + "signal-hook-registry", 3602 + "socket2", 3603 + "tokio-macros", 3604 + "windows-sys 0.48.0", 3605 + ] 3606 + 3607 + [[package]] 3608 + name = "tokio-macros" 3609 + version = "2.3.0" 3610 + source = "registry+https://github.com/rust-lang/crates.io-index" 3611 + checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" 3612 + dependencies = [ 3613 + "proc-macro2", 3614 + "quote", 3615 + "syn 2.0.71", 3616 + ] 3617 + 3618 + [[package]] 3619 + name = "toml_datetime" 3620 + version = "0.6.6" 3621 + source = "registry+https://github.com/rust-lang/crates.io-index" 3622 + checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" 3623 + 3624 + [[package]] 3625 + name = "toml_edit" 3626 + version = "0.19.15" 3627 + source = "registry+https://github.com/rust-lang/crates.io-index" 3628 + checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 3629 + dependencies = [ 3630 + "indexmap", 3631 + "toml_datetime", 3632 + "winnow", 3633 + ] 3634 + 3635 + [[package]] 3636 + name = "toml_edit" 3637 + version = "0.21.1" 3638 + source = "registry+https://github.com/rust-lang/crates.io-index" 3639 + checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" 3640 + dependencies = [ 3641 + "indexmap", 3642 + "toml_datetime", 3643 + "winnow", 3644 + ] 3645 + 3646 + [[package]] 3647 + name = "tracing" 3648 + version = "0.1.40" 3649 + source = "registry+https://github.com/rust-lang/crates.io-index" 3650 + checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 3651 + dependencies = [ 3652 + "pin-project-lite", 3653 + "tracing-core", 3654 + ] 3655 + 3656 + [[package]] 3657 + name = "tracing-core" 3658 + version = "0.1.32" 3659 + source = "registry+https://github.com/rust-lang/crates.io-index" 3660 + checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 3661 + dependencies = [ 3662 + "once_cell", 3663 + "valuable", 3664 + ] 3665 + 3666 + [[package]] 3667 + name = "tracing-log" 3668 + version = "0.2.0" 3669 + source = "registry+https://github.com/rust-lang/crates.io-index" 3670 + checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3671 + dependencies = [ 3672 + "log", 3673 + "once_cell", 3674 + "tracing-core", 3675 + ] 3676 + 3677 + [[package]] 3678 + name = "tracing-subscriber" 3679 + version = "0.3.18" 3680 + source = "registry+https://github.com/rust-lang/crates.io-index" 3681 + checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 3682 + dependencies = [ 3683 + "matchers", 3684 + "nu-ansi-term", 3685 + "once_cell", 3686 + "regex", 3687 + "sharded-slab", 3688 + "smallvec", 3689 + "thread_local", 3690 + "tracing", 3691 + "tracing-core", 3692 + "tracing-log", 3693 + ] 3694 + 3695 + [[package]] 3696 + name = "tracy-client" 3697 + version = "0.17.0" 3698 + source = "registry+https://github.com/rust-lang/crates.io-index" 3699 + checksum = "59fb931a64ff88984f86d3e9bcd1ae8843aa7fe44dd0f8097527bc172351741d" 3700 + dependencies = [ 3701 + "loom", 3702 + "once_cell", 3703 + "tracy-client-sys", 3704 + ] 3705 + 3706 + [[package]] 3707 + name = "tracy-client-sys" 3708 + version = "0.22.2" 3709 + source = "registry+https://github.com/rust-lang/crates.io-index" 3710 + checksum = "9d104d610dfa9dd154535102cc9c6164ae1fa37842bc2d9e83f9ac82b0ae0882" 3711 + dependencies = [ 3712 + "cc", 3713 + ] 3714 + 3715 + [[package]] 3716 + name = "ttf-parser" 3717 + version = "0.24.0" 3718 + source = "registry+https://github.com/rust-lang/crates.io-index" 3719 + checksum = "8686b91785aff82828ed725225925b33b4fde44c4bb15876e5f7c832724c420a" 3720 + 3721 + [[package]] 3722 + name = "unic-char-property" 3723 + version = "0.9.0" 3724 + source = "registry+https://github.com/rust-lang/crates.io-index" 3725 + checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 3726 + dependencies = [ 3727 + "unic-char-range", 3728 + ] 3729 + 3730 + [[package]] 3731 + name = "unic-char-range" 3732 + version = "0.9.0" 3733 + source = "registry+https://github.com/rust-lang/crates.io-index" 3734 + checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 3735 + 3736 + [[package]] 3737 + name = "unic-common" 3738 + version = "0.9.0" 3739 + source = "registry+https://github.com/rust-lang/crates.io-index" 3740 + checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 3741 + 3742 + [[package]] 3743 + name = "unic-ucd-ident" 3744 + version = "0.9.0" 3745 + source = "registry+https://github.com/rust-lang/crates.io-index" 3746 + checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" 3747 + dependencies = [ 3748 + "unic-char-property", 3749 + "unic-char-range", 3750 + "unic-ucd-version", 3751 + ] 3752 + 3753 + [[package]] 3754 + name = "unic-ucd-version" 3755 + version = "0.9.0" 3756 + source = "registry+https://github.com/rust-lang/crates.io-index" 3757 + checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 3758 + dependencies = [ 3759 + "unic-common", 3760 + ] 3761 + 3762 + [[package]] 3763 + name = "unicode-bidi" 3764 + version = "0.3.15" 3765 + source = "registry+https://github.com/rust-lang/crates.io-index" 3766 + checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 3767 + 3768 + [[package]] 3769 + name = "unicode-id-start" 3770 + version = "1.2.0" 3771 + source = "registry+https://github.com/rust-lang/crates.io-index" 3772 + checksum = "bc3882f69607a2ac8cc4de3ee7993d8f68bb06f2974271195065b3bd07f2edea" 3773 + 3774 + [[package]] 3775 + name = "unicode-ident" 3776 + version = "1.0.12" 3777 + source = "registry+https://github.com/rust-lang/crates.io-index" 3778 + checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 3779 + 3780 + [[package]] 3781 + name = "unicode-normalization" 3782 + version = "0.1.23" 3783 + source = "registry+https://github.com/rust-lang/crates.io-index" 3784 + checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 3785 + dependencies = [ 3786 + "tinyvec", 3787 + ] 3788 + 3789 + [[package]] 3790 + name = "unicode-segmentation" 3791 + version = "1.11.0" 3792 + source = "registry+https://github.com/rust-lang/crates.io-index" 3793 + checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 3794 + 3795 + [[package]] 3796 + name = "unicode-width" 3797 + version = "0.1.13" 3798 + source = "registry+https://github.com/rust-lang/crates.io-index" 3799 + checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 3800 + 3801 + [[package]] 3802 + name = "unicode-xid" 3803 + version = "0.2.4" 3804 + source = "registry+https://github.com/rust-lang/crates.io-index" 3805 + checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 3806 + 3807 + [[package]] 3808 + name = "url" 3809 + version = "2.5.2" 3810 + source = "registry+https://github.com/rust-lang/crates.io-index" 3811 + checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 3812 + dependencies = [ 3813 + "form_urlencoded", 3814 + "idna", 3815 + "percent-encoding", 3816 + "serde", 3817 + ] 3818 + 3819 + [[package]] 3820 + name = "urlpattern" 3821 + version = "0.2.0" 3822 + source = "registry+https://github.com/rust-lang/crates.io-index" 3823 + checksum = "f9bd5ff03aea02fa45b13a7980151fe45009af1980ba69f651ec367121a31609" 3824 + dependencies = [ 3825 + "derive_more", 3826 + "regex", 3827 + "serde", 3828 + "unic-ucd-ident", 3829 + "url", 3830 + ] 3831 + 3832 + [[package]] 3833 + name = "utf8parse" 3834 + version = "0.2.2" 3835 + source = "registry+https://github.com/rust-lang/crates.io-index" 3836 + checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 3837 + 3838 + [[package]] 3839 + name = "uuid" 3840 + version = "1.10.0" 3841 + source = "registry+https://github.com/rust-lang/crates.io-index" 3842 + checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" 3843 + dependencies = [ 3844 + "getrandom", 3845 + "serde", 3846 + ] 3847 + 3848 + [[package]] 3849 + name = "v8" 3850 + version = "0.89.0" 3851 + source = "registry+https://github.com/rust-lang/crates.io-index" 3852 + checksum = "fe2197fbef82c98f7953d13568a961d4e1c663793b5caf3c74455a13918cdf33" 3853 + dependencies = [ 3854 + "bitflags 2.6.0", 3855 + "fslock", 3856 + "gzip-header", 3857 + "home", 3858 + "miniz_oxide", 3859 + "once_cell", 3860 + "which", 3861 + ] 3862 + 3863 + [[package]] 3864 + name = "valuable" 3865 + version = "0.1.0" 3866 + source = "registry+https://github.com/rust-lang/crates.io-index" 3867 + checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3868 + 3869 + [[package]] 3870 + name = "vec_map" 3871 + version = "0.8.2" 3872 + source = "registry+https://github.com/rust-lang/crates.io-index" 3873 + checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 3874 + 3875 + [[package]] 3876 + name = "version_check" 3877 + version = "0.9.4" 3878 + source = "registry+https://github.com/rust-lang/crates.io-index" 3879 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3880 + 3881 + [[package]] 3882 + name = "vsimd" 3883 + version = "0.8.0" 3884 + source = "registry+https://github.com/rust-lang/crates.io-index" 3885 + checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 3886 + 3887 + [[package]] 3888 + name = "walkdir" 3889 + version = "2.5.0" 3890 + source = "registry+https://github.com/rust-lang/crates.io-index" 3891 + checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3892 + dependencies = [ 3893 + "same-file", 3894 + "winapi-util", 3895 + ] 3896 + 3897 + [[package]] 3898 + name = "wasi" 3899 + version = "0.11.0+wasi-snapshot-preview1" 3900 + source = "registry+https://github.com/rust-lang/crates.io-index" 3901 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3902 + 3903 + [[package]] 3904 + name = "wasm-bindgen" 3905 + version = "0.2.92" 3906 + source = "registry+https://github.com/rust-lang/crates.io-index" 3907 + checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 3908 + dependencies = [ 3909 + "cfg-if", 3910 + "wasm-bindgen-macro", 3911 + ] 3912 + 3913 + [[package]] 3914 + name = "wasm-bindgen-backend" 3915 + version = "0.2.92" 3916 + source = "registry+https://github.com/rust-lang/crates.io-index" 3917 + checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 3918 + dependencies = [ 3919 + "bumpalo", 3920 + "log", 3921 + "once_cell", 3922 + "proc-macro2", 3923 + "quote", 3924 + "syn 2.0.71", 3925 + "wasm-bindgen-shared", 3926 + ] 3927 + 3928 + [[package]] 3929 + name = "wasm-bindgen-futures" 3930 + version = "0.4.42" 3931 + source = "registry+https://github.com/rust-lang/crates.io-index" 3932 + checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 3933 + dependencies = [ 3934 + "cfg-if", 3935 + "js-sys", 3936 + "wasm-bindgen", 3937 + "web-sys", 3938 + ] 3939 + 3940 + [[package]] 3941 + name = "wasm-bindgen-macro" 3942 + version = "0.2.92" 3943 + source = "registry+https://github.com/rust-lang/crates.io-index" 3944 + checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 3945 + dependencies = [ 3946 + "quote", 3947 + "wasm-bindgen-macro-support", 3948 + ] 3949 + 3950 + [[package]] 3951 + name = "wasm-bindgen-macro-support" 3952 + version = "0.2.92" 3953 + source = "registry+https://github.com/rust-lang/crates.io-index" 3954 + checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 3955 + dependencies = [ 3956 + "proc-macro2", 3957 + "quote", 3958 + "syn 2.0.71", 3959 + "wasm-bindgen-backend", 3960 + "wasm-bindgen-shared", 3961 + ] 3962 + 3963 + [[package]] 3964 + name = "wasm-bindgen-shared" 3965 + version = "0.2.92" 3966 + source = "registry+https://github.com/rust-lang/crates.io-index" 3967 + checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 3968 + 3969 + [[package]] 3970 + name = "wasm-bindgen-test" 3971 + version = "0.3.42" 3972 + source = "registry+https://github.com/rust-lang/crates.io-index" 3973 + checksum = "d9bf62a58e0780af3e852044583deee40983e5886da43a271dd772379987667b" 3974 + dependencies = [ 3975 + "console_error_panic_hook", 3976 + "js-sys", 3977 + "scoped-tls", 3978 + "wasm-bindgen", 3979 + "wasm-bindgen-futures", 3980 + "wasm-bindgen-test-macro", 3981 + ] 3982 + 3983 + [[package]] 3984 + name = "wasm-bindgen-test-macro" 3985 + version = "0.3.42" 3986 + source = "registry+https://github.com/rust-lang/crates.io-index" 3987 + checksum = "b7f89739351a2e03cb94beb799d47fb2cac01759b40ec441f7de39b00cbf7ef0" 3988 + dependencies = [ 3989 + "proc-macro2", 3990 + "quote", 3991 + "syn 2.0.71", 3992 + ] 3993 + 3994 + [[package]] 3995 + name = "wayland-backend" 3996 + version = "0.3.5" 3997 + source = "registry+https://github.com/rust-lang/crates.io-index" 3998 + checksum = "269c04f203640d0da2092d1b8d89a2d081714ae3ac2f1b53e99f205740517198" 3999 + dependencies = [ 4000 + "cc", 4001 + "downcast-rs", 4002 + "rustix", 4003 + "scoped-tls", 4004 + "smallvec", 4005 + "wayland-sys 0.31.3", 4006 + ] 4007 + 4008 + [[package]] 4009 + name = "wayland-client" 4010 + version = "0.29.5" 4011 + source = "registry+https://github.com/rust-lang/crates.io-index" 4012 + checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715" 4013 + dependencies = [ 4014 + "bitflags 1.3.2", 4015 + "downcast-rs", 4016 + "libc", 4017 + "nix 0.24.3", 4018 + "scoped-tls", 4019 + "wayland-commons", 4020 + "wayland-scanner 0.29.5", 4021 + "wayland-sys 0.29.5", 4022 + ] 4023 + 4024 + [[package]] 4025 + name = "wayland-client" 4026 + version = "0.31.2" 4027 + source = "registry+https://github.com/rust-lang/crates.io-index" 4028 + checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f" 4029 + dependencies = [ 4030 + "bitflags 2.6.0", 4031 + "rustix", 4032 + "wayland-backend", 4033 + "wayland-scanner 0.31.1", 4034 + ] 4035 + 4036 + [[package]] 4037 + name = "wayland-commons" 4038 + version = "0.29.5" 4039 + source = "registry+https://github.com/rust-lang/crates.io-index" 4040 + checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902" 4041 + dependencies = [ 4042 + "nix 0.24.3", 4043 + "once_cell", 4044 + "smallvec", 4045 + "wayland-sys 0.29.5", 4046 + ] 4047 + 4048 + [[package]] 4049 + name = "wayland-csd-frame" 4050 + version = "0.3.0" 4051 + source = "registry+https://github.com/rust-lang/crates.io-index" 4052 + checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 4053 + dependencies = [ 4054 + "bitflags 2.6.0", 4055 + "cursor-icon", 4056 + "wayland-backend", 4057 + ] 4058 + 4059 + [[package]] 4060 + name = "wayland-cursor" 4061 + version = "0.29.5" 4062 + source = "registry+https://github.com/rust-lang/crates.io-index" 4063 + checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661" 4064 + dependencies = [ 4065 + "nix 0.24.3", 4066 + "wayland-client 0.29.5", 4067 + "xcursor", 4068 + ] 4069 + 4070 + [[package]] 4071 + name = "wayland-cursor" 4072 + version = "0.31.1" 4073 + source = "registry+https://github.com/rust-lang/crates.io-index" 4074 + checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba" 4075 + dependencies = [ 4076 + "rustix", 4077 + "wayland-client 0.31.2", 4078 + "xcursor", 4079 + ] 4080 + 4081 + [[package]] 4082 + name = "wayland-egl" 4083 + version = "0.29.5" 4084 + source = "registry+https://github.com/rust-lang/crates.io-index" 4085 + checksum = "402de949f81a012926d821a2d659f930694257e76dd92b6e0042ceb27be4107d" 4086 + dependencies = [ 4087 + "wayland-client 0.29.5", 4088 + "wayland-sys 0.29.5", 4089 + ] 4090 + 4091 + [[package]] 4092 + name = "wayland-protocols" 4093 + version = "0.29.5" 4094 + source = "registry+https://github.com/rust-lang/crates.io-index" 4095 + checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6" 4096 + dependencies = [ 4097 + "bitflags 1.3.2", 4098 + "wayland-client 0.29.5", 4099 + "wayland-commons", 4100 + "wayland-scanner 0.29.5", 4101 + ] 4102 + 4103 + [[package]] 4104 + name = "wayland-protocols" 4105 + version = "0.31.2" 4106 + source = "registry+https://github.com/rust-lang/crates.io-index" 4107 + checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" 4108 + dependencies = [ 4109 + "bitflags 2.6.0", 4110 + "wayland-backend", 4111 + "wayland-client 0.31.2", 4112 + "wayland-scanner 0.31.1", 4113 + ] 4114 + 4115 + [[package]] 4116 + name = "wayland-protocols-plasma" 4117 + version = "0.2.0" 4118 + source = "registry+https://github.com/rust-lang/crates.io-index" 4119 + checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479" 4120 + dependencies = [ 4121 + "bitflags 2.6.0", 4122 + "wayland-backend", 4123 + "wayland-client 0.31.2", 4124 + "wayland-protocols 0.31.2", 4125 + "wayland-scanner 0.31.1", 4126 + ] 4127 + 4128 + [[package]] 4129 + name = "wayland-protocols-wlr" 4130 + version = "0.2.0" 4131 + source = "registry+https://github.com/rust-lang/crates.io-index" 4132 + checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6" 4133 + dependencies = [ 4134 + "bitflags 2.6.0", 4135 + "wayland-backend", 4136 + "wayland-client 0.31.2", 4137 + "wayland-protocols 0.31.2", 4138 + "wayland-scanner 0.31.1", 4139 + ] 4140 + 4141 + [[package]] 4142 + name = "wayland-scanner" 4143 + version = "0.29.5" 4144 + source = "registry+https://github.com/rust-lang/crates.io-index" 4145 + checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53" 4146 + dependencies = [ 4147 + "proc-macro2", 4148 + "quote", 4149 + "xml-rs", 4150 + ] 4151 + 4152 + [[package]] 4153 + name = "wayland-scanner" 4154 + version = "0.31.1" 4155 + source = "registry+https://github.com/rust-lang/crates.io-index" 4156 + checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283" 4157 + dependencies = [ 4158 + "proc-macro2", 4159 + "quick-xml", 4160 + "quote", 4161 + ] 4162 + 4163 + [[package]] 4164 + name = "wayland-sys" 4165 + version = "0.29.5" 4166 + source = "registry+https://github.com/rust-lang/crates.io-index" 4167 + checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4" 4168 + dependencies = [ 4169 + "dlib", 4170 + "lazy_static", 4171 + "pkg-config", 4172 + ] 4173 + 4174 + [[package]] 4175 + name = "wayland-sys" 4176 + version = "0.31.3" 4177 + source = "registry+https://github.com/rust-lang/crates.io-index" 4178 + checksum = "4a6754825230fa5b27bafaa28c30b3c9e72c55530581220cef401fa422c0fae7" 4179 + dependencies = [ 4180 + "dlib", 4181 + "log", 4182 + "once_cell", 4183 + "pkg-config", 4184 + ] 4185 + 4186 + [[package]] 4187 + name = "web-sys" 4188 + version = "0.3.69" 4189 + source = "registry+https://github.com/rust-lang/crates.io-index" 4190 + checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 4191 + dependencies = [ 4192 + "js-sys", 4193 + "wasm-bindgen", 4194 + ] 4195 + 4196 + [[package]] 4197 + name = "web-time" 4198 + version = "0.2.4" 4199 + source = "registry+https://github.com/rust-lang/crates.io-index" 4200 + checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0" 4201 + dependencies = [ 4202 + "js-sys", 4203 + "wasm-bindgen", 4204 + ] 4205 + 4206 + [[package]] 4207 + name = "wgpu" 4208 + version = "22.1.0" 4209 + dependencies = [ 4210 + "arrayvec 0.7.4", 4211 + "cfg_aliases", 4212 + "document-features", 4213 + "js-sys", 4214 + "log", 4215 + "naga", 4216 + "parking_lot", 4217 + "profiling", 4218 + "raw-window-handle 0.6.2", 4219 + "serde", 4220 + "smallvec", 4221 + "static_assertions", 4222 + "wasm-bindgen", 4223 + "wasm-bindgen-futures", 4224 + "web-sys", 4225 + "wgpu-core", 4226 + "wgpu-hal", 4227 + "wgpu-types", 4228 + ] 4229 + 4230 + [[package]] 4231 + name = "wgpu-benchmark" 4232 + version = "22.1.0" 4233 + dependencies = [ 4234 + "bincode", 4235 + "bytemuck", 4236 + "criterion", 4237 + "naga", 4238 + "nanorand", 4239 + "once_cell", 4240 + "pollster", 4241 + "profiling", 4242 + "rayon", 4243 + "tracy-client", 4244 + "wgpu", 4245 + ] 4246 + 4247 + [[package]] 4248 + name = "wgpu-core" 4249 + version = "22.1.0" 4250 + dependencies = [ 4251 + "arrayvec 0.7.4", 4252 + "bit-vec", 4253 + "bitflags 2.6.0", 4254 + "bytemuck", 4255 + "cfg_aliases", 4256 + "document-features", 4257 + "indexmap", 4258 + "log", 4259 + "naga", 4260 + "once_cell", 4261 + "parking_lot", 4262 + "profiling", 4263 + "raw-window-handle 0.6.2", 4264 + "ron", 4265 + "rustc-hash", 4266 + "serde", 4267 + "smallvec", 4268 + "thiserror", 4269 + "wgpu-hal", 4270 + "wgpu-types", 4271 + ] 4272 + 4273 + [[package]] 4274 + name = "wgpu-examples" 4275 + version = "22.1.0" 4276 + dependencies = [ 4277 + "bytemuck", 4278 + "cfg-if", 4279 + "console_error_panic_hook", 4280 + "console_log", 4281 + "encase", 4282 + "env_logger", 4283 + "fern", 4284 + "flume", 4285 + "getrandom", 4286 + "glam", 4287 + "ktx2", 4288 + "log", 4289 + "nanorand", 4290 + "noise", 4291 + "obj", 4292 + "png", 4293 + "pollster", 4294 + "wasm-bindgen", 4295 + "wasm-bindgen-futures", 4296 + "wasm-bindgen-test", 4297 + "web-sys", 4298 + "web-time", 4299 + "wgpu", 4300 + "wgpu-test", 4301 + "winit 0.29.15", 4302 + ] 4303 + 4304 + [[package]] 4305 + name = "wgpu-hal" 4306 + version = "22.0.0" 4307 + dependencies = [ 4308 + "android_system_properties", 4309 + "arrayvec 0.7.4", 4310 + "ash", 4311 + "bit-set", 4312 + "bitflags 2.6.0", 4313 + "block", 4314 + "cfg-if", 4315 + "cfg_aliases", 4316 + "core-graphics-types", 4317 + "d3d12", 4318 + "env_logger", 4319 + "glam", 4320 + "glow", 4321 + "glutin", 4322 + "glutin_wgl_sys 0.6.0", 4323 + "gpu-alloc", 4324 + "gpu-allocator", 4325 + "gpu-descriptor", 4326 + "hassle-rs", 4327 + "js-sys", 4328 + "khronos-egl", 4329 + "libc", 4330 + "libloading 0.7.4", 4331 + "log", 4332 + "metal", 4333 + "naga", 4334 + "ndk-sys 0.5.0+25.2.9519653", 4335 + "objc", 4336 + "once_cell", 4337 + "parking_lot", 4338 + "profiling", 4339 + "range-alloc", 4340 + "raw-window-handle 0.6.2", 4341 + "renderdoc-sys", 4342 + "rustc-hash", 4343 + "smallvec", 4344 + "thiserror", 4345 + "wasm-bindgen", 4346 + "web-sys", 4347 + "wgpu-types", 4348 + "winapi", 4349 + "winit 0.29.15", 4350 + ] 4351 + 4352 + [[package]] 4353 + name = "wgpu-info" 4354 + version = "22.1.0" 4355 + dependencies = [ 4356 + "anyhow", 4357 + "bitflags 2.6.0", 4358 + "env_logger", 4359 + "pico-args", 4360 + "serde", 4361 + "serde_json", 4362 + "wgpu", 4363 + ] 4364 + 4365 + [[package]] 4366 + name = "wgpu-macros" 4367 + version = "22.1.0" 4368 + dependencies = [ 4369 + "heck 0.5.0", 4370 + "quote", 4371 + "syn 2.0.71", 4372 + ] 4373 + 4374 + [[package]] 4375 + name = "wgpu-test" 4376 + version = "22.1.0" 4377 + dependencies = [ 4378 + "anyhow", 4379 + "arrayvec 0.7.4", 4380 + "bitflags 2.6.0", 4381 + "bytemuck", 4382 + "cfg-if", 4383 + "console_log", 4384 + "ctor", 4385 + "env_logger", 4386 + "futures-lite", 4387 + "image", 4388 + "itertools", 4389 + "js-sys", 4390 + "libtest-mimic", 4391 + "log", 4392 + "nv-flip", 4393 + "parking_lot", 4394 + "png", 4395 + "pollster", 4396 + "profiling", 4397 + "serde", 4398 + "serde_json", 4399 + "strum", 4400 + "wasm-bindgen", 4401 + "wasm-bindgen-futures", 4402 + "wasm-bindgen-test", 4403 + "web-sys", 4404 + "wgpu", 4405 + "wgpu-macros", 4406 + "wgpu-types", 4407 + ] 4408 + 4409 + [[package]] 4410 + name = "wgpu-types" 4411 + version = "22.0.0" 4412 + dependencies = [ 4413 + "bitflags 2.6.0", 4414 + "js-sys", 4415 + "serde", 4416 + "serde_json", 4417 + "web-sys", 4418 + ] 4419 + 4420 + [[package]] 4421 + name = "which" 4422 + version = "5.0.0" 4423 + source = "registry+https://github.com/rust-lang/crates.io-index" 4424 + checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14" 4425 + dependencies = [ 4426 + "either", 4427 + "home", 4428 + "once_cell", 4429 + "rustix", 4430 + "windows-sys 0.48.0", 4431 + ] 4432 + 4433 + [[package]] 4434 + name = "widestring" 4435 + version = "1.1.0" 4436 + source = "registry+https://github.com/rust-lang/crates.io-index" 4437 + checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 4438 + 4439 + [[package]] 4440 + name = "winapi" 4441 + version = "0.3.9" 4442 + source = "registry+https://github.com/rust-lang/crates.io-index" 4443 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4444 + dependencies = [ 4445 + "winapi-i686-pc-windows-gnu", 4446 + "winapi-x86_64-pc-windows-gnu", 4447 + ] 4448 + 4449 + [[package]] 4450 + name = "winapi-i686-pc-windows-gnu" 4451 + version = "0.4.0" 4452 + source = "registry+https://github.com/rust-lang/crates.io-index" 4453 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4454 + 4455 + [[package]] 4456 + name = "winapi-util" 4457 + version = "0.1.8" 4458 + source = "registry+https://github.com/rust-lang/crates.io-index" 4459 + checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" 4460 + dependencies = [ 4461 + "windows-sys 0.52.0", 4462 + ] 4463 + 4464 + [[package]] 4465 + name = "winapi-x86_64-pc-windows-gnu" 4466 + version = "0.4.0" 4467 + source = "registry+https://github.com/rust-lang/crates.io-index" 4468 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4469 + 4470 + [[package]] 4471 + name = "windows" 4472 + version = "0.52.0" 4473 + source = "registry+https://github.com/rust-lang/crates.io-index" 4474 + checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 4475 + dependencies = [ 4476 + "windows-core 0.52.0", 4477 + "windows-targets 0.52.5", 4478 + ] 4479 + 4480 + [[package]] 4481 + name = "windows" 4482 + version = "0.54.0" 4483 + source = "registry+https://github.com/rust-lang/crates.io-index" 4484 + checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49" 4485 + dependencies = [ 4486 + "windows-core 0.54.0", 4487 + "windows-targets 0.52.5", 4488 + ] 4489 + 4490 + [[package]] 4491 + name = "windows-core" 4492 + version = "0.52.0" 4493 + source = "registry+https://github.com/rust-lang/crates.io-index" 4494 + checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 4495 + dependencies = [ 4496 + "windows-targets 0.52.5", 4497 + ] 4498 + 4499 + [[package]] 4500 + name = "windows-core" 4501 + version = "0.54.0" 4502 + source = "registry+https://github.com/rust-lang/crates.io-index" 4503 + checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65" 4504 + dependencies = [ 4505 + "windows-result", 4506 + "windows-targets 0.52.5", 4507 + ] 4508 + 4509 + [[package]] 4510 + name = "windows-result" 4511 + version = "0.1.2" 4512 + source = "registry+https://github.com/rust-lang/crates.io-index" 4513 + checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 4514 + dependencies = [ 4515 + "windows-targets 0.52.5", 4516 + ] 4517 + 4518 + [[package]] 4519 + name = "windows-sys" 4520 + version = "0.36.1" 4521 + source = "registry+https://github.com/rust-lang/crates.io-index" 4522 + checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 4523 + dependencies = [ 4524 + "windows_aarch64_msvc 0.36.1", 4525 + "windows_i686_gnu 0.36.1", 4526 + "windows_i686_msvc 0.36.1", 4527 + "windows_x86_64_gnu 0.36.1", 4528 + "windows_x86_64_msvc 0.36.1", 4529 + ] 4530 + 4531 + [[package]] 4532 + name = "windows-sys" 4533 + version = "0.45.0" 4534 + source = "registry+https://github.com/rust-lang/crates.io-index" 4535 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4536 + dependencies = [ 4537 + "windows-targets 0.42.2", 4538 + ] 4539 + 4540 + [[package]] 4541 + name = "windows-sys" 4542 + version = "0.48.0" 4543 + source = "registry+https://github.com/rust-lang/crates.io-index" 4544 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4545 + dependencies = [ 4546 + "windows-targets 0.48.5", 4547 + ] 4548 + 4549 + [[package]] 4550 + name = "windows-sys" 4551 + version = "0.52.0" 4552 + source = "registry+https://github.com/rust-lang/crates.io-index" 4553 + checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4554 + dependencies = [ 4555 + "windows-targets 0.52.5", 4556 + ] 4557 + 4558 + [[package]] 4559 + name = "windows-targets" 4560 + version = "0.42.2" 4561 + source = "registry+https://github.com/rust-lang/crates.io-index" 4562 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 4563 + dependencies = [ 4564 + "windows_aarch64_gnullvm 0.42.2", 4565 + "windows_aarch64_msvc 0.42.2", 4566 + "windows_i686_gnu 0.42.2", 4567 + "windows_i686_msvc 0.42.2", 4568 + "windows_x86_64_gnu 0.42.2", 4569 + "windows_x86_64_gnullvm 0.42.2", 4570 + "windows_x86_64_msvc 0.42.2", 4571 + ] 4572 + 4573 + [[package]] 4574 + name = "windows-targets" 4575 + version = "0.48.5" 4576 + source = "registry+https://github.com/rust-lang/crates.io-index" 4577 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4578 + dependencies = [ 4579 + "windows_aarch64_gnullvm 0.48.5", 4580 + "windows_aarch64_msvc 0.48.5", 4581 + "windows_i686_gnu 0.48.5", 4582 + "windows_i686_msvc 0.48.5", 4583 + "windows_x86_64_gnu 0.48.5", 4584 + "windows_x86_64_gnullvm 0.48.5", 4585 + "windows_x86_64_msvc 0.48.5", 4586 + ] 4587 + 4588 + [[package]] 4589 + name = "windows-targets" 4590 + version = "0.52.5" 4591 + source = "registry+https://github.com/rust-lang/crates.io-index" 4592 + checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 4593 + dependencies = [ 4594 + "windows_aarch64_gnullvm 0.52.5", 4595 + "windows_aarch64_msvc 0.52.5", 4596 + "windows_i686_gnu 0.52.5", 4597 + "windows_i686_gnullvm", 4598 + "windows_i686_msvc 0.52.5", 4599 + "windows_x86_64_gnu 0.52.5", 4600 + "windows_x86_64_gnullvm 0.52.5", 4601 + "windows_x86_64_msvc 0.52.5", 4602 + ] 4603 + 4604 + [[package]] 4605 + name = "windows_aarch64_gnullvm" 4606 + version = "0.42.2" 4607 + source = "registry+https://github.com/rust-lang/crates.io-index" 4608 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 4609 + 4610 + [[package]] 4611 + name = "windows_aarch64_gnullvm" 4612 + version = "0.48.5" 4613 + source = "registry+https://github.com/rust-lang/crates.io-index" 4614 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4615 + 4616 + [[package]] 4617 + name = "windows_aarch64_gnullvm" 4618 + version = "0.52.5" 4619 + source = "registry+https://github.com/rust-lang/crates.io-index" 4620 + checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 4621 + 4622 + [[package]] 4623 + name = "windows_aarch64_msvc" 4624 + version = "0.36.1" 4625 + source = "registry+https://github.com/rust-lang/crates.io-index" 4626 + checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 4627 + 4628 + [[package]] 4629 + name = "windows_aarch64_msvc" 4630 + version = "0.42.2" 4631 + source = "registry+https://github.com/rust-lang/crates.io-index" 4632 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 4633 + 4634 + [[package]] 4635 + name = "windows_aarch64_msvc" 4636 + version = "0.48.5" 4637 + source = "registry+https://github.com/rust-lang/crates.io-index" 4638 + checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4639 + 4640 + [[package]] 4641 + name = "windows_aarch64_msvc" 4642 + version = "0.52.5" 4643 + source = "registry+https://github.com/rust-lang/crates.io-index" 4644 + checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 4645 + 4646 + [[package]] 4647 + name = "windows_i686_gnu" 4648 + version = "0.36.1" 4649 + source = "registry+https://github.com/rust-lang/crates.io-index" 4650 + checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 4651 + 4652 + [[package]] 4653 + name = "windows_i686_gnu" 4654 + version = "0.42.2" 4655 + source = "registry+https://github.com/rust-lang/crates.io-index" 4656 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 4657 + 4658 + [[package]] 4659 + name = "windows_i686_gnu" 4660 + version = "0.48.5" 4661 + source = "registry+https://github.com/rust-lang/crates.io-index" 4662 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4663 + 4664 + [[package]] 4665 + name = "windows_i686_gnu" 4666 + version = "0.52.5" 4667 + source = "registry+https://github.com/rust-lang/crates.io-index" 4668 + checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 4669 + 4670 + [[package]] 4671 + name = "windows_i686_gnullvm" 4672 + version = "0.52.6" 4673 + source = "registry+https://github.com/rust-lang/crates.io-index" 4674 + checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4675 + 4676 + [[package]] 4677 + name = "windows_i686_msvc" 4678 + version = "0.36.1" 4679 + source = "registry+https://github.com/rust-lang/crates.io-index" 4680 + checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 4681 + 4682 + [[package]] 4683 + name = "windows_i686_msvc" 4684 + version = "0.42.2" 4685 + source = "registry+https://github.com/rust-lang/crates.io-index" 4686 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 4687 + 4688 + [[package]] 4689 + name = "windows_i686_msvc" 4690 + version = "0.48.5" 4691 + source = "registry+https://github.com/rust-lang/crates.io-index" 4692 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4693 + 4694 + [[package]] 4695 + name = "windows_i686_msvc" 4696 + version = "0.52.5" 4697 + source = "registry+https://github.com/rust-lang/crates.io-index" 4698 + checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 4699 + 4700 + [[package]] 4701 + name = "windows_x86_64_gnu" 4702 + version = "0.36.1" 4703 + source = "registry+https://github.com/rust-lang/crates.io-index" 4704 + checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 4705 + 4706 + [[package]] 4707 + name = "windows_x86_64_gnu" 4708 + version = "0.42.2" 4709 + source = "registry+https://github.com/rust-lang/crates.io-index" 4710 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 4711 + 4712 + [[package]] 4713 + name = "windows_x86_64_gnu" 4714 + version = "0.48.5" 4715 + source = "registry+https://github.com/rust-lang/crates.io-index" 4716 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4717 + 4718 + [[package]] 4719 + name = "windows_x86_64_gnu" 4720 + version = "0.52.5" 4721 + source = "registry+https://github.com/rust-lang/crates.io-index" 4722 + checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 4723 + 4724 + [[package]] 4725 + name = "windows_x86_64_gnullvm" 4726 + version = "0.42.2" 4727 + source = "registry+https://github.com/rust-lang/crates.io-index" 4728 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 4729 + 4730 + [[package]] 4731 + name = "windows_x86_64_gnullvm" 4732 + version = "0.48.5" 4733 + source = "registry+https://github.com/rust-lang/crates.io-index" 4734 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4735 + 4736 + [[package]] 4737 + name = "windows_x86_64_gnullvm" 4738 + version = "0.52.5" 4739 + source = "registry+https://github.com/rust-lang/crates.io-index" 4740 + checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 4741 + 4742 + [[package]] 4743 + name = "windows_x86_64_msvc" 4744 + version = "0.36.1" 4745 + source = "registry+https://github.com/rust-lang/crates.io-index" 4746 + checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 4747 + 4748 + [[package]] 4749 + name = "windows_x86_64_msvc" 4750 + version = "0.42.2" 4751 + source = "registry+https://github.com/rust-lang/crates.io-index" 4752 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 4753 + 4754 + [[package]] 4755 + name = "windows_x86_64_msvc" 4756 + version = "0.48.5" 4757 + source = "registry+https://github.com/rust-lang/crates.io-index" 4758 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4759 + 4760 + [[package]] 4761 + name = "windows_x86_64_msvc" 4762 + version = "0.52.5" 4763 + source = "registry+https://github.com/rust-lang/crates.io-index" 4764 + checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 4765 + 4766 + [[package]] 4767 + name = "winit" 4768 + version = "0.27.5" 4769 + source = "registry+https://github.com/rust-lang/crates.io-index" 4770 + checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c" 4771 + dependencies = [ 4772 + "bitflags 1.3.2", 4773 + "cocoa 0.24.1", 4774 + "core-foundation", 4775 + "core-graphics 0.22.3", 4776 + "dispatch", 4777 + "instant", 4778 + "libc", 4779 + "log", 4780 + "mio", 4781 + "ndk 0.7.0", 4782 + "ndk-glue", 4783 + "objc", 4784 + "once_cell", 4785 + "parking_lot", 4786 + "percent-encoding", 4787 + "raw-window-handle 0.4.3", 4788 + "raw-window-handle 0.5.2", 4789 + "sctk-adwaita 0.4.3", 4790 + "smithay-client-toolkit 0.16.1", 4791 + "wasm-bindgen", 4792 + "wayland-client 0.29.5", 4793 + "wayland-protocols 0.29.5", 4794 + "web-sys", 4795 + "windows-sys 0.36.1", 4796 + "x11-dl", 4797 + ] 4798 + 4799 + [[package]] 4800 + name = "winit" 4801 + version = "0.29.15" 4802 + source = "registry+https://github.com/rust-lang/crates.io-index" 4803 + checksum = "0d59ad965a635657faf09c8f062badd885748428933dad8e8bdd64064d92e5ca" 4804 + dependencies = [ 4805 + "ahash", 4806 + "android-activity", 4807 + "atomic-waker", 4808 + "bitflags 2.6.0", 4809 + "bytemuck", 4810 + "calloop 0.12.4", 4811 + "cfg_aliases", 4812 + "core-foundation", 4813 + "core-graphics 0.23.2", 4814 + "cursor-icon", 4815 + "icrate", 4816 + "js-sys", 4817 + "libc", 4818 + "log", 4819 + "memmap2 0.9.4", 4820 + "ndk 0.8.0", 4821 + "ndk-sys 0.5.0+25.2.9519653", 4822 + "objc2", 4823 + "once_cell", 4824 + "orbclient", 4825 + "percent-encoding", 4826 + "raw-window-handle 0.6.2", 4827 + "redox_syscall 0.3.5", 4828 + "rustix", 4829 + "sctk-adwaita 0.8.1", 4830 + "smithay-client-toolkit 0.18.1", 4831 + "smol_str", 4832 + "unicode-segmentation", 4833 + "wasm-bindgen", 4834 + "wasm-bindgen-futures", 4835 + "wayland-backend", 4836 + "wayland-client 0.31.2", 4837 + "wayland-protocols 0.31.2", 4838 + "wayland-protocols-plasma", 4839 + "web-sys", 4840 + "web-time", 4841 + "windows-sys 0.48.0", 4842 + "x11-dl", 4843 + "x11rb", 4844 + "xkbcommon-dl", 4845 + ] 4846 + 4847 + [[package]] 4848 + name = "winnow" 4849 + version = "0.5.40" 4850 + source = "registry+https://github.com/rust-lang/crates.io-index" 4851 + checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 4852 + dependencies = [ 4853 + "memchr", 4854 + ] 4855 + 4856 + [[package]] 4857 + name = "wio" 4858 + version = "0.2.2" 4859 + source = "registry+https://github.com/rust-lang/crates.io-index" 4860 + checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" 4861 + dependencies = [ 4862 + "winapi", 4863 + ] 4864 + 4865 + [[package]] 4866 + name = "x11-dl" 4867 + version = "2.21.0" 4868 + source = "registry+https://github.com/rust-lang/crates.io-index" 4869 + checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 4870 + dependencies = [ 4871 + "libc", 4872 + "once_cell", 4873 + "pkg-config", 4874 + ] 4875 + 4876 + [[package]] 4877 + name = "x11rb" 4878 + version = "0.13.1" 4879 + source = "registry+https://github.com/rust-lang/crates.io-index" 4880 + checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12" 4881 + dependencies = [ 4882 + "as-raw-xcb-connection", 4883 + "gethostname", 4884 + "libc", 4885 + "libloading 0.8.4", 4886 + "once_cell", 4887 + "rustix", 4888 + "x11rb-protocol", 4889 + ] 4890 + 4891 + [[package]] 4892 + name = "x11rb-protocol" 4893 + version = "0.13.1" 4894 + source = "registry+https://github.com/rust-lang/crates.io-index" 4895 + checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d" 4896 + 4897 + [[package]] 4898 + name = "xcursor" 4899 + version = "0.3.5" 4900 + source = "registry+https://github.com/rust-lang/crates.io-index" 4901 + checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911" 4902 + 4903 + [[package]] 4904 + name = "xkbcommon-dl" 4905 + version = "0.4.2" 4906 + source = "registry+https://github.com/rust-lang/crates.io-index" 4907 + checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 4908 + dependencies = [ 4909 + "bitflags 2.6.0", 4910 + "dlib", 4911 + "log", 4912 + "once_cell", 4913 + "xkeysym", 4914 + ] 4915 + 4916 + [[package]] 4917 + name = "xkeysym" 4918 + version = "0.2.1" 4919 + source = "registry+https://github.com/rust-lang/crates.io-index" 4920 + checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 4921 + 4922 + [[package]] 4923 + name = "xml-rs" 4924 + version = "0.8.20" 4925 + source = "registry+https://github.com/rust-lang/crates.io-index" 4926 + checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193" 4927 + 4928 + [[package]] 4929 + name = "zerocopy" 4930 + version = "0.7.35" 4931 + source = "registry+https://github.com/rust-lang/crates.io-index" 4932 + checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 4933 + dependencies = [ 4934 + "zerocopy-derive", 4935 + ] 4936 + 4937 + [[package]] 4938 + name = "zerocopy-derive" 4939 + version = "0.7.35" 4940 + source = "registry+https://github.com/rust-lang/crates.io-index" 4941 + checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 4942 + dependencies = [ 4943 + "proc-macro2", 4944 + "quote", 4945 + "syn 2.0.71", 4946 + ]
+72
pkgs/by-name/wg/wgpu-utils/package.nix
··· 1 + { 2 + lib, 3 + stdenv, 4 + rustPlatform, 5 + fetchFromGitHub, 6 + pkg-config, 7 + cmake, 8 + makeWrapper, 9 + vulkan-loader, 10 + freetype, 11 + fontconfig, 12 + darwin, 13 + }: 14 + 15 + rustPlatform.buildRustPackage rec { 16 + pname = "wgpu-utils"; 17 + version = "22.1.0"; 18 + 19 + src = fetchFromGitHub { 20 + owner = "gfx-rs"; 21 + repo = "wgpu"; 22 + rev = "v${version}"; 23 + hash = "sha256-Gtq0xYZoWNwW+BKVLqVVKGqc+4HjaD7NN1hlzyFP5g0="; 24 + }; 25 + 26 + cargoLock = { 27 + lockFile = ./Cargo.lock; 28 + outputHashes = { 29 + "noise-0.8.2" = "sha256-7GvShJeSNfwMCBIfqLghXgKQv7EDMqVchJw0uxPhNr4="; 30 + "rspirv-0.11.0+sdk-1.2.198" = "sha256-AcJqkcXBr/+SHdUDXd63sQ0h5eosMqRhV4aUREJH8Bw="; 31 + }; 32 + }; 33 + 34 + nativeBuildInputs = [ 35 + pkg-config 36 + cmake 37 + makeWrapper 38 + ]; 39 + 40 + buildInputs = 41 + [ 42 + freetype 43 + fontconfig 44 + ] 45 + ++ lib.optionals stdenv.hostPlatform.isDarwin ( 46 + with darwin.apple_sdk.frameworks; 47 + [ 48 + CoreServices 49 + QuartzCore 50 + AppKit 51 + ] 52 + ); 53 + 54 + # Tests fail, as the Nix sandbox doesn't provide an appropriate adapter (e.g. Vulkan). 55 + doCheck = false; 56 + 57 + postInstall = '' 58 + wrapProgram $out/bin/wgpu-info \ 59 + --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ vulkan-loader ]} 60 + ''; 61 + 62 + meta = with lib; { 63 + description = "Safe and portable GPU abstraction in Rust, implementing WebGPU API"; 64 + homepage = "https://wgpu.rs/"; 65 + license = with licenses; [ 66 + asl20 # or 67 + mit 68 + ]; 69 + maintainers = with maintainers; [ erictapen ]; 70 + mainProgram = "wgpu-info"; 71 + }; 72 + }
+34
pkgs/by-name/wh/whoami/package.nix
··· 1 + { 2 + lib, 3 + buildGoModule, 4 + fetchFromGitHub, 5 + }: 6 + 7 + buildGoModule rec { 8 + pname = "whoami"; 9 + version = "1.10.3"; 10 + 11 + src = fetchFromGitHub { 12 + owner = "traefik"; 13 + repo = "whoami"; 14 + rev = "v${version}"; 15 + hash = "sha256-wzxgmysqn4aWAZEaMjMwHdHLe4UZ4nwdNFJw5X7fuKQ="; 16 + }; 17 + 18 + vendorHash = "sha256-qDfkYIAymkFUtbKka9OLoYjT+S9KhOra2UtOvhoz5Mw="; 19 + 20 + ldflags = [ "-s" ]; 21 + 22 + CGO_ENABLED = 0; 23 + 24 + doCheck = false; 25 + 26 + meta = { 27 + description = "Tiny Go server that prints os information and HTTP request to output"; 28 + mainProgram = "whoami"; 29 + homepage = "https://github.com/traefik/whoami"; 30 + changelog = "https://github.com/traefik/whoami/releases/tag/v${version}"; 31 + license = lib.licenses.asl20; 32 + maintainers = with lib.maintainers; [ dvcorreia ]; 33 + }; 34 + }
+15 -19
pkgs/desktops/deepin/tools/dde-device-formatter/default.nix
··· 2 2 stdenv, 3 3 lib, 4 4 fetchFromGitHub, 5 + pkg-config, 6 + deepin-gettext-tools, 7 + libsForQt5, 5 8 dtkwidget, 6 - deepin-gettext-tools, 9 + udisks2-qt5, 10 + qt5platform-plugins, 7 11 qt5integration, 8 - qmake, 9 - qtbase, 10 - qttools, 11 - qtx11extras, 12 - pkg-config, 13 - wrapQtAppsHook, 14 - udisks2-qt5, 15 12 }: 16 13 17 14 stdenv.mkDerivation rec { ··· 34 31 ''; 35 32 36 33 nativeBuildInputs = [ 37 - qmake 38 - qttools 34 + libsForQt5.qmake 35 + libsForQt5.qttools 36 + libsForQt5.wrapQtAppsHook 39 37 pkg-config 40 - wrapQtAppsHook 41 38 deepin-gettext-tools 42 39 ]; 43 40 44 41 buildInputs = [ 45 42 dtkwidget 46 43 udisks2-qt5 47 - qtx11extras 44 + qt5platform-plugins 45 + qt5integration 46 + libsForQt5.qtx11extras 48 47 ]; 49 48 50 49 cmakeFlags = [ "-DVERSION=${version}" ]; 51 50 52 - # qt5integration must be placed before qtsvg in QT_PLUGIN_PATH 53 - qtWrapperArgs = [ "--prefix QT_PLUGIN_PATH : ${qt5integration}/${qtbase.qtPluginPrefix}" ]; 54 - 55 - meta = with lib; { 51 + meta = { 56 52 description = "Simple graphical interface for creating file system in a block device"; 57 53 mainProgram = "dde-device-formatter"; 58 54 homepage = "https://github.com/linuxdeepin/dde-device-formatter"; 59 - license = licenses.gpl3Plus; 60 - platforms = platforms.linux; 61 - maintainers = teams.deepin.members; 55 + license = lib.licenses.gpl3Plus; 56 + platforms = lib.platforms.linux; 57 + maintainers = lib.teams.deepin.members; 62 58 }; 63 59 }
+293
pkgs/development/compilers/dotnet/8/bootstrap-sdk.nix
··· 1 + { buildAspNetCore, buildNetRuntime, buildNetSdk, fetchNupkg }: 2 + 3 + # v8.0 (active) 4 + 5 + let 6 + commonPackages = [ 7 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Ref"; version = "8.0.8"; hash = "sha256-5iWiiKBaB6V5x3GDvZ1DpyxDHFIsmewksoeIizz8Z7k="; }) 8 + (fetchNupkg { pname = "Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-2KBKkVUlpiO1bOY+Ia2PKjurY2taV7CHnzU7Jr5HYUs="; }) 9 + (fetchNupkg { pname = "Microsoft.NETCore.App.Ref"; version = "8.0.8"; hash = "sha256-3x7ltOqJJXYO+zHIIvH1SDEz9fTrHqNoyK68teiHGZQ="; }) 10 + (fetchNupkg { pname = "Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-ZGunPQaL6Kz97BpQY9lSOPEsy1CvZiTZeidqnG18anw="; }) 11 + (fetchNupkg { pname = "Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-x45oE7EFl6V29tVnuvzfcnAufOQjVf8FYxG8TSNz77k="; }) 12 + (fetchNupkg { pname = "Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-UHKTFAfqIxoBZ38I6wBdMNA6NyQ4FhSJcHNQZxjaCu4="; }) 13 + (fetchNupkg { pname = "Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-KmiA+uHHYOnsfdG3F20mu0XllcRxEvMvWkHz7vK39KQ="; }) 14 + (fetchNupkg { pname = "Microsoft.NET.ILLink.Tasks"; version = "8.0.8"; hash = "sha256-st7UdPx9AFKf9o6WewsmUKhbP2IG2KQjHRCTdP4Vj00="; }) 15 + ]; 16 + 17 + hostPackages = { 18 + linux-arm = [ 19 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm"; version = "8.0.8"; hash = "sha256-VL9omnR1wz323jyU+UQWPuwKOv7UfkkiZ+8ja1JYDM8="; }) 20 + ]; 21 + linux-arm64 = [ 22 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm64"; version = "8.0.8"; hash = "sha256-MaWj6kbZ4td5Yq1aMyK1nqUva7d5bDXSewRoqjF0jS0="; }) 23 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-Dz8dkFRN//VvdLjWxe8+5o81adh/gqYyo5aHxtjzoqs="; }) 24 + ]; 25 + linux-x64 = [ 26 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-x64"; version = "8.0.8"; hash = "sha256-MJmQmBHWgvsqO8XYLnqsyUTfQ72VeJ/3EHq6OHtZ+n8="; }) 27 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-dmtcy7cqijoJAUCEJTNcvqaRneRMCn7WJkurjk2YpN8="; }) 28 + ]; 29 + linux-musl-arm = [ 30 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm"; version = "8.0.8"; hash = "sha256-liIF45Ljv47Wkl9xhN2IWH4vbFPCUkvF++i7ENsCB+o="; }) 31 + ]; 32 + linux-musl-arm64 = [ 33 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm64"; version = "8.0.8"; hash = "sha256-Y3KRiZ9i1IQoU/X70+c5hUkPsfSUJD8mrWecspUAEPw="; }) 34 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-LACty1K+yIIJiTgArn6DpuMqKS+uhVBCgIG2e4W1XBI="; }) 35 + ]; 36 + linux-musl-x64 = [ 37 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-x64"; version = "8.0.8"; hash = "sha256-deYqv/tadlpOOMof1/MoLu2fIjcfbQ4Y/auc97c0GIM="; }) 38 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-a6q/Fq88tknCNUEMiGAdCNOMj8rUyWMa3LdasqMl06I="; }) 39 + ]; 40 + osx-arm64 = [ 41 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-arm64"; version = "8.0.8"; hash = "sha256-MeztjburvdAXPWL4eLVhvL2+K9qd3otNatH8QbJf3Mk="; }) 42 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-Q7ZRUqGLN41EIbmTPQXiiLIJsLWwHHlTMCg7e9B38Fs="; }) 43 + ]; 44 + osx-x64 = [ 45 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-x64"; version = "8.0.8"; hash = "sha256-nb0PV2g3PjENKIFLnnUynIxa9GWjVRyprHRbrMAfHW4="; }) 46 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-exBYb8kUySdkudyNrs5ArXa/wkkS2b6lhVpm4jZMnqQ="; }) 47 + ]; 48 + win-arm64 = [ 49 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-arm64"; version = "8.0.8"; hash = "sha256-b6WidfvMYv6zHy1nd4kGc5oCg5tTDxPlg8CESjurv5E="; }) 50 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-4OtC6HUOpa6DSJPkA+/72wQHgGj3Kqh7iQyJtvvNtz8="; }) 51 + ]; 52 + win-x64 = [ 53 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x64"; version = "8.0.8"; hash = "sha256-bHuEFTwVzaQOEV1w/Jtfe8ZHMOtwHWsSqiiqoun+SkQ="; }) 54 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-wTLpzd7iu6eCyOn6ct4ZzB2NQq7GzNUJEsh+zkgHbdU="; }) 55 + ]; 56 + win-x86 = [ 57 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x86"; version = "8.0.8"; hash = "sha256-Q6mYxptkYaF0ThyJSX0uUVKK6R6x6Xkfi/40EqiDAQA="; }) 58 + ]; 59 + }; 60 + 61 + targetPackages = { 62 + linux-arm = [ 63 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm"; version = "8.0.8"; hash = "sha256-H3XoUT5B3taEoJvUFhlTRZ5/LI8VVaFxd82QZejD+xE="; }) 64 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm"; version = "8.0.8"; hash = "sha256-eYuDkv5aQvet7FzZOsZ5LZHnbNE4na74cmq3JsDaBNA="; }) 65 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm"; version = "8.0.8"; hash = "sha256-UMSNfp7fmU9UTkCj6GFoqz4iLDpM1zh0WP9W7KBIMAM="; }) 66 + (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-lSBjAXq7gADmOA7NaK9S+S+8Xx8oTsI6Mrp3fgA3eVM="; }) 67 + (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-RZ3KnxLJocJS9mSAwP69XCe0kA/uCppUNSMp4soCkN0="; }) 68 + (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-iW0U93hxohZrnGYB4us1XAaOBXMtMofMlN/FVdVjSS4="; }) 69 + (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-X6iM6I4WpVbLCEDhwwUrih1801VKfFz3gAaYZuQMTxk="; }) 70 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-arm"; version = "8.0.8"; hash = "sha256-wCNIvKB1pav/orE1e9Ljcb8NUiaIZ447KsyHtEI1uFM="; }) 71 + ]; 72 + linux-arm64 = [ 73 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm64"; version = "8.0.8"; hash = "sha256-Yu/CZXF9OS9CtGV1ohPRRLHKpg3xZXmH+8aukhZjJO4="; }) 74 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm64"; version = "8.0.8"; hash = "sha256-hSj6/ogmBRNoC4VIqmkp7IsFcYf1IzVhHFsGU4BW/ug="; }) 75 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm64"; version = "8.0.8"; hash = "sha256-VXwu3zMEoxrLfABVIc2zIN22JsoUwCeuM7W++7lGeVc="; }) 76 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-GRldzHE2XXJdR6qAdcxgLcXZM1gNoiGsfJg0M5qnlR4="; }) 77 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-VACUGeR/lEFnS8O3kVBimN8U2sIr1/aU9hHyBA4cnKU="; }) 78 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-C3891F6er32h/x4bjp7nMbHOWvaGhjaAVxPwGQtxwtc="; }) 79 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-s57vIXMmdrTdlGmfqyemkSJP11MltQWemJnet92e+A8="; }) 80 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-arm64"; version = "8.0.8"; hash = "sha256-HDpL4+yMCXuy05nnJWKqZB2KkumluhvznAxAglZ2x5o="; }) 81 + ]; 82 + linux-x64 = [ 83 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-x64"; version = "8.0.8"; hash = "sha256-/9Hsru4pLWKMb2LTF1erdHILGdEc/2NnuTIG+dcf1jY="; }) 84 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-x64"; version = "8.0.8"; hash = "sha256-Leqb/Un4/GRgRcymCJWnPhjZCn8A2hl4nFdYJfkNdqs="; }) 85 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-x64"; version = "8.0.8"; hash = "sha256-y5IbKOkqAKBpyWiA0PFmrtVXGXsWLHvX2FsiICm6egU="; }) 86 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-Ls2+jcDC4FW9zO81O2JP6BtKeazhydWEiXBPg/GJsfw="; }) 87 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-jJ7jGIYzDYqBZzJEG3BwS+NqUv7o7tRxUNgOTQ0oFSs="; }) 88 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-SCj9QjWOJvv3TvlR0TpIyFZrebRFTkVFVPdQ82F08gQ="; }) 89 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-LbvKpuOg1Rdqtabz1UvoADiNOkh+phBdXcD9iBGAAD0="; }) 90 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-x64"; version = "8.0.8"; hash = "sha256-TwTvStZ7PMGpFh16lSI4iAJwDz/lnJkqHk/RQ0KEQB0="; }) 91 + ]; 92 + linux-musl-arm = [ 93 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm"; version = "8.0.8"; hash = "sha256-p2Xix0JrQlMxDbvuPmXXaikVLVdKo1OPdk5w5PKSp3A="; }) 94 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm"; version = "8.0.8"; hash = "sha256-shWbs109a6xx0JyJH1hwjs0OR/KhemxYjjLJhrTzE7w="; }) 95 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm"; version = "8.0.8"; hash = "sha256-cdjNG4XehuADgSuW0c/PKC+6VA0rdzisUKYJXMPhSvM="; }) 96 + (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-kxAG5q8z/6d3jjYhIbEOLTa9sFUveg9AK9QWEYb+Osc="; }) 97 + (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-M881jx3YlNWC51BZguFtvn9UfU6neFeRhSaq0zsMCFI="; }) 98 + (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-BwC5R+ECo52tePjkq/B6OEQvS4hq8tlAfUOBi9UufSg="; }) 99 + (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-E6clBJ6GdZd3d6XaGqlwcyJq9UN4a9t+ixdZi7Ro4Xw="; }) 100 + ]; 101 + linux-musl-arm64 = [ 102 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64"; version = "8.0.8"; hash = "sha256-epjQsC2vTOpppEuMljG78vm/RWecUu/YJRAt+2ETd9s="; }) 103 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm64"; version = "8.0.8"; hash = "sha256-DHGL/dDpQ6LhathaNJxp3M3qQcCEG9oYisUQ6WMurMA="; }) 104 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm64"; version = "8.0.8"; hash = "sha256-6hx88DtgvvwRhyEFHS32AKvRwwHZyS44SxYRG4La+i0="; }) 105 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-KdRDHgeE6ShPewlbreXJ+87JrPGdhO5CEGBzVOyn44M="; }) 106 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-g7De3JFCkr1wtMguY1QJXAZD5CX855/xen6pCMCrkDE="; }) 107 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-PdskfOr7EiC4VDvyAo5k5MjmKayexsyPNkJhaAhVXjg="; }) 108 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-tSZ9tj81dWrHqrau0in1b/ZgbMyDs5P9Ea3sofhQ/ks="; }) 109 + ]; 110 + linux-musl-x64 = [ 111 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-x64"; version = "8.0.8"; hash = "sha256-21RqIxjfaIOaABcqoe9AlZElWdXNd44dX0jodejOFNY="; }) 112 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-x64"; version = "8.0.8"; hash = "sha256-nCSziE636/NGvg4J8HKI0CZ48SZZvwKu22QZa7Q/sAg="; }) 113 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-x64"; version = "8.0.8"; hash = "sha256-3vnqKFPAhjoLP6h/MnVfhoWOr2/0XvnUyufafbYED8Q="; }) 114 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-4zmkFZSBB46KjlubRHJ+DIBZs22CJLbIonT9hVsf57o="; }) 115 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-JeCvY8S+YPlFMwNokIxIfOsMc+cPSxIRozAVT03+ZlU="; }) 116 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-EXfxzK1Z7kqCDckq829GHat6EfYCKJ+9BrcBeHd1raA="; }) 117 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-oDjnxygsxPsy1Mgnx59tpmqikAgN5H4o3IBzXup4zNo="; }) 118 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64"; version = "8.0.8"; hash = "sha256-xxkmlp9i3x/4Ii+e4YYMPAA4iWdK2cwwj4030tp3o+U="; }) 119 + ]; 120 + osx-arm64 = [ 121 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-arm64"; version = "8.0.8"; hash = "sha256-ZB3eGK98abOZpcYmfWx0V3G/8AWr20gGyB/Ko5Zl91I="; }) 122 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-arm64"; version = "8.0.8"; hash = "sha256-L1IBy+DvMCZIbTzmlvSU2vsRrlZz7f29VS4H0+1/stw="; }) 123 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-arm64"; version = "8.0.8"; hash = "sha256-6G+7coU3SeYUTAjWl0iSYi28nGv5mzTnS8nkMMffGP0="; }) 124 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-O59V6pzicz7KWwUy+5qB3nAwSxhRsM9HoCq2uInaaHY="; }) 125 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-o3tSBAtHJGV5FbpreOQPF1VPb1ZoJI0unynfBUwvZ+E="; }) 126 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-NI6EnCoVuFHZ6mH9ZMXb38GhmQUhfxwP+vPlO/MsVnI="; }) 127 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-zvmCpjhY5JRezpwVr0S90rJfV0YGZ/wFJswo7Bl6tQQ="; }) 128 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.osx-arm64"; version = "8.0.8"; hash = "sha256-D4qB2A3tJGN3nJcxMl/gBxA+LQx5QiawYWHn1Y3jWHs="; }) 129 + ]; 130 + osx-x64 = [ 131 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-x64"; version = "8.0.8"; hash = "sha256-emanxsPDi9tYicfkeLRVN4r+yZq06jG2RdoVpRG/lK0="; }) 132 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-x64"; version = "8.0.8"; hash = "sha256-x7WOZWhE4NX6yc5MBlFO4EKHt4ExhnGx6lhmYrr8wfk="; }) 133 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-x64"; version = "8.0.8"; hash = "sha256-SWEUTsvHkPP9S8iRW/PrneIZV7NRkz3IPiVmKZ95X6w="; }) 134 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-bG/yxRP8uNHjCcZkSOlqSqgWIesuww8irvtSsC8jIfE="; }) 135 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-0EJXF7Aa+7nEUOvqMCDLr5Gwa9OWu/Ol5kpCymTVkP8="; }) 136 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-sdCf4IfySwQalViNicdX1NFN3obWCImm6I6Zzhu1pxs="; }) 137 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-jHU0GS/mtOjKniVojxzKdk6VgQghNLRWi4G0/W+kflw="; }) 138 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.osx-x64"; version = "8.0.8"; hash = "sha256-hBmQqsJX4lPCEkwh0kuZl81KNkqR+4FZWwBKaGQPPPk="; }) 139 + ]; 140 + win-arm64 = [ 141 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-arm64"; version = "8.0.8"; hash = "sha256-kWp27hqFc4GlvnFiiPZlW8F6UEXmFRNAN5RkkNfM0D4="; }) 142 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-arm64"; version = "8.0.8"; hash = "sha256-lD/M7PhWXUSsS3FJ4doXNo+zFLIAnhqBmtfBkDvOX9U="; }) 143 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-arm64"; version = "8.0.8"; hash = "sha256-xJc8ynP8Yaq3fdBrd+1wSgF02dx6fKaO8Ty1JJvm87w="; }) 144 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-/1nQT+3thlkAeQbfsIakuD+/oZsq9KeI0vCgCFubOO8="; }) 145 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-2P9wZVY4iQmOxKttjrqb2fKQMWHzupFgVuwcE4egAOU="; }) 146 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-ZTK07ZSjid/flmTDgrp/GH37rmYpOYdXTKzJnEeIx3k="; }) 147 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-Lzxot9nzljMCvyqLHiXOu6qC3rgB3iN6JG5t1QCAbko="; }) 148 + ]; 149 + win-x64 = [ 150 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x64"; version = "8.0.8"; hash = "sha256-NmsUnkmjpbxYa3jNjLa3+CbbSa1ipFvolk6fjJQ52co="; }) 151 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x64"; version = "8.0.8"; hash = "sha256-pkfKvNeb779TUp9jp19peJjCXK3NGpexaFjWwc3dSBo="; }) 152 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x64"; version = "8.0.8"; hash = "sha256-C0zUiMMAQ9nd1n7PDVoBhCShHzdGI67YFySTpeFH8uE="; }) 153 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-ojXEKX1OwepAx61seCAPh27UATzGTsE6VenT061IOmU="; }) 154 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-wMhsf3QncEUGSnFrGEck2Kyb8cPLPW8n7ZgKHwebdI4="; }) 155 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-AGqQ6fZicft/cBquuHb9jOh10N8gr/sLfijYzwm9vcM="; }) 156 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-hl5uj5iR2xXkefLQJ7DVU0NfThLatJUOqm9MGZUN9HM="; }) 157 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.win-x64"; version = "8.0.8"; hash = "sha256-gS1Lu8UcYwlJL+N4Q86NnObCYOjsaG09+bHbjXr1Ro8="; }) 158 + ]; 159 + win-x86 = [ 160 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x86"; version = "8.0.8"; hash = "sha256-z5swa/BoIPh7oDb4WpAh5uvXZ46artGD/lnQm4e2cko="; }) 161 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x86"; version = "8.0.8"; hash = "sha256-fpqkDTGVOO85fWS+X5Yj//NRkVoRf/RxJZ974N4OKvI="; }) 162 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x86"; version = "8.0.8"; hash = "sha256-nZEdf9Y3TLgyLOzSpn5ryl4xAbIy1vMGnVqCcYr4G74="; }) 163 + (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-NDGG0iZtxXLArTb3DEF1ELT3nHNTT5ogXqG00+70f9s="; }) 164 + (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-QYpsPJMunG+1LY6iOhkqe3TWZeUnV2sFdCRGKByEJcg="; }) 165 + (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-B0EIM5Jxi367oSvB1mHiHE3VpdoE02OF9FbFC1FlkLk="; }) 166 + (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-y1V5P/emZwwzWoz0UtMC/OYQjK+nGe9vkrY4RE9HRVI="; }) 167 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.win-x86"; version = "8.0.8"; hash = "sha256-vz7hG4LOgtZVpOMCCDrosxSiSUAIFmHWHxPe2kfIAWo="; }) 168 + ]; 169 + }; 170 + 171 + in rec { 172 + release_8_0 = "8.0.8"; 173 + 174 + aspnetcore_8_0 = buildAspNetCore { 175 + version = "8.0.8"; 176 + srcs = { 177 + linux-arm = { 178 + url = "https://download.visualstudio.microsoft.com/download/pr/26f16795-9928-4ddd-96f4-666e6e256715/bf797e4f997c965aeb0183b467fcf71a/aspnetcore-runtime-8.0.8-linux-arm.tar.gz"; 179 + hash = "sha512-0P7t2Ru0AoBp2M/xcmGR6fCZIOdWQF3g0rv29DEWJ3zJPr4kg/QFuqSXK1T/6JsJy+FypjnmA5eucTjfXvSMTg=="; 180 + }; 181 + linux-arm64 = { 182 + url = "https://download.visualstudio.microsoft.com/download/pr/f6fcf2c9-39ad-49c7-80b5-92306309e796/3cac9217f55528cb60c95702ba92d78b/aspnetcore-runtime-8.0.8-linux-arm64.tar.gz"; 183 + hash = "sha512-w9ydcfygpI7algdMvO9MmiZcHE4Qy/84YU3XTXlEOunRzNEHFHZM0EEpH4HYPA7Rwwer+JJJq0tvWKXelS/P/Q=="; 184 + }; 185 + linux-x64 = { 186 + url = "https://download.visualstudio.microsoft.com/download/pr/648de803-0b0c-46bc-9601-42a94dae0b41/241fd17cee8d473a78675e30681979bb/aspnetcore-runtime-8.0.8-linux-x64.tar.gz"; 187 + hash = "sha512-1sDMKqx5+6y/gbWX8oZ2NZn2YnjBfdtEjOC5PUmbrY+Id31CWFTmhgKUWrGK+KYfHuWdQx1VAwBhN/hhE/qosg=="; 188 + }; 189 + linux-musl-arm = { 190 + url = "https://download.visualstudio.microsoft.com/download/pr/9255e487-cdf2-4690-9840-74712503e37d/40be3d122db1d1ffa53a9843321c3979/aspnetcore-runtime-8.0.8-linux-musl-arm.tar.gz"; 191 + hash = "sha512-XZ9gnnLc/MFra7Y9Sef9R8Pi13kT2d4UhkQX+ypTSy99tWUw2xZazGNjNkHHBtD6upXbmFsJhEZ32MtBA5oMZw=="; 192 + }; 193 + linux-musl-arm64 = { 194 + url = "https://download.visualstudio.microsoft.com/download/pr/95f358cf-86b5-4789-8ee8-063067081c8b/e50e603b2453d7dc65eeb26dd4cfb398/aspnetcore-runtime-8.0.8-linux-musl-arm64.tar.gz"; 195 + hash = "sha512-YCjCkwbUlp7kBMRZ3KMTDx6WFNGVTo7UQAFAs1rYoeZqCos64CFV32vQRs2TCQdCIEh6HCYlw58IG9xsjtYgBQ=="; 196 + }; 197 + linux-musl-x64 = { 198 + url = "https://download.visualstudio.microsoft.com/download/pr/7d2ac05d-2bef-4069-9513-bb2ef7fab48d/4f3d2d3fec003a65513dc1f70c126ab7/aspnetcore-runtime-8.0.8-linux-musl-x64.tar.gz"; 199 + hash = "sha512-gi8uFxbcLSqkb/CPTS2bueqMgjMnhdCrpfTzPl62C9zYTomc0qE8qTAyImcQtfDKXHFZvtoXAn+E76KFJ4tXmA=="; 200 + }; 201 + osx-arm64 = { 202 + url = "https://download.visualstudio.microsoft.com/download/pr/a7080974-fac8-446c-ba20-313f6f323fbe/f907c126c9bcd394939a7cdf86b85f4b/aspnetcore-runtime-8.0.8-osx-arm64.tar.gz"; 203 + hash = "sha512-oZbGKxTpE2NiBzgmoD524KFHAn8DZVUpQm5ZT35E643QNtrqgJl4dgRxccF5PH7c+lFGvVWgG1kdlAX7FkbrAA=="; 204 + }; 205 + osx-x64 = { 206 + url = "https://download.visualstudio.microsoft.com/download/pr/465bdf6e-407d-4512-a222-32dafb225ad8/c22004de330d10a06141dee0f42b5d12/aspnetcore-runtime-8.0.8-osx-x64.tar.gz"; 207 + hash = "sha512-07qNz63c1tUP1DSRH+PrgwlmaTmooe3oANfaLdgU7714HRRJpCtx0ccdlZNGXp6XIFAl60MoCO+aO6DcvboOPg=="; 208 + }; 209 + }; 210 + }; 211 + 212 + runtime_8_0 = buildNetRuntime { 213 + version = "8.0.8"; 214 + srcs = { 215 + linux-arm = { 216 + url = "https://download.visualstudio.microsoft.com/download/pr/5e427de4-981a-481e-9fec-fa77b02a7edb/0d156acae55ca1329b6b9a8de70f398f/dotnet-runtime-8.0.8-linux-arm.tar.gz"; 217 + hash = "sha512-yHr1qq8y4YzNwpZRecZaq65eDp6Oogn2w2QnDOLkr//ql5yiLhQ95GdONqKxLGa1dViK4hnxZjaspxIUQCQCiA=="; 218 + }; 219 + linux-arm64 = { 220 + url = "https://download.visualstudio.microsoft.com/download/pr/ac04b123-0542-4e80-9216-93f51a6814b3/d110733c152d34ab4eedb435ccfdab4d/dotnet-runtime-8.0.8-linux-arm64.tar.gz"; 221 + hash = "sha512-JG+35e21Hbk0Ica7dCD3o1hDC5iyJKcftw5xorzgvJH4U6qJEJ8hiLCrKFMqJFw9UrqsFjRj4BoCAZ3qN/058g=="; 222 + }; 223 + linux-x64 = { 224 + url = "https://download.visualstudio.microsoft.com/download/pr/68c87f8a-862c-4870-a792-9c89b3c8aa2d/2319ebfb46d3a903341966586e8b0898/dotnet-runtime-8.0.8-linux-x64.tar.gz"; 225 + hash = "sha512-j1IgCYxWL6NJBBd0jrn0+coVUfcVVyi567GSQ1nGPBje3vZDvNiexntZy1sbnecoPuFW7zgf+xaAG1FtupsbDw=="; 226 + }; 227 + linux-musl-arm = { 228 + url = "https://download.visualstudio.microsoft.com/download/pr/2f4507aa-972d-429c-9129-cfe95c1279eb/60dd9afc3f4786a568b01119c2280c63/dotnet-runtime-8.0.8-linux-musl-arm.tar.gz"; 229 + hash = "sha512-im+SDZPX1VJ9won0clIeKmca+05mOqrP2CwyZYwuo56rQ6XJfT09e6WEA+v79suW/HP/W3zMGpRH0Tv0HuuAyQ=="; 230 + }; 231 + linux-musl-arm64 = { 232 + url = "https://download.visualstudio.microsoft.com/download/pr/8d78f160-0833-4db5-bd62-947f8bc2d571/25638f47211018a7bd8fd9d314763196/dotnet-runtime-8.0.8-linux-musl-arm64.tar.gz"; 233 + hash = "sha512-JvNeHGB0p9maQOpI9sAtt49OLHQ8vHRGOglNoBThJuk3nQm05WgJrJgpsmtroKkBrcR638PF01qX6erVppMUiQ=="; 234 + }; 235 + linux-musl-x64 = { 236 + url = "https://download.visualstudio.microsoft.com/download/pr/d9c4e4e4-bb2d-4f1a-9ded-bff5e354bd5a/0c6dbc5f68bea36a65fdf80e6aa4d55f/dotnet-runtime-8.0.8-linux-musl-x64.tar.gz"; 237 + hash = "sha512-yi/zIUVQZRMlP4Ds1ytcJNi9oo9EroPJiMOev6dec31VELy4S8J6FJ0uaZV2H4sSTXcBUirpu8rBf8MmZyF+tg=="; 238 + }; 239 + osx-arm64 = { 240 + url = "https://download.visualstudio.microsoft.com/download/pr/e9ded115-7a30-4952-bb72-ff101583f20b/5a7628261b98d095d2c97ec3fe5267be/dotnet-runtime-8.0.8-osx-arm64.tar.gz"; 241 + hash = "sha512-iLBt0FGBm9noziw0CyUW3A5Kd9Vl7/FF2OlXslUqZB4jWlzn6Ns2B0dYh7x2bxUw0B0Ofv2A0QzWUqKZlUOYtA=="; 242 + }; 243 + osx-x64 = { 244 + url = "https://download.visualstudio.microsoft.com/download/pr/0159972b-a4d6-4683-b32a-9da824d5689e/ffb0784119abf49015be375b5a016413/dotnet-runtime-8.0.8-osx-x64.tar.gz"; 245 + hash = "sha512-gCmYbB+LvxsOjQkpdWFW/kHUbS326+GrHGb7zqKt1Hw1uTRXPGGYeXz2DSs3LNRj5wMmwKNbCSbatNXBV6NX8w=="; 246 + }; 247 + }; 248 + }; 249 + 250 + sdk_8_0_1xx = buildNetSdk { 251 + version = "8.0.108"; 252 + srcs = { 253 + linux-arm = { 254 + url = "https://download.visualstudio.microsoft.com/download/pr/27228a4b-1ae9-4c1f-8a21-eecd21d6c7b8/c0500c9fac6db54f68c04956b828e8ea/dotnet-sdk-8.0.108-linux-arm.tar.gz"; 255 + hash = "sha512-+vqFZLNLUktCCeEEfOfPEZCl1C57obE1JPXeYCsHXmMM3SKVZ/FOsvCubJaskQrp27T8TlKN+VjJ0xRxNB7tyg=="; 256 + }; 257 + linux-arm64 = { 258 + url = "https://download.visualstudio.microsoft.com/download/pr/07df5bfc-98ae-4335-91c4-c95ec5f99a58/48a310e5d1bde3e77c53a51c99bdfc08/dotnet-sdk-8.0.108-linux-arm64.tar.gz"; 259 + hash = "sha512-bMcj8rE50ZsuF9pZNmmNOIpbZGOLde94xAxAftPP096nRcKRbwPvyeZkefxV1gjrOokwVyfs2xyZmxg7WN4ljQ=="; 260 + }; 261 + linux-x64 = { 262 + url = "https://download.visualstudio.microsoft.com/download/pr/95a365b4-ac3b-4300-ab6b-54cbc73220f4/4aabad928064af8761315ef34b08c24b/dotnet-sdk-8.0.108-linux-x64.tar.gz"; 263 + hash = "sha512-Vmbd9vqbZd6rpNfF/MLi1W9jHE9fb7Kp9ZGa8GFqsrQgsSqCi+zC5LhiinasPa6CS1Wr3lxtWsWe4THX7Ornwg=="; 264 + }; 265 + linux-musl-arm = { 266 + url = "https://download.visualstudio.microsoft.com/download/pr/24ef2f24-ca8e-4c3d-8466-2311550147d4/acbf2877ab4b8a611a3b63a9b9853dfc/dotnet-sdk-8.0.108-linux-musl-arm.tar.gz"; 267 + hash = "sha512-77MI2BrBAgli8U0D58qUGaKQGghGEg4HzZXGVAf+KYGiY2DC/+oUHYBYGqxtLDanN5x2wHsvs31O+4NpBfj/aA=="; 268 + }; 269 + linux-musl-arm64 = { 270 + url = "https://download.visualstudio.microsoft.com/download/pr/63bf0f75-e962-46b3-b7c3-12aa20129d46/071514943265037c423e6f5e40df7ace/dotnet-sdk-8.0.108-linux-musl-arm64.tar.gz"; 271 + hash = "sha512-5wCbo3OwQ8y0aVVycayK5RirnJtbNk6YQdi5cwW2A28zJA5nLnxIN5hhaiM0KXSNUDj9/TNjUrggYK/WRXRwRQ=="; 272 + }; 273 + linux-musl-x64 = { 274 + url = "https://download.visualstudio.microsoft.com/download/pr/cab77c39-2e16-4f29-a9cb-e490d7fff442/ee37bc88e34e082a64d834ed5041bcee/dotnet-sdk-8.0.108-linux-musl-x64.tar.gz"; 275 + hash = "sha512-dEcVUB3jlG8GzTFvNcq8DjY+CvZRBEyXZwjA1I1OsNCUidkszrKDx1Gy7tDik86qq93Lq/fCXiHWWOv/ncMEqg=="; 276 + }; 277 + osx-arm64 = { 278 + url = "https://download.visualstudio.microsoft.com/download/pr/64a3d858-c2e3-48d1-8236-7c6702efc1f8/191bed6c7f89244eb998b0f186db57d7/dotnet-sdk-8.0.108-osx-arm64.tar.gz"; 279 + hash = "sha512-g7ASdkdLS2K/CigvvhHSNTohkdkL7NQDs3PNbfyVJkRCqQcRetj2FXZbE5aSZ7iH0mqfJNvV+I2LVdqpRBLRPA=="; 280 + }; 281 + osx-x64 = { 282 + url = "https://download.visualstudio.microsoft.com/download/pr/5ea78b09-65a7-4b08-ac65-bfae17afb322/7416ecc76a30ae4c77e71aade36e037f/dotnet-sdk-8.0.108-osx-x64.tar.gz"; 283 + hash = "sha512-qA/uJ5q/61WKVUDKKpaaEbs9vq3ow52MR76KLWIu8cK+2yLIdFmK1B2/8rldWkMZe9n1X8kzq07eXty2p2z2yw=="; 284 + }; 285 + }; 286 + inherit commonPackages hostPackages targetPackages; 287 + }; 288 + 289 + sdk = sdk_8_0; 290 + 291 + 292 + sdk_8_0 = sdk_8_0_1xx; 293 + }
+1 -2
pkgs/development/compilers/dotnet/8/default.nix
··· 1 1 { callPackage 2 2 , dotnetCorePackages 3 - , bootstrapSdk 4 3 }: callPackage ../dotnet.nix { 5 4 releaseManifestFile = ./release.json; 6 5 releaseInfoFile = ./release-info.json; 6 + bootstrapSdkFile = ./bootstrap-sdk.nix; 7 7 depsFile = ./deps.nix; 8 - inherit bootstrapSdk; 9 8 }
+8 -8
pkgs/development/compilers/dotnet/8/deps.nix
··· 1 1 { fetchNuGet }: [ 2 2 (fetchNuGet { hash = "sha256-K2tSVW4n4beRPzPu3rlVaBEMdGvWSv/3Q1fxaDh4Mjo="; pname = "Newtonsoft.Json"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg"; version = "13.0.1"; }) 3 - (fetchNuGet { pname = "runtime.linux-arm64.Microsoft.NETCore.ILAsm"; sha256 = "327399b6bee8f18db222120e77f662addcac6fe8c6e46a5e238d4cc9a3ee7b30"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.linux-arm64.microsoft.netcore.ilasm/8.0.7-servicing.24313.11/runtime.linux-arm64.microsoft.netcore.ilasm.8.0.7-servicing.24313.11.nupkg"; version = "8.0.7-servicing.24313.11"; }) 4 - (fetchNuGet { pname = "runtime.linux-arm64.Microsoft.NETCore.ILDAsm"; sha256 = "c8adbb9a816a3272fd305c827a6183be673a143e693a803ab038b737ce5cc7eb"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.linux-arm64.microsoft.netcore.ildasm/8.0.7-servicing.24313.11/runtime.linux-arm64.microsoft.netcore.ildasm.8.0.7-servicing.24313.11.nupkg"; version = "8.0.7-servicing.24313.11"; }) 5 - (fetchNuGet { hash = "sha256-8B+2bg279IxspjUCUG2kvvwrOJ4kBfqgAZLYkSpFXDA="; pname = "runtime.linux-x64.Microsoft.NETCore.ILAsm"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.linux-x64.microsoft.netcore.ilasm/8.0.7-servicing.24313.11/runtime.linux-x64.microsoft.netcore.ilasm.8.0.7-servicing.24313.11.nupkg"; version = "8.0.7-servicing.24313.11"; }) 6 - (fetchNuGet { hash = "sha256-qwzB9mCoBWiqz7sMfDMwBwgZHm4Jls7Uq23dhpPE8dE="; pname = "runtime.linux-x64.Microsoft.NETCore.ILDAsm"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.linux-x64.microsoft.netcore.ildasm/8.0.7-servicing.24313.11/runtime.linux-x64.microsoft.netcore.ildasm.8.0.7-servicing.24313.11.nupkg"; version = "8.0.7-servicing.24313.11"; }) 7 - (fetchNuGet { pname = "runtime.osx-arm64.Microsoft.NETCore.ILAsm"; sha256 = "6b4e532da6481799e2d5ba0f466439b1dbb72b38f99d658f01ef13abb8fa4143"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx-arm64.microsoft.netcore.ilasm/8.0.7-servicing.24313.11/runtime.osx-arm64.microsoft.netcore.ilasm.8.0.7-servicing.24313.11.nupkg"; version = "8.0.7-servicing.24313.11"; }) 8 - (fetchNuGet { pname = "runtime.osx-arm64.Microsoft.NETCore.ILDAsm"; sha256 = "45944f5e8b6a2f55defb432e47aef685842445edcbd209dc714efea5a7500422"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx-arm64.microsoft.netcore.ildasm/8.0.7-servicing.24313.11/runtime.osx-arm64.microsoft.netcore.ildasm.8.0.7-servicing.24313.11.nupkg"; version = "8.0.7-servicing.24313.11"; }) 9 - (fetchNuGet { pname = "runtime.osx-x64.Microsoft.NETCore.ILAsm"; sha256 = "249166f90b4ed837c0797d8c7bed45d55d058aae223e9f163590bee2bbeaf996"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx-x64.microsoft.netcore.ilasm/8.0.7-servicing.24313.11/runtime.osx-x64.microsoft.netcore.ilasm.8.0.7-servicing.24313.11.nupkg"; version = "8.0.7-servicing.24313.11"; }) 10 - (fetchNuGet { pname = "runtime.osx-x64.Microsoft.NETCore.ILDAsm"; sha256 = "ad9bda1369dab0aeb3179735a653f6cd92af08a01c33b220a902f9da1b0b9e65"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx-x64.microsoft.netcore.ildasm/8.0.7-servicing.24313.11/runtime.osx-x64.microsoft.netcore.ildasm.8.0.7-servicing.24313.11.nupkg"; version = "8.0.7-servicing.24313.11"; }) 3 + (fetchNuGet { pname = "runtime.linux-arm64.Microsoft.NETCore.ILAsm"; sha256 = "5e6469e8cb678ffe0dd238b80cec17ef6667291b481c375e81292fd403b9ae6e"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.linux-arm64.microsoft.netcore.ilasm/8.0.8-servicing.24366.12/runtime.linux-arm64.microsoft.netcore.ilasm.8.0.8-servicing.24366.12.nupkg"; version = "8.0.8-servicing.24366.12"; }) 4 + (fetchNuGet { pname = "runtime.linux-arm64.Microsoft.NETCore.ILDAsm"; sha256 = "57aba33fa6933c296454ceab3d58469ce089573218595efdaac74ca047562dce"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.linux-arm64.microsoft.netcore.ildasm/8.0.8-servicing.24366.12/runtime.linux-arm64.microsoft.netcore.ildasm.8.0.8-servicing.24366.12.nupkg"; version = "8.0.8-servicing.24366.12"; }) 5 + (fetchNuGet { hash = "sha256-5wddL132f1W80dHLP8Nn5EVvStTauNUH+E5JvVboC5k="; pname = "runtime.linux-x64.Microsoft.NETCore.ILAsm"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.linux-x64.microsoft.netcore.ilasm/8.0.8-servicing.24366.12/runtime.linux-x64.microsoft.netcore.ilasm.8.0.8-servicing.24366.12.nupkg"; version = "8.0.8-servicing.24366.12"; }) 6 + (fetchNuGet { hash = "sha256-73CVn14q/pnCxN2qPaINi+u6YQSVwEKI8xtCT1NAs04="; pname = "runtime.linux-x64.Microsoft.NETCore.ILDAsm"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.linux-x64.microsoft.netcore.ildasm/8.0.8-servicing.24366.12/runtime.linux-x64.microsoft.netcore.ildasm.8.0.8-servicing.24366.12.nupkg"; version = "8.0.8-servicing.24366.12"; }) 7 + (fetchNuGet { pname = "runtime.osx-arm64.Microsoft.NETCore.ILAsm"; sha256 = "e386ffb4c9bb0a5f9f3fc8ff1cf389a6564c8d4d6747b39954207f2a541cc67c"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx-arm64.microsoft.netcore.ilasm/8.0.8-servicing.24366.12/runtime.osx-arm64.microsoft.netcore.ilasm.8.0.8-servicing.24366.12.nupkg"; version = "8.0.8-servicing.24366.12"; }) 8 + (fetchNuGet { pname = "runtime.osx-arm64.Microsoft.NETCore.ILDAsm"; sha256 = "479117fab25d26d59d8d605a308b53116a0cdce88e4cb5923a31187916d8297c"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx-arm64.microsoft.netcore.ildasm/8.0.8-servicing.24366.12/runtime.osx-arm64.microsoft.netcore.ildasm.8.0.8-servicing.24366.12.nupkg"; version = "8.0.8-servicing.24366.12"; }) 9 + (fetchNuGet { pname = "runtime.osx-x64.Microsoft.NETCore.ILAsm"; sha256 = "dcd72a80e4268a8231790b647ed83b214185f0c8c33fc3656618495d2cefb343"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx-x64.microsoft.netcore.ilasm/8.0.8-servicing.24366.12/runtime.osx-x64.microsoft.netcore.ilasm.8.0.8-servicing.24366.12.nupkg"; version = "8.0.8-servicing.24366.12"; }) 10 + (fetchNuGet { pname = "runtime.osx-x64.Microsoft.NETCore.ILDAsm"; sha256 = "0a77e58f66baa31981d503bcc8ebbda4816643c8162e685d8b0620cb707f5668"; url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx-x64.microsoft.netcore.ildasm/8.0.8-servicing.24366.12/runtime.osx-x64.microsoft.netcore.ildasm.8.0.8-servicing.24366.12.nupkg"; version = "8.0.8-servicing.24366.12"; }) 11 11 ]
+3 -3
pkgs/development/compilers/dotnet/8/release-info.json
··· 1 1 { 2 - "tarballHash": "sha256-/LB6wcJyN25e8+wuBBmnBhdafkczl0LoUX0R/NlUdEU=", 3 - "artifactsUrl": "https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.107-servicing.24317.1.centos.9-x64.tar.gz", 4 - "artifactsHash": "sha256-eduApTyIPz8aVvMCHckVLEJ69/fDLWNtw7EpRq36Qfo=" 2 + "tarballHash": "sha256-HSks3/qFi3khT0E4bU1ek+g8xd5yzmhlqCfnec30EKo=", 3 + "artifactsUrl": "https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.108-servicing.24372.1.centos.9-x64.tar.gz", 4 + "artifactsHash": "sha256-hEAyX3XJG6jHJV4sv1DHxT48u1mSTTXEWwODBm4L7cE=" 5 5 }
+6 -6
pkgs/development/compilers/dotnet/8/release.json
··· 1 1 { 2 - "release": "8.0.8", 2 + "release": "8.0.10", 3 3 "channel": "8.0", 4 - "tag": "v8.0.8", 5 - "sdkVersion": "8.0.108", 6 - "runtimeVersion": "8.0.8", 7 - "aspNetCoreVersion": "8.0.8", 4 + "tag": "v8.0.10", 5 + "sdkVersion": "8.0.110", 6 + "runtimeVersion": "8.0.10", 7 + "aspNetCoreVersion": "8.0.10", 8 8 "sourceRepository": "https://github.com/dotnet/dotnet", 9 - "sourceVersion": "e78e8a64f20e61e1fea4f24afca66ad1dc56285f" 9 + "sourceVersion": "8922fe64a1903ed4e35e24568efb056b3e0fad43" 10 10 }
+249
pkgs/development/compilers/dotnet/9/bootstrap-sdk.nix
··· 1 + { buildAspNetCore, buildNetRuntime, buildNetSdk, fetchNupkg }: 2 + 3 + # v9.0 (go-live) 4 + 5 + let 6 + commonPackages = [ 7 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Ref"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-IcIfs7kmYWeUW0xI23FCgzzdTx/TstTzY/En7HZ3IYE="; }) 8 + (fetchNupkg { pname = "Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-YtwuWl1DpYuKY97P2iJmm7ov5q05by3eFL4inl+Kwhc="; }) 9 + (fetchNupkg { pname = "Microsoft.NETCore.App.Ref"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-aHywWxrhPfKRL5sZelbQiUZaMLRn+e4A3UXihjNBLoE="; }) 10 + (fetchNupkg { pname = "Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-KaSR5WA+aTDOR41PuvwsXZt/zHsOJOKxBEfSGxFO07o="; }) 11 + (fetchNupkg { pname = "Microsoft.NET.ILLink.Tasks"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-f9o3PGHsW2BNMN9noBsUFv0SRRUR2m+RHceJtjCzd60="; }) 12 + ]; 13 + 14 + hostPackages = { 15 + linux-arm = [ 16 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-1P7Y8+FoxfaL3vTLPx5/LPYw2ZVhxC5sTSKbjHCPAuc="; }) 17 + ]; 18 + linux-arm64 = [ 19 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-yT+zcwYGL1f8oMC7S9sdLjbLpaR5/zdrRtpozZ+w/YY="; }) 20 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-U8rxugP2w8JS1I1cTMzN3XYjw9uVHZqPDDppdE9dtns="; }) 21 + ]; 22 + linux-x64 = [ 23 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-iRO1a77VwLcu4vWro3eHHcxh8nQlY/ik4+pT/2c3khA="; }) 24 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-XIODRgELUOKfn5L5g40Mxzcf/qH7pCJoRRvZPW1eY38="; }) 25 + ]; 26 + linux-musl-arm = [ 27 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-hqYfNrj8fhgSMkK+sEQTtZdidJeD2vvvDoMBtK8ZmYI="; }) 28 + ]; 29 + linux-musl-arm64 = [ 30 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-JMpiQJY23noyNK0KjkkyGmYJJLyTNiHhlZPKA6vSQB4="; }) 31 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-XjcQWqUEadp9u90HZU45gt/ANzn7Z7yuV24SrMKY7tM="; }) 32 + ]; 33 + linux-musl-x64 = [ 34 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-Dbt1T/Y9AsuITCNDu7+9to+9Q8aUAGmEsemONyucNkg="; }) 35 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-AlWrYGpqFSTj6UDEZ77kFq+KrN9SOO7fLu+R5hiICTM="; }) 36 + ]; 37 + osx-arm64 = [ 38 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-ewDINCVRtePHQRceMn0xhUFNjEr08AsaS9WBvz3lcLs="; }) 39 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-8CNaSv1PxoyQGSc7W64BlviEgBtggYzSjDh6vPl3YSI="; }) 40 + ]; 41 + osx-x64 = [ 42 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-DV1kc2BhDSHgmWE7lqUtM3u5YfXl/EKo3FU04LHzP5o="; }) 43 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-58cO2fdzdLYkWC6q7dn5dXKpMj4WzE95tlnPqW0X+W0="; }) 44 + ]; 45 + win-arm64 = [ 46 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-GugOroZ0SRoGoP3xE3jt91vTbHwXLPq8bHYckNC8SIA="; }) 47 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-ceT9q9ZCwhGnp+BrxgjPcoyrAqKHc7VK47M4tM2pQmw="; }) 48 + ]; 49 + win-x64 = [ 50 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-lvAHbw3hhS6OnCuUMLEa4NKJWZPHqcBM3IeXpeYtLHo="; }) 51 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-ZV5ptFKjt4UX+ytjnWMRk0/Xc+hR8tuYb8ADqLlTFnU="; }) 52 + ]; 53 + win-x86 = [ 54 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x86"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-ULArvCiy+bOHtkD5E0q7u+Cfg7R+IJZ4A60ldV798vs="; }) 55 + ]; 56 + }; 57 + 58 + targetPackages = { 59 + linux-arm = [ 60 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-eC46DyuObx9VhFP4PyY/3JWqAck8bW4Bt2hZyuapLRY="; }) 61 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-6WaE1hKyIBnsTe3YlVP/lHR9HOnMkYtqDZEZLzidFAc="; }) 62 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-u7sukf/qUk+gUVxFj/r9rzkQTVUcg2SqNhOmhPOsEyg="; }) 63 + (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-pYPVNaL6x5zRCBxCsPso8Ae0k9aaDbvH0aHS+j5pdIs="; }) 64 + ]; 65 + linux-arm64 = [ 66 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-hKCalXcwzlgMLwthSnTcHkDOW1g2XUo4Kj49uryZvt8="; }) 67 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-qlxs6pqhMQHkvOkJY37f9VMlxwnjUffue656XJaRLWI="; }) 68 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-h1FtdGrQp0HjK8fJajK1h5YV9fgBZCBQOH9M4pqMamE="; }) 69 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-EBCX8Uvy+Z40i+VjuUK+F5CAZYblQLKzAExfx/uQ+gE="; }) 70 + ]; 71 + linux-x64 = [ 72 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-x64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-KmyOl6C8u/PrCAMiY/KwELYvRafnM4SfcnEhKvU5BeU="; }) 73 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-Q41rpitFgIbgUpIh7iGzXTaCVDoUoDJ7HYddW2krHAE="; }) 74 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-bsQyjyidOkZLtjR1JadsIkRp6gDlHjEsJEbNLgKGtdE="; }) 75 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-2YfhVuvSJe2sIkPFgocqAJubbb1PU7r93YoICq3ntAo="; }) 76 + ]; 77 + linux-musl-arm = [ 78 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-oPUyQZ9bGNbk6yPeIAQkNmDmDNcq3o2jFIsunotBBps="; }) 79 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-CBwqR3ii9Yg3O9lG/UAFaltVHmH5aFk2r8+IV1zeIS4="; }) 80 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-Uw965RIeMJJ3uV5xX6WWGVq8i+CHXpiOw1mOT6rPmFI="; }) 81 + (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-JBUxkn0eUboAElHl+o2LyC7f9eJz4jJ9/odxXa43FSM="; }) 82 + ]; 83 + linux-musl-arm64 = [ 84 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-ZsUpPpaD4cfjTnTPAw1VqKHYX51XFG1ck0Ae2dWUKt8="; }) 85 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-RY5CrQ9K9VZeh8+1r8Rjg0gEFBBRqR5EGTFkBfx0+3Q="; }) 86 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-FG9CGm1wZlMzKGzr70+qg62NLmYot0uG9yilyoEBpmw="; }) 87 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-QtCqH/Ah7EW2lNWHq9y4sAQI+8XOWMLBrqPIuDEV1ic="; }) 88 + ]; 89 + linux-musl-x64 = [ 90 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-x64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-wdwHZFStEDDU0v8nah6hylLErKUxC9x3CvgL/9Qcfwo="; }) 91 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-QnGhafheornOKm2H+UO9M+a57S7OzU7oomMp1Gs+qcQ="; }) 92 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-v8J9etz1hP2q02KbUjKxDUc8So2qlzajFCDbM9N9TiE="; }) 93 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-HZS5qup9w2rWf1K5zIq7BEYTi8BC5co+Mz9Ey7iOcPc="; }) 94 + ]; 95 + osx-arm64 = [ 96 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-arm64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-hSj4rqdeeerbuFQT7DI38eIOI3XUUun7nfi4ypPyggU="; }) 97 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-4sp79lNVzgWRV2l1WjURkZBTq13OTRPfoRsaWU1Kd+Q="; }) 98 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-JT2SL5C1RXS80C7hB+YcCHW9Nynq4+1dCd4nckZVDsM="; }) 99 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-pnE0Z0AxP+2tiQT72EIjrsfRxN9q/rWQ/5J1SIF8rVg="; }) 100 + ]; 101 + osx-x64 = [ 102 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-x64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-DO5bDJGbzav8ji/1Wp5+VCU2xd/7P+tD8eMCBCeisq0="; }) 103 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-ORBkaFVuxvBBcqo0vklECC72Paoy13E33gt/ctHojq0="; }) 104 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-oFvsMtKz+O9/B7asuc2DsH8KhRhAdS4D6qR64O8dE48="; }) 105 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-sXYAaSQvdrsknqu85ZzDfRFKQ3lKxPmK3CeYJwJ/u78="; }) 106 + ]; 107 + win-arm64 = [ 108 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-arm64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-/GFhQQTpATa+eVsIKIS5hYQwEzueYT7IClqfTuO7OiY="; }) 109 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-DJWq3FrbwU6QCJLuMWKFvQhwrszUHIHbZEi+cjnUkAI="; }) 110 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-NtpJ9HN+LvXLb/qBn3Dz5XGTqhrlB8oUFCzge9zkxJ0="; }) 111 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-quzQ5GEyFmdsn7VXSsjSFHIcYnHwxb3OXP5Rcnar7mw="; }) 112 + ]; 113 + win-x64 = [ 114 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-53HpBsY1A7xFKDSKW+yMjoTdK+calt2k8z1XQbIx39I="; }) 115 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-zzq0pwTb9ayiuFijGfhXPyIk7YsGu1Q611CvHhPAGPM="; }) 116 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-WUB7TDKuqe/+vZMdwtmb8yst0+6STi/H7gf1jmb0adw="; }) 117 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-mc6g5oRPUbsFFwn5KDeY0LbzLGlyiPZxAhtjGEsIh+I="; }) 118 + ]; 119 + win-x86 = [ 120 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x86"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-lMVZtEPD48KKReYFsJ2rmJzCvlQNkGvajbfmd/ZYfFA="; }) 121 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x86"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-mHRvOES1i3VCmHfyQOakMNyvvJYS0xGdF8YFNpTEDx8="; }) 122 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x86"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-X29sAPaFb6yZptgoQK6QnRKbLRmmkrnvWw2zHC1MHE8="; }) 123 + (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-8LP07HWuRAyUGk5aSIpBHcAso16yM6UQ7YbPAen0Zgs="; }) 124 + ]; 125 + }; 126 + 127 + in rec { 128 + release_9_0 = "9.0.0-rc.1"; 129 + 130 + aspnetcore_9_0 = buildAspNetCore { 131 + version = "9.0.0-rc.1.24452.1"; 132 + srcs = { 133 + linux-arm = { 134 + url = "https://download.visualstudio.microsoft.com/download/pr/c414fabc-f831-4c5d-af5e-8e85ebecc6a0/670acec9f83315bec2788393db85e708/aspnetcore-runtime-9.0.0-rc.1.24452.1-linux-arm.tar.gz"; 135 + hash = "sha512-EgHd12xUpnbLKHRD7xszFtCHufNVfHl/ckzU/LhphutJmzEilZskl2RE4mIoXAWooPjz8oKJRjHlj6TeQrtUiQ=="; 136 + }; 137 + linux-arm64 = { 138 + url = "https://download.visualstudio.microsoft.com/download/pr/c5075cd5-2552-4f77-96ce-31450f9ff8d5/e6ff2b52e2a27a60eb3585cbca01d60b/aspnetcore-runtime-9.0.0-rc.1.24452.1-linux-arm64.tar.gz"; 139 + hash = "sha512-hGEKOPuamOt70muompxJmGguw//7Xq3lu6+6/WPKx9mlJ5YYu1slddJ/7sCY2l/m9xUMZyU/Pzd2JgFZA5bhIg=="; 140 + }; 141 + linux-x64 = { 142 + url = "https://download.visualstudio.microsoft.com/download/pr/da25731f-e296-4e2a-8f2b-0213d26e1799/859039cd012f8cfba53991f8f5543609/aspnetcore-runtime-9.0.0-rc.1.24452.1-linux-x64.tar.gz"; 143 + hash = "sha512-+P0oXWe7BE1jFZaGnWMB4QoqJDyByaBQlqZq/0+zQxUpgSx0gubPDgZejgZfxQsWtQ1/KklaswB3povUWzujdg=="; 144 + }; 145 + linux-musl-arm = { 146 + url = "https://download.visualstudio.microsoft.com/download/pr/8d4492ed-c733-4cfc-bf16-4f13191587f2/c843723067d5fc1d790ffa1810c683c1/aspnetcore-runtime-9.0.0-rc.1.24452.1-linux-musl-arm.tar.gz"; 147 + hash = "sha512-Kdvu4spDebM0V+KwVliBFPoxgTUGxTWaIxRfI6QdBj0F6qCX6hF2I6QPqxE1FrRRUL0XovBXKHViwz/pFovymQ=="; 148 + }; 149 + linux-musl-arm64 = { 150 + url = "https://download.visualstudio.microsoft.com/download/pr/bc3735cb-fea1-4f97-8669-3ab0e389d055/084b94228b13a45478ac75f5158801b3/aspnetcore-runtime-9.0.0-rc.1.24452.1-linux-musl-arm64.tar.gz"; 151 + hash = "sha512-n08aOk85N3d5v092zguXYxAtnKYX/99h/3Wg2Bxcxj+1BCcI/xCxqD5VgFDZuVu68Vn6d+J8wD4K00NEHhZLXg=="; 152 + }; 153 + linux-musl-x64 = { 154 + url = "https://download.visualstudio.microsoft.com/download/pr/10aac5f7-c037-4874-8c05-425e668b0a24/4706d38e511259862e93a61f15dda28f/aspnetcore-runtime-9.0.0-rc.1.24452.1-linux-musl-x64.tar.gz"; 155 + hash = "sha512-D5RfnHYZkY1hmmbPtsiwH9mTlDjOjvi+B5f66ky9c87eb9JcIlhV77eTvmcL/A9xmOnyMfoFEdfPMZ0vq7rJ0w=="; 156 + }; 157 + osx-arm64 = { 158 + url = "https://download.visualstudio.microsoft.com/download/pr/0bae8dff-9440-4388-a03e-af44e20673a8/8ab257a4963967970cd59c31c213f38d/aspnetcore-runtime-9.0.0-rc.1.24452.1-osx-arm64.tar.gz"; 159 + hash = "sha512-A/fgM1LRrS1U6d5MHN16lMIxG7NtTGKWZh+rKGzd6/P1cgT3OJLv1T9Dz7E7pzyvrpXQUixHvgMgPV+2mg7P6Q=="; 160 + }; 161 + osx-x64 = { 162 + url = "https://download.visualstudio.microsoft.com/download/pr/b0414fd7-20f9-4363-9dbf-072880e97b17/89584fa06e9ba1154a7e02402a28d82f/aspnetcore-runtime-9.0.0-rc.1.24452.1-osx-x64.tar.gz"; 163 + hash = "sha512-/0puNbQfUgBSHqSyV7KT5NSPF4bMqpzYW1W6lq02A228FJ0v+CDx3/Xy2az2w4tsNUDnAMLC21/m2C1PhfRhrg=="; 164 + }; 165 + }; 166 + }; 167 + 168 + runtime_9_0 = buildNetRuntime { 169 + version = "9.0.0-rc.1.24431.7"; 170 + srcs = { 171 + linux-arm = { 172 + url = "https://download.visualstudio.microsoft.com/download/pr/26c238f2-53a2-4fdc-981e-31272c80d107/67c11b008d57d501cd2e5ca642cbc8c1/dotnet-runtime-9.0.0-rc.1.24431.7-linux-arm.tar.gz"; 173 + hash = "sha512-ioPeMA6PnsZ/cFAE9VIpVz3Yv7EG9sQjie+ylsI4buJ4Rvgbqv5rQmnpxyaQN+XsPxN2xyvBA+RkHJGBp+V2Rw=="; 174 + }; 175 + linux-arm64 = { 176 + url = "https://download.visualstudio.microsoft.com/download/pr/54f6fb3b-da5b-4a2d-98f4-ae07c814a586/e5f2a5ba551ffe53ea1c2ae9b7681f0b/dotnet-runtime-9.0.0-rc.1.24431.7-linux-arm64.tar.gz"; 177 + hash = "sha512-hUK7k4Hk7Kbw687d7GhSXMWeNPckRhPPM8shUfVwwzRcttCBxJKwEHDnYtNEDwLUVYI0Uy1Y/z3JGQV+Bre9rA=="; 178 + }; 179 + linux-x64 = { 180 + url = "https://download.visualstudio.microsoft.com/download/pr/72048153-7c19-4e69-bcf3-22563060db07/cd181715a0f7cd3cec8c87b115181da9/dotnet-runtime-9.0.0-rc.1.24431.7-linux-x64.tar.gz"; 181 + hash = "sha512-n5qFuNn2Ni7SwtDt79BJmRgbLDhmR2RPvB2fJIJVOHMkOZ7bHEC8f6jEetwi4tcdtfJc55RSHVnkbEBZO19sxQ=="; 182 + }; 183 + linux-musl-arm = { 184 + url = "https://download.visualstudio.microsoft.com/download/pr/c948e710-a590-4492-870d-1e44ce476a55/86522880c5160af3c81bfa71378b79b9/dotnet-runtime-9.0.0-rc.1.24431.7-linux-musl-arm.tar.gz"; 185 + hash = "sha512-ERibzBMUhpSROsX7BQt324EErGLdOblwzZau85n3p87mVqMUtE8BE/lnJufuCiad6jhjcCD+BiYaiwHKDfnktA=="; 186 + }; 187 + linux-musl-arm64 = { 188 + url = "https://download.visualstudio.microsoft.com/download/pr/9ef6c8f0-49ac-4b37-9e7a-0f2cbbc74472/ceebdb8281a18bc80d17147ec3146cd0/dotnet-runtime-9.0.0-rc.1.24431.7-linux-musl-arm64.tar.gz"; 189 + hash = "sha512-3WKnNzaydaFbWv+jRloO89aWGaBsyqo5FrMx9Fs4WakCjnjrfNhcdm3v+5cDx7uWeI9AYdVJy98yW/gYlDEFIQ=="; 190 + }; 191 + linux-musl-x64 = { 192 + url = "https://download.visualstudio.microsoft.com/download/pr/30c11bec-b456-45de-bb45-5e892fd1a509/cd72910d2c8b0c908f717a3563c2445f/dotnet-runtime-9.0.0-rc.1.24431.7-linux-musl-x64.tar.gz"; 193 + hash = "sha512-vXcBXKRriSj3CmHmz+8jxeMIrUDAPd1CHCEBQbGjjNXE2O31Nl6LruIn21pqxx++pIHBqLPFum6lgzCv3X/iMQ=="; 194 + }; 195 + osx-arm64 = { 196 + url = "https://download.visualstudio.microsoft.com/download/pr/8abf3e03-1ab3-40fd-a9cf-fa22005be2e8/cb0c3c5d130ef8ae76a982860fd3606a/dotnet-runtime-9.0.0-rc.1.24431.7-osx-arm64.tar.gz"; 197 + hash = "sha512-qCX8qe3eU6tqvA7+DETW+yXFx3rrLTW2xBTULzZEU86wae2duIZcK7glI5ifzrfMy/hgR2mVkP91amucVMIddA=="; 198 + }; 199 + osx-x64 = { 200 + url = "https://download.visualstudio.microsoft.com/download/pr/13d7d905-549f-44e8-9062-a678a742c5fb/94c51ca9c08ef9b5cceabafc2337118f/dotnet-runtime-9.0.0-rc.1.24431.7-osx-x64.tar.gz"; 201 + hash = "sha512-9i+GfqtjNzfEUP+wVDpybxui9GpCZctHl42I2tDGuAqNtcz29YOEL4XLYTuW0vfGgG1mmCb0uSuQbnHY0Q5T6A=="; 202 + }; 203 + }; 204 + }; 205 + 206 + sdk_9_0_1xx = buildNetSdk { 207 + version = "9.0.100-rc.1.24452.12"; 208 + srcs = { 209 + linux-arm = { 210 + url = "https://download.visualstudio.microsoft.com/download/pr/87c96627-cf20-47d7-8cb4-d5e083084dd4/07d4b533e746b344a3dbf9f7279f450b/dotnet-sdk-9.0.100-rc.1.24452.12-linux-arm.tar.gz"; 211 + hash = "sha512-8xpKLDCAqSHP3XGTPR9XwvV/9MQ/WgrW9SZAvHkeVPjAUm2OEgatIfhoI1elPPbUiKiwEQfnw0vq/iyMNCXdjA=="; 212 + }; 213 + linux-arm64 = { 214 + url = "https://download.visualstudio.microsoft.com/download/pr/f7739964-9e84-4bb7-9435-509458a15f9c/a95ad7f9deb8ce2fd30173dfe86f55ba/dotnet-sdk-9.0.100-rc.1.24452.12-linux-arm64.tar.gz"; 215 + hash = "sha512-9XQlNxKIAcGZoScmYXUGYFh4iibopgPL0mocFunvM6XUGOR5Cjzqci195IPu6LaODeS7Hf3yeXEzae07TRY6EQ=="; 216 + }; 217 + linux-x64 = { 218 + url = "https://download.visualstudio.microsoft.com/download/pr/3b2b3c23-574b-45d7-b2b0-c67f0e935308/23ed647eb71a8f07414124422c15927d/dotnet-sdk-9.0.100-rc.1.24452.12-linux-x64.tar.gz"; 219 + hash = "sha512-6BMIF7d50BBKbu4z2Y2Xw/rRwzYBNDX0fA6eIjcBcrddo3reduSd7Hy+aWiEOQ0uaUHMaeK61Vk9bRxrQQgwUQ=="; 220 + }; 221 + linux-musl-arm = { 222 + url = "https://download.visualstudio.microsoft.com/download/pr/8cb683aa-4558-45ac-944a-73ac40b708d2/2795bd0253d5518490378edc7f7b562e/dotnet-sdk-9.0.100-rc.1.24452.12-linux-musl-arm.tar.gz"; 223 + hash = "sha512-hICQDhS9EDT1hsPhdAK+LwTKslDXm00d2jqoh+n6+mg604it9/JbXHsNxDM3XOHCcrPZQZY25tsPe/MA6EGgpQ=="; 224 + }; 225 + linux-musl-arm64 = { 226 + url = "https://download.visualstudio.microsoft.com/download/pr/8737d284-0c4b-49a0-984c-23fddc7abcd8/ada586539e4417b557d60d0214e8b2eb/dotnet-sdk-9.0.100-rc.1.24452.12-linux-musl-arm64.tar.gz"; 227 + hash = "sha512-ZWv6TnxKPuKAuZ6v+mILCbibOjufbTPJ14fB+JOLhK+1qkPYBUboGiv9UydwwoLFmuoWf1DQGlcCeiBh5ZXw6Q=="; 228 + }; 229 + linux-musl-x64 = { 230 + url = "https://download.visualstudio.microsoft.com/download/pr/791e9a41-59da-4f92-9dfb-2cceaaea001b/710f7adf35dc2f32be49ac2834ad0afd/dotnet-sdk-9.0.100-rc.1.24452.12-linux-musl-x64.tar.gz"; 231 + hash = "sha512-sdgATPnD/7Uw+7PUJZF0ywdqMroAJo2qQ9v0Uv5tRsz5eaY9f1OucKL6ehAanfG9O4QFUqySqFIRm7c4WmX2Xw=="; 232 + }; 233 + osx-arm64 = { 234 + url = "https://download.visualstudio.microsoft.com/download/pr/930f4eb8-188f-47d5-8a26-28ca393b7d1b/c07a519e3d7e326c3f640ef72ea1193e/dotnet-sdk-9.0.100-rc.1.24452.12-osx-arm64.tar.gz"; 235 + hash = "sha512-rzCzHNk36fyX4WS4NijCwezSEym3X3Qtn1IyqmhCfSW11wLMVlqoYNPHOMhyd5BWm/ZqPtdOXO9xmuWJ0wKEbw=="; 236 + }; 237 + osx-x64 = { 238 + url = "https://download.visualstudio.microsoft.com/download/pr/e26e36f6-746f-462c-8599-5d0a1f00e786/f1b8264ac10442b40009aa8cea46b23b/dotnet-sdk-9.0.100-rc.1.24452.12-osx-x64.tar.gz"; 239 + hash = "sha512-DR8HGO7vAGw+z77+6/nfB3LsIsdNtLtjW2RjuK7f05VydLkItR7AGc7WnT569K6SUvGOh7FKRBHhCJpMxB430A=="; 240 + }; 241 + }; 242 + inherit commonPackages hostPackages targetPackages; 243 + }; 244 + 245 + sdk = sdk_9_0; 246 + 247 + 248 + sdk_9_0 = sdk_9_0_1xx; 249 + }
+1 -1
pkgs/development/compilers/dotnet/9/default.nix
··· 3 3 }: callPackage ../dotnet.nix { 4 4 releaseManifestFile = ./release.json; 5 5 releaseInfoFile = ./release-info.json; 6 + bootstrapSdkFile = ./bootstrap-sdk.nix; 6 7 allowPrerelease = true; 7 8 depsFile = ./deps.nix; 8 - bootstrapSdk = dotnetCorePackages.sdk_9_0; 9 9 }
+1 -1
pkgs/development/compilers/dotnet/9/release-info.json
··· 1 1 { 2 - "tarballHash": "sha256-t4BQcN1rCG5XKfsJJqnpBHzyXtCrWbQaxpJ8gBpRrVk=", 2 + "tarballHash": "sha256-VvRGu2GKw8XBvfOuICjQvV1UlTjRcuHX8j6x3w7uJtY=", 3 3 "artifactsUrl": "https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.9.0.100-rc.1.24452.1.centos.9-x64.tar.gz", 4 4 "artifactsHash": "sha256-HRu23+7cJVAoTaFm0hnHk1lOC8HiBIvTs9TgWKVS8xw=" 5 5 }
+6 -6
pkgs/development/compilers/dotnet/9/release.json
··· 1 1 { 2 - "release": "9.0.0-rc.1", 2 + "release": "9.0.0-rc.2", 3 3 "channel": "9.0", 4 - "tag": "v9.0.0-rc.1.24431.7", 5 - "sdkVersion": "9.0.100-rc.1.24452.1", 6 - "runtimeVersion": "9.0.0-rc.1.24431.7", 7 - "aspNetCoreVersion": "9.0.0-rc.1.24452.1", 4 + "tag": "v9.0.0-rc.2.24473.5", 5 + "sdkVersion": "9.0.100-rc.2.24474.1", 6 + "runtimeVersion": "9.0.0-rc.2.24473.5", 7 + "aspNetCoreVersion": "9.0.0-rc.2.24474.3", 8 8 "sourceRepository": "https://github.com/dotnet/dotnet", 9 - "sourceVersion": "f2e150252ab0fe4f796fac30ba5ffeb22c1c4156" 9 + "sourceVersion": "b4c156e3f670d86ad737595a912c5c85c481b9ac" 10 10 }
+5 -4
pkgs/development/compilers/dotnet/build-dotnet.nix
··· 194 194 let 195 195 majorVersion = lib.concatStringsSep "." (lib.take 2 (lib.splitVersion version)); 196 196 in 197 - writeShellScript "update-dotnet-${majorVersion}" '' 198 - pushd pkgs/development/compilers/dotnet 199 - exec ${./update.sh} "${majorVersion}" 200 - ''; 197 + [ 198 + ./update.sh 199 + majorVersion 200 + ]; 201 201 }; 202 202 203 203 meta = with lib; { ··· 207 207 maintainers = with maintainers; [ 208 208 kuznero 209 209 mdarocha 210 + corngood 210 211 ]; 211 212 mainProgram = "dotnet"; 212 213 platforms = lib.filter (
+14 -12
pkgs/development/compilers/dotnet/default.nix
··· 23 23 fetchNupkg = callPackage ../../../build-support/dotnet/fetch-nupkg { }; 24 24 25 25 buildDotnet = attrs: callPackage (import ./build-dotnet.nix attrs) { }; 26 - buildAttrs = { 27 - inherit fetchNupkg; 28 - buildAspNetCore = attrs: buildDotnet (attrs // { type = "aspnetcore"; }); 29 - buildNetRuntime = attrs: buildDotnet (attrs // { type = "runtime"; }); 30 - buildNetSdk = attrs: buildDotnet (attrs // { type = "sdk"; }); 31 - }; 26 + buildDotnetSdk = 27 + version: 28 + import version { 29 + inherit fetchNupkg; 30 + buildAspNetCore = attrs: buildDotnet (attrs // { type = "aspnetcore"; }); 31 + buildNetRuntime = attrs: buildDotnet (attrs // { type = "runtime"; }); 32 + buildNetSdk = attrs: buildDotnet (attrs // { type = "sdk"; }); 33 + }; 32 34 33 35 ## Files in versions/ are generated automatically by update.sh ## 34 - dotnet_6_0 = import ./versions/6.0.nix buildAttrs; 35 - dotnet_7_0 = import ./versions/7.0.nix buildAttrs; 36 - dotnet_8_0 = import ./versions/8.0.nix buildAttrs; 37 - dotnet_9_0 = import ./versions/9.0.nix buildAttrs; 36 + dotnet_6_0 = buildDotnetSdk ./versions/6.0.nix; 37 + dotnet_7_0 = buildDotnetSdk ./versions/7.0.nix; 38 + dotnet_8_0 = buildDotnetSdk ./versions/8.0.nix; 39 + dotnet_9_0 = buildDotnetSdk ./versions/9.0.nix; 38 40 39 41 runtimeIdentifierMap = { 40 42 "x86_64-linux" = "linux-x64"; ··· 47 49 48 50 in 49 51 { 50 - inherit callPackage fetchNupkg; 52 + inherit callPackage fetchNupkg buildDotnetSdk; 51 53 52 54 # Convert a "stdenv.hostPlatform.system" to a dotnet RID 53 55 systemToDotnetRid = ··· 65 67 mkNugetDeps = callPackage ../../../build-support/dotnet/make-nuget-deps { }; 66 68 addNuGetDeps = callPackage ../../../build-support/dotnet/add-nuget-deps { }; 67 69 68 - dotnet_8 = recurseIntoAttrs (callPackage ./8 { bootstrapSdk = dotnet_8_0.sdk_8_0_1xx; }); 70 + dotnet_8 = recurseIntoAttrs (callPackage ./8 { }); 69 71 dotnet_9 = recurseIntoAttrs (callPackage ./9 { }); 70 72 } 71 73 // lib.optionalAttrs config.allowAliases {
+20 -5
pkgs/development/compilers/dotnet/dotnet.nix
··· 5 5 fetchurl, 6 6 releaseManifestFile, 7 7 releaseInfoFile, 8 + bootstrapSdkFile, 8 9 allowPrerelease ? false, 9 10 depsFile, 10 - bootstrapSdk, 11 11 pkgsBuildHost, 12 + buildDotnetSdk, 12 13 }: 13 14 14 15 let 15 - inherit (lib.importJSON releaseInfoFile) tarballHash artifactsUrl artifactsHash; 16 + inherit (lib.importJSON releaseInfoFile) 17 + tarballHash 18 + artifactsUrl 19 + artifactsHash 20 + bootstrapSdk 21 + ; 16 22 17 23 pkgs = callPackage ./stage1.nix { 18 - inherit releaseManifestFile tarballHash depsFile; 19 - bootstrapSdk = bootstrapSdk.overrideAttrs (old: { 24 + inherit 25 + releaseManifestFile 26 + tarballHash 27 + depsFile 28 + ; 29 + bootstrapSdk = (buildDotnetSdk bootstrapSdkFile).sdk.overrideAttrs (old: { 20 30 passthru = old.passthru or { } // { 21 31 artifacts = stdenvNoCC.mkDerivation rec { 22 32 name = lib.nameFromURL artifactsUrl ".tar.gz"; ··· 43 53 vmr = pkgs.vmr.overrideAttrs (old: { 44 54 passthru = old.passthru // { 45 55 updateScript = pkgsBuildHost.callPackage ./update.nix { 46 - inherit releaseManifestFile releaseInfoFile allowPrerelease; 56 + inherit 57 + releaseManifestFile 58 + releaseInfoFile 59 + bootstrapSdkFile 60 + allowPrerelease 61 + ; 47 62 }; 48 63 }; 49 64 });
+4 -3
pkgs/development/compilers/dotnet/packages.nix
··· 7 7 strip-nondeterminism, 8 8 zip, 9 9 nugetPackageHook, 10 + baseName ? "dotnet", 10 11 fallbackTargetPackages ? { }, 11 12 }: 12 13 ··· 93 94 }; 94 95 95 96 sdk = mkCommon "sdk" rec { 96 - pname = "dotnet-sdk"; 97 + pname = "${baseName}-sdk"; 97 98 version = releaseManifest.sdkVersion; 98 99 99 100 src = vmr; ··· 147 148 }; 148 149 149 150 runtime = mkCommon "runtime" rec { 150 - pname = "dotnet-runtime"; 151 + pname = "${baseName}-runtime"; 151 152 version = releaseManifest.runtimeVersion; 152 153 153 154 src = vmr; ··· 172 173 }; 173 174 174 175 aspnetcore = mkCommon "aspnetcore" rec { 175 - pname = "dotnet-aspnetcore-runtime"; 176 + pname = "${baseName}-aspnetcore-runtime"; 176 177 version = releaseManifest.aspNetCoreVersion or releaseManifest.runtimeVersion; 177 178 178 179 src = vmr;
+8 -2
pkgs/development/compilers/dotnet/stage0.nix
··· 12 12 patchNupkgs, 13 13 symlinkJoin, 14 14 15 + baseName ? "dotnet", 15 16 releaseManifestFile, 16 17 tarballHash, 17 18 depsFile, ··· 34 35 35 36 vmr = 36 37 (mkVMR { 37 - inherit releaseManifestFile tarballHash bootstrapSdk; 38 + inherit 39 + baseName 40 + releaseManifestFile 41 + tarballHash 42 + bootstrapSdk 43 + ; 38 44 }).overrideAttrs 39 45 (old: rec { 40 46 prebuiltPackages = mkNugetDeps { ··· 138 144 }; 139 145 }); 140 146 in 141 - mkPackages { inherit vmr; } 147 + mkPackages { inherit baseName vmr; }
+6 -1
pkgs/development/compilers/dotnet/stage1.nix
··· 13 13 mkPackages = callPackage ./packages.nix; 14 14 mkVMR = callPackage ./vmr.nix; 15 15 16 - stage0 = callPackage ./stage0.nix args; 16 + stage0 = callPackage ./stage0.nix ( 17 + args 18 + // { 19 + baseName = "dotnet-stage0"; 20 + } 21 + ); 17 22 18 23 vmr = 19 24 (mkVMR {
+50 -16
pkgs/development/compilers/dotnet/update.nix
··· 13 13 14 14 releaseManifestFile, 15 15 releaseInfoFile, 16 + bootstrapSdkFile, 16 17 allowPrerelease, 17 18 }: 18 19 ··· 42 43 in 43 44 writeScript "update-dotnet-vmr.sh" '' 44 45 #! ${nix}/bin/nix-shell 45 - #! nix-shell -i ${runtimeShell} --pure ${drv} 46 + #! nix-shell -i ${runtimeShell} --pure ${drv} --keep UPDATE_NIX_ATTR_PATH 46 47 set -euo pipefail 47 48 48 - query=$(cat <<EOF 49 - map( 50 - select( 51 - ${lib.optionalString (!allowPrerelease) ".prerelease == false and"} 52 - .draft == false and 53 - (.name | startswith(".NET ${channel}")))) | 54 - first | ( 49 + tag=''${1-} 50 + 51 + if [[ -n $tag ]]; then 52 + query=$(cat <<EOF 53 + map( 54 + select( 55 + (.tag_name == "$tag"))) | 56 + first 57 + EOF 58 + ) 59 + else 60 + query=$(cat <<EOF 61 + map( 62 + select( 63 + ${lib.optionalString (!allowPrerelease) ".prerelease == false and"} 64 + .draft == false and 65 + (.tag_name | startswith("v${channel}")))) | 66 + first 67 + EOF 68 + ) 69 + fi 70 + 71 + query="$query "$(cat <<EOF 72 + | ( 55 73 .tag_name, 56 74 (.assets | 57 75 .[] | ··· 65 83 ) 66 84 67 85 ( 68 - curl -fsL https://api.github.com/repos/dotnet/dotnet/releases | \ 86 + curl -fsSL https://api.github.com/repos/dotnet/dotnet/releases | \ 69 87 jq -r "$query" \ 70 88 ) | ( 71 89 read tagName ··· 75 93 tmp="$(mktemp -d)" 76 94 trap 'rm -rf "$tmp"' EXIT 77 95 96 + echo ${lib.escapeShellArg (toString ./update.sh)} \ 97 + -o ${lib.escapeShellArg (toString bootstrapSdkFile)} --sdk foo 98 + 78 99 cd "$tmp" 79 100 80 - curl -fsL "$releaseUrl" -o release.json 101 + curl -fsSL "$releaseUrl" -o release.json 81 102 release=$(jq -r .release release.json) 82 103 83 - if [[ "$release" == "${release}" ]]; then 104 + if [[ -z $tag && "$release" == "${release}" ]]; then 84 105 >&2 echo "release is already $release" 85 106 exit 86 107 fi ··· 91 112 tarballHash=$(nix-hash --to-sri --type sha256 "''${prefetch[0]}") 92 113 tarball=''${prefetch[1]} 93 114 94 - curl -L "$sigUrl" -o release.sig 115 + curl -fssL "$sigUrl" -o release.sig 95 116 96 - export GNUPGHOME=$PWD/.gnupg 97 - gpg --batch --import ${releaseKey} 98 - gpg --batch --verify release.sig "$tarball" 117 + ( 118 + export GNUPGHOME=$PWD/.gnupg 119 + trap 'gpgconf --kill all' EXIT 120 + gpg --batch --import ${releaseKey} 121 + gpg --batch --verify release.sig "$tarball" 122 + ) 99 123 100 - tar --strip-components=1 --no-wildcards-match-slash --wildcards -xzf "$tarball" \*/eng/Versions.props 124 + tar --strip-components=1 --no-wildcards-match-slash --wildcards -xzf "$tarball" \*/eng/Versions.props \*/global.json 101 125 artifactsVersion=$(xq -r '.Project.PropertyGroup | 102 126 map(select(.PrivateSourceBuiltArtifactsVersion)) 103 127 | .[] | .PrivateSourceBuiltArtifactsVersion' eng/Versions.props) ··· 111 135 fi 112 136 113 137 artifactsHash=$(nix-hash --to-sri --type sha256 "$(nix-prefetch-url "$artifactsUrl")") 138 + 139 + sdkVersion=$(jq -r .tools.dotnet global.json) 114 140 115 141 jq --null-input \ 116 142 --arg _0 "$tarballHash" \ ··· 123 149 }' > "${toString releaseInfoFile}" 124 150 125 151 cp release.json "${toString releaseManifestFile}" 152 + 153 + cd - 154 + 155 + # needs to be run in nixpkgs 156 + ${lib.escapeShellArg (toString ./update.sh)} \ 157 + -o ${lib.escapeShellArg (toString bootstrapSdkFile)} --sdk "$sdkVersion" 158 + 159 + $(nix-build -A $UPDATE_NIX_ATTR_PATH.fetch-deps --no-out-link) 126 160 ) 127 161 ''
+138 -93
pkgs/development/compilers/dotnet/update.sh
··· 4 4 5 5 set -Eeuo pipefail 6 6 7 - cd "$(dirname "${BASH_SOURCE[0]}")" 8 - 9 7 rids=({linux-{,musl-}{arm,arm64,x64},osx-{arm64,x64},win-{arm64,x64,x86}}) 10 8 11 9 release () { ··· 52 50 echo " };" 53 51 } 54 52 55 - nuget_url="$(curl -f "https://api.nuget.org/v3/index.json" | jq --raw-output '.resources[] | select(."@type" == "PackageBaseAddress/3.0.0")."@id"')" 53 + nuget_url="$(curl -fsSL "https://api.nuget.org/v3/index.json" | jq --raw-output '.resources[] | select(."@type" == "PackageBaseAddress/3.0.0")."@id"')" 56 54 57 55 generate_package_list() { 58 56 local version="$1" indent="$2" ··· 199 197 generate_package_list "$version" ' ' "${pkgs[@]}" 200 198 } 201 199 202 - main () { 203 - local pname 204 - pname=$(basename "$0") 205 - if [[ ! "$*" =~ ^.*[0-9]{1,}\.[0-9]{1,}.*$ ]]; then 206 - echo "Usage: $pname [sem-versions] 200 + usage () { 201 + echo "Usage: $pname [[--sdk] [-o output] sem-version] ... 207 202 Get updated dotnet src (platform - url & sha512) expressions for specified versions 208 203 209 204 Examples: 210 205 $pname 6.0.14 7.0.201 - specific x.y.z versions 211 206 $pname 6.0 7.0 - latest x.y versions 212 207 " >&2 213 - exit 1 208 + } 209 + 210 + update() { 211 + local -r sem_version=$1 sdk=$2 212 + local output=$3 213 + 214 + local patch_specified=false 215 + # Check if a patch was specified as an argument. 216 + # If so, generate file for the specific version. 217 + # If only x.y version was provided, get the latest patch 218 + # version of the given x.y version. 219 + if [[ "$sem_version" =~ ^[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,} ]]; then 220 + patch_specified=true 221 + elif [[ ! "$sem_version" =~ ^[0-9]{1,}\.[0-9]{1,}$ ]]; then 222 + usage 223 + return 1 214 224 fi 215 225 216 - for sem_version in "$@"; do 217 - echo "Generating ./versions/${sem_version}.nix" 218 - local patch_specified=false 219 - # Check if a patch was specified as an argument. 220 - # If so, generate file for the specific version. 221 - # If only x.y version was provided, get the latest patch 222 - # version of the given x.y version. 223 - if [[ "$sem_version" =~ ^[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,} ]]; then 224 - patch_specified=true 225 - elif [[ ! "$sem_version" =~ ^[0-9]{1,}\.[0-9]{1,}$ ]]; then 226 - continue 227 - fi 226 + : ${output:="$(dirname "${BASH_SOURCE[0]}")"/versions/$sem_version.nix} 227 + echo "Generating $output" 228 228 229 - # Make sure the x.y version is properly passed to .NET release metadata url. 230 - # Then get the json file and parse it to find the latest patch release. 231 - local major_minor content major_minor_patch 232 - major_minor=$(sed 's/^\([0-9]*\.[0-9]*\).*$/\1/' <<< "$sem_version") 233 - content=$(curl -sL https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/"$major_minor"/releases.json) 229 + # Make sure the x.y version is properly passed to .NET release metadata url. 230 + # Then get the json file and parse it to find the latest patch release. 231 + local major_minor content major_minor_patch 232 + major_minor=$(sed 's/^\([0-9]*\.[0-9]*\).*$/\1/' <<< "$sem_version") 233 + content=$(curl -fsSL https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/"$major_minor"/releases.json) 234 + if [[ -n $sdk ]]; then 235 + major_minor_patch=$( 236 + jq -r --arg version "$sem_version" ' 237 + .releases[] | 238 + select(.sdks[].version == $version) | 239 + ."release-version"' <<< "$content") 240 + else 234 241 major_minor_patch=$([ "$patch_specified" == true ] && echo "$sem_version" || jq -r '."latest-release"' <<< "$content") 235 - local major_minor_underscore=${major_minor/./_} 242 + fi 243 + local major_minor_underscore=${major_minor/./_} 236 244 237 - local release_content aspnetcore_version runtime_version 238 - release_content=$(release "$content" "$major_minor_patch") 239 - aspnetcore_version=$(jq -r '."aspnetcore-runtime".version' <<< "$release_content") 240 - runtime_version=$(jq -r '.runtime.version' <<< "$release_content") 241 - local -a sdk_versions 245 + local release_content aspnetcore_version runtime_version 246 + local -a sdk_versions 247 + 248 + release_content=$(release "$content" "$major_minor_patch") 249 + aspnetcore_version=$(jq -r '."aspnetcore-runtime".version' <<< "$release_content") 250 + runtime_version=$(jq -r '.runtime.version' <<< "$release_content") 251 + 252 + if [[ -n $sdk ]]; then 253 + sdk_versions=("$sem_version") 254 + else 242 255 mapfile -t sdk_versions < <(jq -r '.sdks[] | .version' <<< "$release_content" | sort -rn) 256 + fi 243 257 244 - # If patch was not specified, check if the package is already the latest version 245 - # If it is, exit early 246 - if [ "$patch_specified" == false ] && [ -f "./versions/${sem_version}.nix" ]; then 247 - local current_version 248 - current_version=$(nix-instantiate --eval -E "(import ./versions/${sem_version}.nix { \ 249 - buildAspNetCore = { ... }: {}; \ 250 - buildNetSdk = { ... }: {}; \ 251 - buildNetRuntime = { ... }: {}; \ 252 - fetchNupkg = { ... }: {}; \ 253 - }).release_${major_minor_underscore}" | jq -r) 258 + # If patch was not specified, check if the package is already the latest version 259 + # If it is, exit early 260 + if [ "$patch_specified" == false ] && [ -f "$output" ]; then 261 + local current_version 262 + current_version=$(nix-instantiate --eval -E "(import $output { \ 263 + buildAspNetCore = { ... }: {}; \ 264 + buildNetSdk = { ... }: {}; \ 265 + buildNetRuntime = { ... }: {}; \ 266 + fetchNupkg = { ... }: {}; \ 267 + }).release_${major_minor_underscore}" | jq -r) 254 268 255 - if [[ "$current_version" == "$major_minor_patch" ]]; then 256 - echo "Nothing to update." 257 - continue 258 - fi 269 + if [[ "$current_version" == "$major_minor_patch" ]]; then 270 + echo "Nothing to update." 271 + return 259 272 fi 273 + fi 260 274 261 - local aspnetcore_files runtime_files 262 - aspnetcore_files="$(release_files "$release_content" .\"aspnetcore-runtime\")" 263 - runtime_files="$(release_files "$release_content" .runtime)" 275 + local aspnetcore_files runtime_files 276 + aspnetcore_files="$(release_files "$release_content" .\"aspnetcore-runtime\")" 277 + runtime_files="$(release_files "$release_content" .runtime)" 264 278 265 - local channel_version support_phase 266 - channel_version=$(jq -r '."channel-version"' <<< "$content") 267 - support_phase=$(jq -r '."support-phase"' <<< "$content") 279 + local channel_version support_phase 280 + channel_version=$(jq -r '."channel-version"' <<< "$content") 281 + support_phase=$(jq -r '."support-phase"' <<< "$content") 268 282 269 - local aspnetcore_sources runtime_sources 270 - aspnetcore_sources="$(platform_sources "$aspnetcore_files")" 271 - runtime_sources="$(platform_sources "$runtime_files")" 283 + local aspnetcore_sources runtime_sources 284 + aspnetcore_sources="$(platform_sources "$aspnetcore_files")" 285 + runtime_sources="$(platform_sources "$runtime_files")" 272 286 273 - result=$(mktemp) 274 - trap "rm -f $result" TERM INT EXIT 287 + result=$(mktemp) 288 + trap "rm -f $result" TERM INT EXIT 275 289 276 - ( 277 - echo "{ buildAspNetCore, buildNetRuntime, buildNetSdk, fetchNupkg }: 290 + ( 291 + echo "{ buildAspNetCore, buildNetRuntime, buildNetSdk, fetchNupkg }: 278 292 279 293 # v$channel_version ($support_phase) 280 294 281 295 let 282 296 commonPackages = [" 283 - aspnetcore_packages "${aspnetcore_version}" 284 - netcore_packages "${runtime_version}" 285 - echo " ]; 297 + aspnetcore_packages "${aspnetcore_version}" 298 + netcore_packages "${runtime_version}" 299 + echo " ]; 286 300 287 301 hostPackages = {" 288 - for rid in "${rids[@]}"; do 289 - echo " $rid = [" 290 - netcore_host_packages "${runtime_version}" "$rid" 291 - echo " ];" 292 - done 293 - echo " }; 302 + for rid in "${rids[@]}"; do 303 + echo " $rid = [" 304 + netcore_host_packages "${runtime_version}" "$rid" 305 + echo " ];" 306 + done 307 + echo " }; 294 308 295 309 targetPackages = {" 296 - for rid in "${rids[@]}"; do 297 - echo " $rid = [" 298 - aspnetcore_target_packages "${aspnetcore_version}" "$rid" 299 - netcore_target_packages "${runtime_version}" "$rid" 300 - echo " ];" 301 - done 302 - echo " }; 310 + for rid in "${rids[@]}"; do 311 + echo " $rid = [" 312 + aspnetcore_target_packages "${aspnetcore_version}" "$rid" 313 + netcore_target_packages "${runtime_version}" "$rid" 314 + echo " ];" 315 + done 316 + echo " }; 303 317 304 318 in rec { 305 319 release_$major_minor_underscore = \"$major_minor_patch\"; ··· 314 328 $runtime_sources 315 329 };" 316 330 317 - local -A feature_bands 318 - unset latest_sdk 331 + local -A feature_bands 332 + unset latest_sdk 319 333 320 - for sdk_version in "${sdk_versions[@]}"; do 321 - local sdk_base_version=${sdk_version%-*} 322 - local feature_band=${sdk_base_version:0:-2}xx 323 - # sometimes one release has e.g. both 8.0.202 and 8.0.203 324 - [[ ! ${feature_bands[$feature_band]+true} ]] || continue 325 - feature_bands[$feature_band]=$sdk_version 326 - local sdk_files sdk_sources 327 - sdk_files="$(release_files "$release_content" ".sdks[] | select(.version == \"$sdk_version\")")" 328 - sdk_sources="$(platform_sources "$sdk_files")" 329 - local sdk_attrname=sdk_${feature_band//./_} 330 - [[ -v latest_sdk ]] || local latest_sdk=$sdk_attrname 334 + for sdk_version in "${sdk_versions[@]}"; do 335 + local sdk_base_version=${sdk_version%-*} 336 + local feature_band=${sdk_base_version:0:-2}xx 337 + # sometimes one release has e.g. both 8.0.202 and 8.0.203 338 + [[ ! ${feature_bands[$feature_band]+true} ]] || continue 339 + feature_bands[$feature_band]=$sdk_version 340 + local sdk_files sdk_sources 341 + sdk_files="$(release_files "$release_content" ".sdks[] | select(.version == \"$sdk_version\")")" 342 + sdk_sources="$(platform_sources "$sdk_files")" 343 + local sdk_attrname=sdk_${feature_band//./_} 344 + [[ -v latest_sdk ]] || local latest_sdk=$sdk_attrname 331 345 332 - echo " 346 + echo " 333 347 $sdk_attrname = buildNetSdk { 334 348 version = \"${sdk_version}\"; 335 349 $sdk_sources 336 350 inherit commonPackages hostPackages targetPackages; 337 351 };" 338 - done 352 + done 339 353 354 + if [[ -n $sdk ]]; then 340 355 echo " 356 + sdk = sdk_$major_minor_underscore; 357 + " 358 + fi 359 + 360 + echo " 341 361 sdk_$major_minor_underscore = $latest_sdk; 342 362 }" 343 363 )> "${result}" 344 364 345 - cp "${result}" "./versions/${sem_version}.nix" 346 - echo "Generated ./versions/${sem_version}.nix" 347 - done 365 + cp "${result}" "$output" 366 + echo "Generated $output" 367 + } 368 + 369 + main () { 370 + local pname sdk output 371 + pname=$(basename "$0") 372 + 373 + sdk= 374 + output= 375 + 376 + while [ $# -gt 0 ]; do 377 + case $1 in 378 + --sdk) 379 + shift 380 + sdk=1 381 + ;; 382 + -o) 383 + shift 384 + output=$1 385 + shift 386 + ;; 387 + *) 388 + update "$1" "$sdk" "$output" 389 + shift 390 + ;; 391 + esac 392 + done 348 393 } 349 394 350 395 main "$@"
+171 -171
pkgs/development/compilers/dotnet/versions/6.0.nix
··· 4 4 5 5 let 6 6 commonPackages = [ 7 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Ref"; version = "6.0.33"; hash = "sha256-GcPiO+iI0JsHYlqURAmzWjOnDX2jDCUY4jYaIwr8ojs="; }) 8 - (fetchNupkg { pname = "Microsoft.NETCore.DotNetAppHost"; version = "6.0.33"; hash = "sha256-SboOaKgRAWf8Ce2mb8izqvTxGNYsKAbgNIDGmdwaMpo="; }) 9 - (fetchNupkg { pname = "Microsoft.NETCore.App.Ref"; version = "6.0.33"; hash = "sha256-BiGUcXo1FQTlZdR6ndhUQ8lrYG3KaGXNXRVF+Fc3L28="; }) 10 - (fetchNupkg { pname = "Microsoft.NETCore.DotNetHost"; version = "6.0.33"; hash = "sha256-tkJtIwdMSbz4VNyTnz/HQcV8LuN6PAAiN5p34aHhSog="; }) 11 - (fetchNupkg { pname = "Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.33"; hash = "sha256-Eo22rJu2roKFD85Fme3hSYqoHE2YdehHAW+kTi0J2aA="; }) 12 - (fetchNupkg { pname = "Microsoft.NETCore.DotNetHostResolver"; version = "6.0.33"; hash = "sha256-LOwFh6fozyRwqvP2CBt8JaSsrkNY/D0kHcXlFP/uvYo="; }) 7 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Ref"; version = "6.0.35"; hash = "sha256-BxvIeZIaBdC0wyDQqKW0E5axSRSrtQk3oEPsT287014="; }) 8 + (fetchNupkg { pname = "Microsoft.NETCore.DotNetAppHost"; version = "6.0.35"; hash = "sha256-9q5paA6a9Z9XH939/LI3CY3WUMI3k+3r5ql5DCQIvR4="; }) 9 + (fetchNupkg { pname = "Microsoft.NETCore.App.Ref"; version = "6.0.35"; hash = "sha256-IcpSbsSHgYBbNVvbcXfmRRM9bdx3pogLncO4RuXEab0="; }) 10 + (fetchNupkg { pname = "Microsoft.NETCore.DotNetHost"; version = "6.0.35"; hash = "sha256-sbboITtBgkzX9wtGhtQbjVHVlP+tOjr0eBvuTPR5n+I="; }) 11 + (fetchNupkg { pname = "Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.35"; hash = "sha256-CgptZ0sWSK+sq1S6vaHPSeX2VZiWQ1qB94BngSE3eTg="; }) 12 + (fetchNupkg { pname = "Microsoft.NETCore.DotNetHostResolver"; version = "6.0.35"; hash = "sha256-3fYohmmqpwAaIbZSD8bCOrHpsj6HbbOebamH4JxNk/8="; }) 13 13 ]; 14 14 15 15 hostPackages = { 16 16 linux-arm = [ 17 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm"; version = "6.0.33"; hash = "sha256-pMY7bdG2du0Lh3xpAUls7WWAzqenMwlvw3tmtkoVmO0="; }) 17 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm"; version = "6.0.35"; hash = "sha256-VQHuYjJLLOhgV0Bc2qiuLjDBYj/ZdayFApxvsMaybfQ="; }) 18 18 ]; 19 19 linux-arm64 = [ 20 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm64"; version = "6.0.33"; hash = "sha256-BU3yVfKE2h+dHUQcqhxOOp8Pbdwbm3RxPy3/KkjtBMo="; }) 20 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm64"; version = "6.0.35"; hash = "sha256-CEguy8PYd6Q/xgPVoUJiT9Kjvpk3ViyY9S0mKkZRtYc="; }) 21 21 ]; 22 22 linux-x64 = [ 23 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-x64"; version = "6.0.33"; hash = "sha256-4YrPHTlKoNvCgmgKvZx1naRQBiFN81KMMaDQ1VW52H0="; }) 23 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-x64"; version = "6.0.35"; hash = "sha256-3vy31ixbl8nmjyWgquh47daDf8KYJK1GiKdgUobZ4OE="; }) 24 24 ]; 25 25 linux-musl-arm = [ 26 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm"; version = "6.0.33"; hash = "sha256-pECdxdP0x1buwSaxZpioR51ORRl5BokV3JXUb23kGoI="; }) 26 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm"; version = "6.0.35"; hash = "sha256-HffLekYLq/WAmBJaK7JS+08P5MXbsZRSO7zQsP28KIg="; }) 27 27 ]; 28 28 linux-musl-arm64 = [ 29 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm64"; version = "6.0.33"; hash = "sha256-MOW9RvWvQbrFIehX3UVdZjhoQz46uj1m0oIJQlwFKUE="; }) 29 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm64"; version = "6.0.35"; hash = "sha256-7SitZSktVg5PPAxl3zh9v09ls4u57jqKoV3YDZWgkRo="; }) 30 30 ]; 31 31 linux-musl-x64 = [ 32 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-x64"; version = "6.0.33"; hash = "sha256-R9TbY5HpSt1R08xB3mmxTWZE3TBFeK4bH5BLUCyMQ5c="; }) 32 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-x64"; version = "6.0.35"; hash = "sha256-b7swPOMAs3J++EXnwPP9BnG/5ti+qs3q+73gO33cIx0="; }) 33 33 ]; 34 34 osx-arm64 = [ 35 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-arm64"; version = "6.0.33"; hash = "sha256-ArfQKZst3BbZ1J9I7Rmdg4aehEYWY71jG7bOkMot7BE="; }) 35 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-arm64"; version = "6.0.35"; hash = "sha256-LjGQxsPj2WeXJEM/t89iw5mZg6uOFD0fkLil0lqKq50="; }) 36 36 ]; 37 37 osx-x64 = [ 38 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-x64"; version = "6.0.33"; hash = "sha256-fBfBkKW/nYwFsO1xd0u/nOIZnIG0CGW/RE23PsOQeE4="; }) 38 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-x64"; version = "6.0.35"; hash = "sha256-6Zc+12VfsFsFbfuh727PB1j7EDQeiuJYtSA7MUxUXj0="; }) 39 39 ]; 40 40 win-arm64 = [ 41 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-arm64"; version = "6.0.33"; hash = "sha256-c+3lplcEkrMapHA+nQPt4v2IkeiAvif6u2Ux32V5Iy0="; }) 41 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-arm64"; version = "6.0.35"; hash = "sha256-XPnsu3T9dfuwupKbGDQK2LsrMsvVasZZlN1b7usP+kg="; }) 42 42 ]; 43 43 win-x64 = [ 44 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x64"; version = "6.0.33"; hash = "sha256-qHleUXickhYB1CIWGWzsMB/BX61fuJXcVchkuKAOwLw="; }) 44 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x64"; version = "6.0.35"; hash = "sha256-7+ldzOhrKwoQymhLz9Nk6tO7Hd3VxLYYUuTLAttmWZ8="; }) 45 45 ]; 46 46 win-x86 = [ 47 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x86"; version = "6.0.33"; hash = "sha256-wxAzeoLe47TV5GWXXVWRyC+AKqBuTJ79RqS0DwqJpGk="; }) 47 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x86"; version = "6.0.35"; hash = "sha256-SWxLLPrTpdw9EE0sZeS4GGcDzi7vGVvO19TeD/Zo+kA="; }) 48 48 ]; 49 49 }; 50 50 51 51 targetPackages = { 52 52 linux-arm = [ 53 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm"; version = "6.0.33"; hash = "sha256-9IIvr+MVkup8SygTV0HIHObHQt7gNAEj+0kYanmJ83Y="; }) 54 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm"; version = "6.0.33"; hash = "sha256-ReYcVuhM8+it8FhEWNM+HLTiRsJi+8Xauscpus/uPQ8="; }) 55 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm"; version = "6.0.33"; hash = "sha256-NMTRG9jt6aHRuHKQhV2P0ex194t1FM0ZXkQBEdLVIjk="; }) 56 - (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetAppHost"; version = "6.0.33"; hash = "sha256-LKtXdCHaIx88J13bSmANZiAGgYyse8qtha+pi4LPwMQ="; }) 57 - (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHost"; version = "6.0.33"; hash = "sha256-e9KR+J6yBSp6Py/xkrW2Mtc2xW84YDZ/4KFJPY4EkEw="; }) 58 - (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.33"; hash = "sha256-x18Pl1WygIEU75poeIXlcP3ZxdrS4nRRJ/K3lv6mfyY="; }) 59 - (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.33"; hash = "sha256-xMt9SDtZ9SlLQpy3GJKx/SxfqGCKIk30HFhQ8HpnUos="; }) 60 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-arm"; version = "6.0.33"; hash = "sha256-E636XnOUoY2BQP1HkUCGWMRCupjVeQPUVxIiqn1cqm0="; }) 53 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm"; version = "6.0.35"; hash = "sha256-tpSLvTe0WX8+N4L6Ww9F35aobI2F06lGLwmtoVGPoMc="; }) 54 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm"; version = "6.0.35"; hash = "sha256-NDUtM1/wQYziwzGZEtizHqLfgsbqCDyXdqRziZgZ1xc="; }) 55 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm"; version = "6.0.35"; hash = "sha256-eJDl6txbRr3/Bcm0jgLq5sa0RjCpKjx9gJtxRkwKFa0="; }) 56 + (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetAppHost"; version = "6.0.35"; hash = "sha256-c4OtjF4mwQ5oDg7aTIL3UXWlgjzScj7MAiOZkwvtUBs="; }) 57 + (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHost"; version = "6.0.35"; hash = "sha256-NqFL81Xr7RMl7Mc/bdKI2TCHzq4QpG4kdd7sERPzOWc="; }) 58 + (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.35"; hash = "sha256-WUnzXWrYltA+PDv5lOIoNA6d7c6Yk0x5bO4AqjkttFM="; }) 59 + (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.35"; hash = "sha256-PR+IPCMNROJiZxu7ZYRpzeAhW5N+HC6jEC3N/VXwyyQ="; }) 60 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-arm"; version = "6.0.35"; hash = "sha256-RoTet98wvZZiKsDu2ex7HPtxrEIvDXm571bTMHPd4zc="; }) 61 61 ]; 62 62 linux-arm64 = [ 63 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm64"; version = "6.0.33"; hash = "sha256-g5zbB1DnCSKuCOWtF09GEqGn1uJLdlTN6kqdnSCzRjQ="; }) 64 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm64"; version = "6.0.33"; hash = "sha256-rwWOpf2Pdg84c8bKIUcMYuDTI0kXUELL/nl9psSmX+E="; }) 65 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm64"; version = "6.0.33"; hash = "sha256-obRKiJEVpZ5E3TE7q2oHaYwFYhI23rMiHwp+8ORkwXY="; }) 66 - (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.33"; hash = "sha256-GLQ/7vf+kqHLu6yeiSY8rq5yPUmZvxKtQ6HRR8iRV34="; }) 67 - (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.33"; hash = "sha256-oXlmQZ93jZaq7gj8q4MCXWpx0MxKuHhON2SPE44o+ns="; }) 68 - (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.33"; hash = "sha256-/skm1EA/eVeK/Fedra9Naavck9mkWXZdZTOw+/oFw8E="; }) 69 - (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.33"; hash = "sha256-mLZz9Y4TzJHjsTMemYfeXXHHqG77rXLSOxN3r7bpd48="; }) 70 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-arm64"; version = "6.0.33"; hash = "sha256-9oS5Gf9E74c3xG79oFKMoGbHmuuH03QT0CEWu8Zrmn4="; }) 63 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm64"; version = "6.0.35"; hash = "sha256-jM/HzLumZvI939DrNb8LHnEr/in1Lws0j/FAfdXSzbk="; }) 64 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm64"; version = "6.0.35"; hash = "sha256-yrtPCYD8skaWnfIoaUdQ1dns0YrypxDocskS2WGxF6g="; }) 65 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm64"; version = "6.0.35"; hash = "sha256-jPUhSrzqnH1GNi/c7dSnZSQhFNVGdmlAQkDLdXVWBBc="; }) 66 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.35"; hash = "sha256-pQd99gNiGGK41kib34QMP2JN2nkqrVrYJqX4qZoZSN0="; }) 67 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.35"; hash = "sha256-86wblZsGVVwesDUfxhsCHXecS2NpwBLAEZUeUmaHnVg="; }) 68 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.35"; hash = "sha256-JRXfIeOZL7DVzc2Tb0AuNo3PBKn//bqtUzkyoqWF8oA="; }) 69 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.35"; hash = "sha256-A1E7kjTJKLAoZ4CyImcFGus7w+/H99/U1MUhQXJzIl8="; }) 70 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-arm64"; version = "6.0.35"; hash = "sha256-VbV29mYgcewUk/aCnc28eUCH616+h3M7K+HTLs4rqeU="; }) 71 71 ]; 72 72 linux-x64 = [ 73 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-x64"; version = "6.0.33"; hash = "sha256-ToaiqVy5qonomAVBg5PO1GgrPKL4Cc1BZTJ0z/2LquA="; }) 74 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-x64"; version = "6.0.33"; hash = "sha256-5iYNZATXOePDsLA9lI80o1Gjxw4E+B4bJbwdYJJHcZY="; }) 75 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-x64"; version = "6.0.33"; hash = "sha256-2xdhvnKsFc8utDWN09zeXzZ5op+WUqkoWLuzdtQAkrA="; }) 76 - (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.33"; hash = "sha256-3mzU+lDVG+8TqO3OoNnDmj0JhQCuqNxpS3PDvj+3WCE="; }) 77 - (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.33"; hash = "sha256-m+m6kJGKBSYKQH7K+FZWT6eY3TDkRsbgy5QPxymhWhE="; }) 78 - (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.33"; hash = "sha256-ueIBjdXXdDBHHVLndlCXOu4h97BTChMHE2xOGqtdaHQ="; }) 79 - (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.33"; hash = "sha256-PojG+X32PbRZTuGYnAzvuBp+gxR20Vg+Uk2Zj264bsI="; }) 80 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-x64"; version = "6.0.33"; hash = "sha256-mTvhLH6NynlNipMtUToAF3C63rzubVrvaiYo6OqB61A="; }) 73 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-x64"; version = "6.0.35"; hash = "sha256-2eUqoTcqTU3ebv53IV6yvN9EhkOqnyBRd2tz74HuSsE="; }) 74 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-x64"; version = "6.0.35"; hash = "sha256-maNzxJQ5oCd86VI4ROzl4RqOV1RNXn3qWjrAfBjr2Y0="; }) 75 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-x64"; version = "6.0.35"; hash = "sha256-Gf3e0EdBEgq8GcZttTHbKGupFlDyB80nhYpBN0X9Kro="; }) 76 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.35"; hash = "sha256-FemQgMovKuiS9dS48aAsMH9rQbUJnTM+olHU2gXJiqI="; }) 77 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.35"; hash = "sha256-bQHLUwuKtiBUc02l6nqw0UntRySCZZ5f80jqE9GRJ1k="; }) 78 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.35"; hash = "sha256-y0ZMcO7UQHK/tsV7FWxcaWs4cHnQIwDyS5KF4/MUrB4="; }) 79 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.35"; hash = "sha256-0Nf5dX053Yy3ErDt/GH0IdefsE4C5Iwxu+V3yBQGXac="; }) 80 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-x64"; version = "6.0.35"; hash = "sha256-NK9bR7E+4z4v6G1WqG74Be431jTgQZZnVUKIL1YH1vA="; }) 81 81 ]; 82 82 linux-musl-arm = [ 83 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm"; version = "6.0.33"; hash = "sha256-DaKK9vpjByD/Pn9L1BcTufbHHyzX5R2NnqTBStv8nUc="; }) 84 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm"; version = "6.0.33"; hash = "sha256-g/3W0QDx58TsJCHinDefR5EzVD3Dp0cLVNdXOTdpGIc="; }) 85 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm"; version = "6.0.33"; hash = "sha256-wrY7taxtG79TQfQbenMCYVzWdXZm3UWN79OX7ofM9G0="; }) 86 - (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost"; version = "6.0.33"; hash = "sha256-vu0Prhi85qQZI4/C8xlW0M5sAxlS2l87WmLRn+rugo4="; }) 87 - (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost"; version = "6.0.33"; hash = "sha256-4x53jrWRUCzKBK6hY6gFFL1xNXN7rqlyf4V8bkXVOLo="; }) 88 - (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.33"; hash = "sha256-8AYUSNze/g1Ji9S4gaZ7oYppAySnUXnjDVlm/O7jNts="; }) 89 - (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.33"; hash = "sha256-4it4ArciHQ+N1Z148mc3hTmb4p/X2PNUBGcGChuqEFk="; }) 83 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm"; version = "6.0.35"; hash = "sha256-INxaOVFZsCkue1I+uBBbB6bVUinMSJwzoW1nREyC/TY="; }) 84 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm"; version = "6.0.35"; hash = "sha256-KG5o3HrmzzUcHn9MmaQsELqhW9pbf8v/BEl8XOy26bE="; }) 85 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm"; version = "6.0.35"; hash = "sha256-1gKuXzwtNC84PBNOSX76ZFUT87DHuOEJmKhmZg026tM="; }) 86 + (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost"; version = "6.0.35"; hash = "sha256-G9oP2+gqthzh1TzcPx9rhuA9rIdxm4aKpds2jLbz98g="; }) 87 + (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost"; version = "6.0.35"; hash = "sha256-fMyXnJKdHAcPQF3bG5It53BmwVICOBJZ9mZ5e8rhjIg="; }) 88 + (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.35"; hash = "sha256-rL3yEEknGnpA0/W8GWkoT62C2nm2P1IY5b0FlWqNVIQ="; }) 89 + (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.35"; hash = "sha256-hBpRmWVYievxvE7Oq2LOsq6flZWAMqOGILa1T4dySL8="; }) 90 90 ]; 91 91 linux-musl-arm64 = [ 92 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64"; version = "6.0.33"; hash = "sha256-lZCTehqxeLYENhg0CuYpYO6GY3/tP1UCNnJf9MddrRo="; }) 93 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm64"; version = "6.0.33"; hash = "sha256-VnJaB1pt07GDdmOasNpOzMp7Mkiqns7t6as4cSVmeAY="; }) 94 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm64"; version = "6.0.33"; hash = "sha256-3ya2Hio+/UB0EdRLwuQYFu/ZzAmKSZFor5QJ+D5jyXo="; }) 95 - (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.33"; hash = "sha256-/YQTVPObD9OrhU5dQV3dYM+zBuLwpvJrxbiv3Nj7OoU="; }) 96 - (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.33"; hash = "sha256-XqVPPIwNmwnSBrObqg2PgAotqSiFHL7In+6oB+hz1ZU="; }) 97 - (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.33"; hash = "sha256-H8dMez59DOTiUuxbV9QVkGsE2nkgI0tFNlmzHfXeDag="; }) 98 - (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.33"; hash = "sha256-YXt9pfVsqOZid+STshFAEglcYgjievWquHMGqWkhZE8="; }) 92 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64"; version = "6.0.35"; hash = "sha256-FfDa/XMaER+fNf0ESjA+ZG1YsxbniiDf667N1I0i9EM="; }) 93 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm64"; version = "6.0.35"; hash = "sha256-Yb5w1a3vVPTd9YRdmsmB/GmVIA2h5UUMex6eJILttyQ="; }) 94 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm64"; version = "6.0.35"; hash = "sha256-T9wE4xhZFDRBFdY+aJ5ljQedmq94ULjgUl80JgOOLls="; }) 95 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.35"; hash = "sha256-GqDM1An86Cix3IeE0ptVz/GevTeodIap+OnC+UK1JCE="; }) 96 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.35"; hash = "sha256-Z2v8eRQTqqI1JTZELbRyC5nXWtq6Iq4hw2Kq/kZesTQ="; }) 97 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.35"; hash = "sha256-Y+0OeW13o2vT3ZRUlSQnVMzhQefZnB3bEpniCK/7NXs="; }) 98 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.35"; hash = "sha256-hkiXK3LEUWpi1sPKfjISRyDN9whidIW/7TcYKsf5sX0="; }) 99 99 ]; 100 100 linux-musl-x64 = [ 101 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-x64"; version = "6.0.33"; hash = "sha256-W0SgEXUKeOoZVPUC5fpHw9zyyfydCOdPPxHdF5Xb3b8="; }) 102 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-x64"; version = "6.0.33"; hash = "sha256-Lf1TDP7q5JqeLLTTNpm9NE/EGKedcFVrFBtnukqreRM="; }) 103 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-x64"; version = "6.0.33"; hash = "sha256-FvGON+QxJq7/U3lBb2xeQZttUmxfi+WH2eqt2Ya7aKE="; }) 104 - (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.33"; hash = "sha256-SPiJX2RUYD066ReIvEk8mj9MIIEQOvWRIjDE0w4eGyQ="; }) 105 - (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.33"; hash = "sha256-OMJo1JDbTGuWDRJbmgNMPK1tyvPya8OB/PYKBGFQMek="; }) 106 - (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.33"; hash = "sha256-vHZltBs2GcaCi4J6oi1atf1qLC6ElWuU0aruO34ystg="; }) 107 - (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.33"; hash = "sha256-S4FD0SnrgsfXju5xFyizsQn9hf6DYiREqKi7baNabf0="; }) 108 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64"; version = "6.0.33"; hash = "sha256-uxZDZIk6YNlnwFF2v66vu+bdx4EtcGB/TCIy4Yuv9Uk="; }) 101 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-x64"; version = "6.0.35"; hash = "sha256-QtmwSe9LB21xBOEIP37msHIbLV9g/cp5j5qI7UeVy8k="; }) 102 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-x64"; version = "6.0.35"; hash = "sha256-H+fKDq3g0i6dgvbpI2U/EcH0qW+oTr5mkh7S44AWaLo="; }) 103 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-x64"; version = "6.0.35"; hash = "sha256-lyFTNQNL5Gd/Yz/wIn5pp38lQh91mpfSSX4ofsyPaXE="; }) 104 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.35"; hash = "sha256-zP5FKatImRSjN+UKbPpmB+ILTrBrL+YnEt+DoI2x00c="; }) 105 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.35"; hash = "sha256-s+E1b74zGUPjb2ON4Ecu0YyaBmh89R7FuLumBIWwrww="; }) 106 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.35"; hash = "sha256-71iLcbj3hgrGalx1p3aP3gnukTbbIzGX0DHayfoqc14="; }) 107 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.35"; hash = "sha256-myOR5s0P8oGaNvefX2RBOMKIoWKdTYyN/VVXzjOUkRs="; }) 108 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64"; version = "6.0.35"; hash = "sha256-vTMU6Vb6WXB9Nwf/naJAG1Lv2SfmAd2rTSEh9e+ITsM="; }) 109 109 ]; 110 110 osx-arm64 = [ 111 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-arm64"; version = "6.0.33"; hash = "sha256-OY/vdqAzZ99I4lEZbOOQw12TE0AIb5pXxKTvDxO2M2Q="; }) 112 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-arm64"; version = "6.0.33"; hash = "sha256-k3LenomOlacyzq4FlBY/TwV7+ClbK4U0A/O9r0pZHT4="; }) 113 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-arm64"; version = "6.0.33"; hash = "sha256-9KHubWicibZOcixiByzuBKPnJM2u5DSQC9jR3MAR1bI="; }) 114 - (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.33"; hash = "sha256-7SWFzAlSSCnUbrBtHFcSXnRnfhbHVYjWFhPdeYD7kgk="; }) 115 - (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.33"; hash = "sha256-X2xWlIbN2GCuHyZtENOWtiI2oyh9YsCbNy4zyHVgDEw="; }) 116 - (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.33"; hash = "sha256-oJFf9OyPR075rnWA3OTkL9yXh+F97l7fA+EoxAK9TCs="; }) 117 - (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.33"; hash = "sha256-cM7z2SJoZ0vUVZaAFzZsr6LLFT1aB/FgaFEnPmjaQmU="; }) 118 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.osx-arm64"; version = "6.0.33"; hash = "sha256-EuMc9QvSFCK00E6Ic4ggCTBfElaoTMTpdho1qA9Dcw0="; }) 111 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-arm64"; version = "6.0.35"; hash = "sha256-6mY2uBhvKCpEFJLYX9+f1mpYrWdN69i+14DPjO4U8eo="; }) 112 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-arm64"; version = "6.0.35"; hash = "sha256-cBcfv7tnZa2xO5T5VOx3/7EvJ5u4/C4dFnV1Jj6VFPU="; }) 113 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-arm64"; version = "6.0.35"; hash = "sha256-IGArFhlq3UzZY93lJ+WrB+zmuu/2o8lVwT7MJKpz6DE="; }) 114 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.35"; hash = "sha256-L1rUVh+A+U0kgoPe5dtsPiigrAwHYkMaHeI5deU/VCw="; }) 115 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.35"; hash = "sha256-cOGw/YSJucZXdEki9rDo7XAWibi/9xbC1dfE13g+dNw="; }) 116 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.35"; hash = "sha256-oZujYDpYlBKGKd6W72VJklXnywJmTAJAUbgD90u7wC0="; }) 117 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.35"; hash = "sha256-9OvPAvtnIEx/opAkBBmqMGcRfjfCP3WVgJSydZNT2Rw="; }) 118 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.osx-arm64"; version = "6.0.35"; hash = "sha256-uOoIWrQ6cAUFTtAaaI8VMzk43m+eA6jijUQUU7e/87I="; }) 119 119 ]; 120 120 osx-x64 = [ 121 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-x64"; version = "6.0.33"; hash = "sha256-53MAV3RO1kXzy5IpdZDZIOhoUzFqWHn7+A3aWwdTONQ="; }) 122 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-x64"; version = "6.0.33"; hash = "sha256-tu72AwDH1+oAIXjOJcNbeyKm1s4pncYp0avbMSBrcJQ="; }) 123 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-x64"; version = "6.0.33"; hash = "sha256-smh6SiTtCAuFglqWrXiGGsoIDP9dhGuIKdYjmw+xCyY="; }) 124 - (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.33"; hash = "sha256-XHypFT3BZS7yjYD4qrktW+KB/Vg9WO3GlVpQiZkbOiU="; }) 125 - (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.33"; hash = "sha256-9l9tYg70D7bIGmANOnoVPiehm0R2FOKSryevw9ZSf/E="; }) 126 - (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.33"; hash = "sha256-wP3mcAnXnfMMz4eW1NX9GtZx1V29+OFCdlsXBDhznks="; }) 127 - (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.33"; hash = "sha256-n3vRppIStWqCc+lf5vegOoEnWQo39/lmS2s+iBqQZ3o="; }) 128 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.osx-x64"; version = "6.0.33"; hash = "sha256-DI2FvmRB+YAKqE+TFSQAnFPzvZf20gJl1kF1LdCD7WM="; }) 121 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-x64"; version = "6.0.35"; hash = "sha256-ljEkMgkgfEeqzRnmTubjSK2dzkph0cSQ7+2J986F7HI="; }) 122 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-x64"; version = "6.0.35"; hash = "sha256-05wMp5+etiV/vgktqGo8+4XB7FNYxwCUKpJsW48tgvQ="; }) 123 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-x64"; version = "6.0.35"; hash = "sha256-EtFBg8yBNhAEQlL97oVGiu05rPMSKLd0wE44zTBT7FI="; }) 124 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.35"; hash = "sha256-v9FM/PSYQ0a6Mhp/xU0kTzqz6G1JEvFDgcvcOgoMg4c="; }) 125 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.35"; hash = "sha256-UalwiTf1Wqbxi8duMS1L9S/P1xFAD4qkd1YnJjkWWMA="; }) 126 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.35"; hash = "sha256-TKywsrAlBP3OIY6rieeO4wGuGvKIoeNx+rhRz3Qn+tw="; }) 127 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.35"; hash = "sha256-nBjl1AgKzjNgAy9ebqwuMW++3agzj21DQRGOE6i4s6w="; }) 128 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.osx-x64"; version = "6.0.35"; hash = "sha256-Cal1R6Vv7iuN45fuIOx85LlRk0tdB0YmhVtoKmkmWCQ="; }) 129 129 ]; 130 130 win-arm64 = [ 131 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-arm64"; version = "6.0.33"; hash = "sha256-I2cXLq282Y4Hqwwb4j4UIpZKzwdbzGV42LTzTSQdemY="; }) 132 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-arm64"; version = "6.0.33"; hash = "sha256-wP+GUxx6dtOt5ZExByyvU5zRuznGye5LPisgS6/7Bm0="; }) 133 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-arm64"; version = "6.0.33"; hash = "sha256-lIklP4WcYw09ZfEWj67YQYAkMM6G0na9G3Q8SRg0K/Q="; }) 134 - (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.33"; hash = "sha256-d4YXZ4+nnv/98fIBjd4VRKISbdFQSccwCENFPmg3JRg="; }) 135 - (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.33"; hash = "sha256-T07ezC0o0V648IoVvrguWMxHyowEGp/ZsuixGbpazes="; }) 136 - (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.33"; hash = "sha256-PwhD8MxNS+YB7+bS/TqMXXCmqMWY8rt4ZrqmtsnX7AI="; }) 137 - (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.33"; hash = "sha256-ay71j8SXGK3rLyja/ggA/5P8UJpxB91DOkuIeLEDMlE="; }) 131 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-arm64"; version = "6.0.35"; hash = "sha256-cDfyVD5ium1TUmjAEwmSIPZVOodXsE76lSi5l6fRiZI="; }) 132 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-arm64"; version = "6.0.35"; hash = "sha256-/bEn2roiWJVqTJvBFIAdNDLVHaP6HVWRkJYFKQ1BwnQ="; }) 133 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-arm64"; version = "6.0.35"; hash = "sha256-yzO+2ZY1c2Qa5zYlGWcPw62lorqvmC9w3kqMemuDdIs="; }) 134 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.35"; hash = "sha256-HBi4LxSX6yEC/L8b2SIOXxNLeUAJz2XJ8m0gSvg8JEs="; }) 135 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHost"; version = "6.0.35"; hash = "sha256-P0bPG2kQtwoaSZRrWvWbHvVtKQ0bbaYBIL6y6R4AzCw="; }) 136 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.35"; hash = "sha256-8KpLHzAuQtxX9ZvAah9tIZffgr3UdA1ioVjQhTGGoF8="; }) 137 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.35"; hash = "sha256-4gcr5XiY62fdxU1PgF8URrhmRF38IwqTnCb4w211me8="; }) 138 138 ]; 139 139 win-x64 = [ 140 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x64"; version = "6.0.33"; hash = "sha256-UjItoakBkTBGTMQU5TC9xFbt4imiLnwotTx510VcMYA="; }) 141 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x64"; version = "6.0.33"; hash = "sha256-XcJRWTFQsBWTqwwQlo2I7NUsxcTTyLjNJqgQJDEyj2U="; }) 142 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x64"; version = "6.0.33"; hash = "sha256-S2+8yeI0ahzgbpStXF8fQ06oaqkZ1AKHt+bCBnml+wY="; }) 143 - (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.33"; hash = "sha256-uZLgWv4QJCpPz8hIU/RCuTpdyyl58Bjk8/q84j6O7P4="; }) 144 - (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.33"; hash = "sha256-K6VhsUdZ9BCUG2cehfFTvceLCEqQUEuBOKtIHDO9i+M="; }) 145 - (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.33"; hash = "sha256-DFpoFsXJSeSoTjb0m/ZVAy70FnsWjddFH0JuipZ2zts="; }) 146 - (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.33"; hash = "sha256-ktOtUmKwRSgzKBctyvmrMOlYppR4xzN64UPWajq/3/o="; }) 147 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.win-x64"; version = "6.0.33"; hash = "sha256-QQ12AvhNi3LzYilmNIrub4Kd4/vLaSxVLdJyDHDBxeo="; }) 140 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x64"; version = "6.0.35"; hash = "sha256-CbAFtObNlLAFckuxQ098QyRydKFer3Lx5GFqI384IHY="; }) 141 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x64"; version = "6.0.35"; hash = "sha256-K48UCK5GmLu8XcwnhcnU/vGRp3Myg99zA1qjLmYf++0="; }) 142 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x64"; version = "6.0.35"; hash = "sha256-TF0WcItnVgxmveY+HuQuPkJcTN0Ow2ek2vLNrYnM1wI="; }) 143 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetAppHost"; version = "6.0.35"; hash = "sha256-zQTo+xPX8ybQNELE+urZr4gpkk7DVmWioAh95yrTMaQ="; }) 144 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHost"; version = "6.0.35"; hash = "sha256-9gM7UTQezIFzY12Q2hCnHfTyyP08LokuEpQM92axC3Q="; }) 145 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.35"; hash = "sha256-4MuvhqMTP7CjUU5t5FuR31tDr36XGe4vO1Qa9T6OCb0="; }) 146 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.35"; hash = "sha256-Xx5O61O33NGDkh5+RYwBtHKuiWr40Y7T01dwCSAzd+M="; }) 147 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.win-x64"; version = "6.0.35"; hash = "sha256-1Lj+5osDgRccxe8LD7cFnOQLSznv7QqspICltvG5Jag="; }) 148 148 ]; 149 149 win-x86 = [ 150 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x86"; version = "6.0.33"; hash = "sha256-7/7MpglFhvZJb8AaNA4zDQm/pgRPbLEUkAOnDOqhz5E="; }) 151 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x86"; version = "6.0.33"; hash = "sha256-OybB5ATvnnPEsKAdn5a/UdjSPcT78wlf38YNmuRWBZg="; }) 152 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x86"; version = "6.0.33"; hash = "sha256-jso4iQqVeEXZNeofbxuHS+wva9pG/1mFPYzIpYx/iPo="; }) 153 - (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetAppHost"; version = "6.0.33"; hash = "sha256-raZK4I1xpCglN63I/jSRLfY4EkUdhqnaOzRPjD9BLgI="; }) 154 - (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHost"; version = "6.0.33"; hash = "sha256-QzMZjkDauMOrs1ZbN/dOCQlUpgMrGsTCNAzT3evupW0="; }) 155 - (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.33"; hash = "sha256-Tx5FSn8m15qjJ0Q0JcrnRhujGgV7WTr0btNviHMKe1I="; }) 156 - (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.33"; hash = "sha256-I/jbwabthRKpT7olXuTgaIRTATapDS4WgbUgA77Hijw="; }) 157 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.win-x86"; version = "6.0.33"; hash = "sha256-24iKtiEYCAQLmRxRUfLBgwoq4Qmho+Jz5VvXr65StbU="; }) 150 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x86"; version = "6.0.35"; hash = "sha256-54J48BHMX4YBZYBlSh8servhI9IVHs1rsf5gJVr2SPg="; }) 151 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x86"; version = "6.0.35"; hash = "sha256-ckJ2xR4qf8OQdk/KhCjVmV91lX8pj19qjlsJ+i5bkMI="; }) 152 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x86"; version = "6.0.35"; hash = "sha256-yKl+zDJ8afJUSJbaoXvgEWDGsedDFR0xL7ov+ww8MXk="; }) 153 + (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetAppHost"; version = "6.0.35"; hash = "sha256-8+ZO5pMigKiX5bVQSthNZGm+HV3MCiDOZZ/RvyFZ6hw="; }) 154 + (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHost"; version = "6.0.35"; hash = "sha256-LQ5JsLnwzLDBWi0vEBAFD3tsLTqxn8pB21nyxctBXDg="; }) 155 + (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy"; version = "6.0.35"; hash = "sha256-CK5Ms6ByKq57M0zbzRclrooBpNW4CHq5Pr8D1I8jvQY="; }) 156 + (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver"; version = "6.0.35"; hash = "sha256-A3STk3RqaylVSY2mKRgcF+WHXXIKhobaOT/zNRo+wHs="; }) 157 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.win-x86"; version = "6.0.35"; hash = "sha256-Z3OPxtSzMp5QpQKPg7/PSPMSKbx1XNK3rOGvMulLCq4="; }) 158 158 ]; 159 159 }; 160 160 161 161 in rec { 162 - release_6_0 = "6.0.33"; 162 + release_6_0 = "6.0.35"; 163 163 164 164 aspnetcore_6_0 = buildAspNetCore { 165 - version = "6.0.33"; 165 + version = "6.0.35"; 166 166 srcs = { 167 167 linux-arm = { 168 - url = "https://download.visualstudio.microsoft.com/download/pr/4ac9397f-3f4a-4cd0-aba2-35e7f1b47396/9823f50c32028899f430bc3ae87251b1/aspnetcore-runtime-6.0.33-linux-arm.tar.gz"; 169 - hash = "sha512-f6jM4xyaoMg9/RZ7ehFsi0o00hsRVO/HgbwqOMFNNQ54tbnub7jjgU5k3sbJLg8r9cXMmvkMc+o4zLZlQGBBdg=="; 168 + url = "https://download.visualstudio.microsoft.com/download/pr/44b0aa96-3ad1-4406-946f-680e9a52897b/8a6b84db7a63924f98b4197ce07313be/aspnetcore-runtime-6.0.35-linux-arm.tar.gz"; 169 + hash = "sha512-LRUjAbm/xfnO2rxsmJAYdXXpDCNivscJ+73opCPab1M6z3ePNNVf4XSQbq7y3AnaVwtanSXdeopUy+TnP3RfQw=="; 170 170 }; 171 171 linux-arm64 = { 172 - url = "https://download.visualstudio.microsoft.com/download/pr/0c5a5f3a-881e-4ceb-a334-c5e3b210eef8/9834ffebacea659cd14d272fb01f81c4/aspnetcore-runtime-6.0.33-linux-arm64.tar.gz"; 173 - hash = "sha512-emCnejBgcKO5TbGs+nOTi2iAzQeb2sPlyrF0pHr0Z7kgjp9B2OEuCAgx1SgVHNqltmC+papv5TfsFEVDwP/9lQ=="; 172 + url = "https://download.visualstudio.microsoft.com/download/pr/5b5b9407-22c3-4ea4-aefe-c958ea78e7d1/1abb142a2ff944d822d133af369dbe21/aspnetcore-runtime-6.0.35-linux-arm64.tar.gz"; 173 + hash = "sha512-yUn9G57+kjHkxuAG7zxKWu3B1M5kypvBzVLxzpiE6iODe0nx5qerS23wxvYKMlc+Ku/eThTyBYEtAEt7nr4Pdg=="; 174 174 }; 175 175 linux-x64 = { 176 - url = "https://download.visualstudio.microsoft.com/download/pr/91f66f75-bd3e-48f1-acb9-99c0da753f96/42c47999ee4c4d108774536afe5da160/aspnetcore-runtime-6.0.33-linux-x64.tar.gz"; 177 - hash = "sha512-ErNP4dCmef9j20vwAqKYgZTZ5k0OEH0SjCR4Id2Tmobs7Q/kU8BjjTdC2sOjLlM3ksJimUAPtP1VZrdRd+ZodQ=="; 176 + url = "https://download.visualstudio.microsoft.com/download/pr/ccdb3628-8f55-411b-b0f1-669d42604ad8/81283ab8762aaab1be72772711f07f86/aspnetcore-runtime-6.0.35-linux-x64.tar.gz"; 177 + hash = "sha512-2G2pODOKbZclBDbUk0Do8RTAW0ZRLKViqtym8+d0A9NkaNPzTtXy2TXAcPnhSu33KZ9aA9KWTb1ldrmi0+d26A=="; 178 178 }; 179 179 linux-musl-arm = { 180 - url = "https://download.visualstudio.microsoft.com/download/pr/e9b663a7-2199-4111-b18e-5ec1f2f2f87e/1746ce0319914f58806f523c6f6ed24d/aspnetcore-runtime-6.0.33-linux-musl-arm.tar.gz"; 181 - hash = "sha512-V0q861fybhX04s60g3Zh4ZLECJhoSIDgeLitTPyPUG4lpQ883HJ24XqVVuleK5LrxtQadKZWJEGA0nNBSFqc6w=="; 180 + url = "https://download.visualstudio.microsoft.com/download/pr/5d62f7bf-a359-4213-9801-a6e625abcd5f/3d21aef16435231e8dba45d9d97b66f4/aspnetcore-runtime-6.0.35-linux-musl-arm.tar.gz"; 181 + hash = "sha512-Rbo8KaqV5IEKcQkHvZPafD46CceXLXsZhXqkeuT9X60ZvawsXgN/mr0ZlqJ9Djms/8Mnjy53gkdBQAcPNV2Iig=="; 182 182 }; 183 183 linux-musl-arm64 = { 184 - url = "https://download.visualstudio.microsoft.com/download/pr/a4b5cbf6-85d9-46a0-b698-aaf3cde78d34/e1d46fec4ac226e170ccbacbf111d911/aspnetcore-runtime-6.0.33-linux-musl-arm64.tar.gz"; 185 - hash = "sha512-PaV7PeE02zjxcJRRjRZlM1ZJHPXWciKyw31yDsEAZE3suPs62NymRRNO+6e1e/Faol/oS5oScRqoDH3gxghhtA=="; 184 + url = "https://download.visualstudio.microsoft.com/download/pr/fd8b54ab-b3da-4bbc-8cad-e15955a61813/f8afd41bb9cf46a39da72177b56b3a29/aspnetcore-runtime-6.0.35-linux-musl-arm64.tar.gz"; 185 + hash = "sha512-TpkmOTjp3h+lCPzfClnn9hojT4vWCklH0EPFrFvDEI60YlS8txSMoKA5H16c7nTbHqYX9XbX43ryK6EI6UM+Gg=="; 186 186 }; 187 187 linux-musl-x64 = { 188 - url = "https://download.visualstudio.microsoft.com/download/pr/94348e55-d279-4667-abf6-00a70cfa4773/67a06176a4ac8fbab11013cd728ed823/aspnetcore-runtime-6.0.33-linux-musl-x64.tar.gz"; 189 - hash = "sha512-9aQ7C8HIMv1wzfpP4JhJYCdggxEzokEvX30llJbM0NxlmZunek6NSwanYUuFHUeX+S1cfFwcJvOWQrde3P8Twg=="; 188 + url = "https://download.visualstudio.microsoft.com/download/pr/69cd357d-c16c-4578-a109-8fbcdd5f0e30/9c6b46794e4c784fdec1990ffeffb021/aspnetcore-runtime-6.0.35-linux-musl-x64.tar.gz"; 189 + hash = "sha512-UCEM7ZDRfqg3D7vK3j+/ub6SaQ+up31VFtyK3k7ug0CLLTf4EsygIAh0QdLzFGUHCGeSz/F/dBMwjrEvpKvWbQ=="; 190 190 }; 191 191 osx-arm64 = { 192 - url = "https://download.visualstudio.microsoft.com/download/pr/74fa4afa-a6d6-4c32-8ef7-fe88148f10cd/c887bff014d198532ba942988cba124b/aspnetcore-runtime-6.0.33-osx-arm64.tar.gz"; 193 - hash = "sha512-JqLx1ss++d9barwW4CX8Lprto4a12lNCirrmfXb/AHvJIa7GDP+Wddu3KR23t1xae8qttU6MBN5ZMIsC3ekkzA=="; 192 + url = "https://download.visualstudio.microsoft.com/download/pr/ebda945e-7bb9-4079-b4f2-6a444bbc8d4c/1b7c0b929586db13610d8613329a9fba/aspnetcore-runtime-6.0.35-osx-arm64.tar.gz"; 193 + hash = "sha512-VEhzIbRxDYIt1W31Bp1q/N0fmHZyd9yJ4bMDWrG61QKLRXk+m4+f9X4y1jMrW//ztobGUIbsR0OgJ2G0KVeTtA=="; 194 194 }; 195 195 osx-x64 = { 196 - url = "https://download.visualstudio.microsoft.com/download/pr/d4641b35-5b85-4250-9913-0f6a2c276888/bd8483d09a767f6c19f9274da2819624/aspnetcore-runtime-6.0.33-osx-x64.tar.gz"; 197 - hash = "sha512-+Nzz1t56NNf7QC/R3fVb2BDMy5WDHRIxK8dgfGx96KRiAMZtfnUyUBA5Yboul/pqhSBrSUQuGuqx4pDsabtVxQ=="; 196 + url = "https://download.visualstudio.microsoft.com/download/pr/12e0840c-f541-4796-9b7d-7c4568f6af78/41fd0ea7532a0f0e26a6a8755103856e/aspnetcore-runtime-6.0.35-osx-x64.tar.gz"; 197 + hash = "sha512-zIC6WajaQRI4noQs89svOqJjZUR1neTScPuwXHAOyR2gYrrTSYSYnFblwaecL/YMuDR+jmei8UqSqFm2pSVHxQ=="; 198 198 }; 199 199 }; 200 200 }; 201 201 202 202 runtime_6_0 = buildNetRuntime { 203 - version = "6.0.33"; 203 + version = "6.0.35"; 204 204 srcs = { 205 205 linux-arm = { 206 - url = "https://download.visualstudio.microsoft.com/download/pr/19a5a6e5-87bf-44b2-b7ed-ac44e9a253b8/00fca686dc0139022528dbe5f6e0f0b3/dotnet-runtime-6.0.33-linux-arm.tar.gz"; 207 - hash = "sha512-wzSbHJi/jQt50NPeXBJ5L73UrvHAS20MEV1aplHP0uhkJSEXCzEtsMtvrNBXlYs4fGDrauW4KOIlAwDvvW8xlQ=="; 206 + url = "https://download.visualstudio.microsoft.com/download/pr/2c52af07-c968-4edd-acb7-766d81766809/9de0174ec8abfc27498b763c0e1bd370/dotnet-runtime-6.0.35-linux-arm.tar.gz"; 207 + hash = "sha512-X0HAD45gzirQe+91o+rYmGuZtwaoxLsssPqMrfovq9rjwXUBqpx39jSq0CooyMiGkjWQe68LnXI9ZQITlSzpJA=="; 208 208 }; 209 209 linux-arm64 = { 210 - url = "https://download.visualstudio.microsoft.com/download/pr/694cd8af-7e9f-4161-8c1d-1c9a7b1d074f/d3a8dc90d971ec4f135f6452c176dc93/dotnet-runtime-6.0.33-linux-arm64.tar.gz"; 211 - hash = "sha512-xwDUrj42H6KjkKj88pSiJ3kxsOpgvUovDsK7mCu2xhi6AC5ZVcPuloByB7JW4QKJzxz6NyApt1iu+mvxJo1F+w=="; 210 + url = "https://download.visualstudio.microsoft.com/download/pr/8f344652-6b7e-4136-b6ca-c1a46d998835/e00bad479ac747a8ddc90e7d006aaa52/dotnet-runtime-6.0.35-linux-arm64.tar.gz"; 211 + hash = "sha512-lF4k+cLWd+Zf3aoGyv6NUY7lmc6YiDtg/Z1zQyD6Lz4cy/tG6ibukl4xn7VDDC4Y1kJp/a6WAwFpxLbT2BHqdw=="; 212 212 }; 213 213 linux-x64 = { 214 - url = "https://download.visualstudio.microsoft.com/download/pr/250c78ac-a53f-4679-ad2a-cc31fa4c4001/204b39eb9634a8dd9f39cbcaf56030f2/dotnet-runtime-6.0.33-linux-x64.tar.gz"; 215 - hash = "sha512-CJIBVUTYkDmZ+OD62ra0uR6xgOSV+l42wadVsdQuE0hYt72/1g0YgGUNnFKNB+MbnM/HPmUOXYkKlVkCqJE5zw=="; 214 + url = "https://download.visualstudio.microsoft.com/download/pr/79e3d66e-14b8-4c20-9816-37c0c0964c8c/98ed84be388dfa1a7db279e9beefbee8/dotnet-runtime-6.0.35-linux-x64.tar.gz"; 215 + hash = "sha512-2NENYA+2ZDNpSVdvjsBTTb/9Vz91S550HyCBIiH6/KxfUJp+GrROnmP8Mae128sZ5OwZMP/SkxIhLcdFSXcJDg=="; 216 216 }; 217 217 linux-musl-arm = { 218 - url = "https://download.visualstudio.microsoft.com/download/pr/e311cc4b-e2a4-46ef-8f0f-5996ac64e6d2/0a423f3d95284288d08250ce9e34ba06/dotnet-runtime-6.0.33-linux-musl-arm.tar.gz"; 219 - hash = "sha512-qVlKSJ+GNK8B58YKyrX37grFRLmM5z7mcTWb7Nb2sp9NnmTf4xZoIsBQYVdzHsRPptsCqL4bF6J5r2GmZ5z9OA=="; 218 + url = "https://download.visualstudio.microsoft.com/download/pr/4355d376-a0b5-4b33-8a80-3171b45100bb/d8ee2b66411370f06b55daaaa8bbac4f/dotnet-runtime-6.0.35-linux-musl-arm.tar.gz"; 219 + hash = "sha512-ya+XXOzd9F2FX8DnU1dkokso1kr0OmasJb/9a+lpmn5dsg9WrN7emeluRun2ITXlGvE25yJVnQx3++uH0m3qxg=="; 220 220 }; 221 221 linux-musl-arm64 = { 222 - url = "https://download.visualstudio.microsoft.com/download/pr/6c147b46-cd90-4412-9df3-ca84fe040261/d026454e65fe16a83590bd75f139fbf4/dotnet-runtime-6.0.33-linux-musl-arm64.tar.gz"; 223 - hash = "sha512-5XB5cLKoUrgLH9d6OIPlDeySXZHriQEsFm5KRekXBkwkBApuREsFR2cDPLm56DFLa1EX/62m0kirf5DI5A/lVQ=="; 222 + url = "https://download.visualstudio.microsoft.com/download/pr/b737d8bf-ec51-490b-a86d-fd6309965ed4/c2631e668020a1114fd5aa54adabb19f/dotnet-runtime-6.0.35-linux-musl-arm64.tar.gz"; 223 + hash = "sha512-wBNlsOXMct/HvzwdUS7cdNDvlZy3phN9Z+ntnYom2HRCWOowBd8AmELLr0aETJE2JuPcuhWDARis2V4U08LmcA=="; 224 224 }; 225 225 linux-musl-x64 = { 226 - url = "https://download.visualstudio.microsoft.com/download/pr/28d86acf-06f5-4bff-919b-28a26264591b/452ad01a142981b4ee4fd55b97117cf7/dotnet-runtime-6.0.33-linux-musl-x64.tar.gz"; 227 - hash = "sha512-O/5Pnd4Cva812wcnHPVoc7UIwyKTGLvn1Hju2FVBftOUHZ2ajt4v0cxc5fe3PE5a5GZtLMR/4q4J1fhiXEbpgg=="; 226 + url = "https://download.visualstudio.microsoft.com/download/pr/30443c06-a028-4ccc-88b0-8a98691ec823/d0ee93efc931577aa00eabf7cfea98ad/dotnet-runtime-6.0.35-linux-musl-x64.tar.gz"; 227 + hash = "sha512-sqP6JlbLJVI12IbadHU8eMPW1Sti4Q1pBTucCLZiZYZ9bzabSm4TOr/yHSspEnIudXQ44unbrRC522pVVFzUFQ=="; 228 228 }; 229 229 osx-arm64 = { 230 - url = "https://download.visualstudio.microsoft.com/download/pr/aad5df88-c193-4579-b847-633186659a2f/1688cb1838ae0f0b67d16f3ed808f566/dotnet-runtime-6.0.33-osx-arm64.tar.gz"; 231 - hash = "sha512-ldDmRvaI5vRlRWJd+uRtgyXHruRmHT8OWQRKzO2cYZL/UVJDVWluj4aOvREumgNtAclR9ySdhjwwDQfBoJE9Gg=="; 230 + url = "https://download.visualstudio.microsoft.com/download/pr/079437b4-612a-4a5e-be11-decf9fd90666/1932ebb2603542a3b647d958c9412824/dotnet-runtime-6.0.35-osx-arm64.tar.gz"; 231 + hash = "sha512-SIDLPGlnRFKDHBMOAqShKCZTTWBbEVnEMu060E5hjg2gdgN0hMPDS9jHORwXMF63a2lXzaFGAK755yvUfaW9Zg=="; 232 232 }; 233 233 osx-x64 = { 234 - url = "https://download.visualstudio.microsoft.com/download/pr/82217487-71ef-43cb-8678-d293b802b5a6/cfe49dd7b7e0e3040d4fdc9258c61dde/dotnet-runtime-6.0.33-osx-x64.tar.gz"; 235 - hash = "sha512-oK2B1Ls2HZHtx7QhQoKPtaxbdTduatATf38ou6XA0LaMZ69wi8hcFeu3qsX5jfIL2DpWFEob+axa6vXK+E5BKA=="; 234 + url = "https://download.visualstudio.microsoft.com/download/pr/55a4f552-2e06-4ecf-bb99-873cc072646f/0b2a5a90c60e8ceb862aa7f7160cf0e8/dotnet-runtime-6.0.35-osx-x64.tar.gz"; 235 + hash = "sha512-czTb9uCb6tbvJwPd5p5qWo2b9D08otb8rzk/XE9K5arXyAPQxFR9AdbwgGD4Zm/PLB+9VDlXnVjZKHCGwNwfSg=="; 236 236 }; 237 237 }; 238 238 }; 239 239 240 240 sdk_6_0_4xx = buildNetSdk { 241 - version = "6.0.425"; 241 + version = "6.0.427"; 242 242 srcs = { 243 243 linux-arm = { 244 - url = "https://download.visualstudio.microsoft.com/download/pr/2ff9a08a-9a84-498d-83e2-82e3e3c3d03d/64b283f30bb7df0260c8a7596dfcdff4/dotnet-sdk-6.0.425-linux-arm.tar.gz"; 245 - hash = "sha512-4Muzo4dP7HYCbVzhGs2uB6cg6wK1AMh4gqrrpI5uwpDWI3PlG1M2fsqqG9S9dw8soaquw6hJm90cEUiU2qpNrw=="; 244 + url = "https://download.visualstudio.microsoft.com/download/pr/7ba415c7-4750-44a2-9007-1bdcdee75c34/05c4467df0d7b5de0bc228a25e342ea4/dotnet-sdk-6.0.427-linux-arm.tar.gz"; 245 + hash = "sha512-THZlTY0q6YxztN+GAC3wfFSaQRz3+hPxHoEVAbpH5e4EKC6sdab82s8686M/h/WrOowfLLTebSXgkTl5edDy6g=="; 246 246 }; 247 247 linux-arm64 = { 248 - url = "https://download.visualstudio.microsoft.com/download/pr/ec8e29f5-2fbe-47d8-b0c5-81f11434c00f/ba4bd30be448d649e5ddf1991bf76252/dotnet-sdk-6.0.425-linux-arm64.tar.gz"; 249 - hash = "sha512-wV+VZk/QVw1bDLlMeva7pf6DBHAATw6VjknVN2RxTL+N3WILONSHtgon2/1GepVYVqqz35yVjN4XyUIHn9qlWg=="; 248 + url = "https://download.visualstudio.microsoft.com/download/pr/30d99992-ae6a-45b8-a8b3-560d2e587ea8/a35304fce1d8a6f5c76a2ccd8da9d431/dotnet-sdk-6.0.427-linux-arm64.tar.gz"; 249 + hash = "sha512-kSmWG1Std9rCtN6XOHX3rNHo0oM2c6UZI3BmIODFt7jFsFfI05VTKtnaRrHctauP0HpPVSvVclbVoMIQcK1XcQ=="; 250 250 }; 251 251 linux-x64 = { 252 - url = "https://download.visualstudio.microsoft.com/download/pr/f57cd7db-7781-4ee0-9285-010a6435ef4f/ebc5bb7e43d2a288a8efcc6401ce3f85/dotnet-sdk-6.0.425-linux-x64.tar.gz"; 253 - hash = "sha512-oEt1r3xYUCOKjZmm9gs3dTRn22FYMbs4M8FK7Ib6otbum4ZDiFeYkkoB4orP9ErJ7TnIn3y+U8XLh1PIAuhQOQ=="; 252 + url = "https://download.visualstudio.microsoft.com/download/pr/12ee34e8-640c-400e-a6dc-4892b442df92/81d40fc98a5bbbfbafa4cc1ab86d6288/dotnet-sdk-6.0.427-linux-x64.tar.gz"; 253 + hash = "sha512-qc0eXMw8XYR6yi7yHdFF9hxrGMTnWjwvya7VksYGbVEbi2WMVMLNhRk4/lq6I4bl9vUQBfZAa0IBEMDsQIqEAQ=="; 254 254 }; 255 255 linux-musl-arm = { 256 - url = "https://download.visualstudio.microsoft.com/download/pr/04bfd229-7d52-40dc-a5eb-d31fe15fbf44/639e3b8aa8616ad25515bfe36faeb2c0/dotnet-sdk-6.0.425-linux-musl-arm.tar.gz"; 257 - hash = "sha512-xZ6g72yA+AkHrqIj3Hqa1pQxseZyNN7k/uD5EJ7nzovVivaxAq0ReIn04syO98zu+absgLEFeMbqS4RBLyseBg=="; 256 + url = "https://download.visualstudio.microsoft.com/download/pr/58a54963-a8a8-44fc-bfc2-c2e87e066656/7d0a5a831d123b801c55bd6993c9e69b/dotnet-sdk-6.0.427-linux-musl-arm.tar.gz"; 257 + hash = "sha512-QpfEiPsM33LE+zutBXQTwXOgcGa/ZR/IxAdbhsIjFhLmlJR7fsvsDUPNaSG4PfIGulKNOHo23dbGcLOK/ZOV2Q=="; 258 258 }; 259 259 linux-musl-arm64 = { 260 - url = "https://download.visualstudio.microsoft.com/download/pr/b5f55496-6494-45bc-9ba3-7aefdefb4518/61f15988a48d429bec81f5c5307f01d9/dotnet-sdk-6.0.425-linux-musl-arm64.tar.gz"; 261 - hash = "sha512-1Yqs5bAh/HMKDaIjPoXjrkcyVqfekzS4kyzC4NBQVDwesbFtzTR193fN9Z5ClxyF0n3vSX/lzwamtgRs6NI+xA=="; 260 + url = "https://download.visualstudio.microsoft.com/download/pr/49bb77df-ebaf-4a77-b6d7-d178c3b1f97f/c87e3f996af3fddd9cb253f0f5720d1c/dotnet-sdk-6.0.427-linux-musl-arm64.tar.gz"; 261 + hash = "sha512-Zw6MlJQ5qm11NI0vphAYxmIdghzrX4Rz/5uBvBsh3Ck9Cxb6gETG5XKarcBJEmVNGuCkqEr03KCJFXExHp1M8A=="; 262 262 }; 263 263 linux-musl-x64 = { 264 - url = "https://download.visualstudio.microsoft.com/download/pr/c94a92f9-153a-4620-844c-f964dcc7eb8e/ad7baee9c9ed782a5c9ad34509ff47a5/dotnet-sdk-6.0.425-linux-musl-x64.tar.gz"; 265 - hash = "sha512-zZVyNYECuCFIdP81O76Casm6Dw0m1JST8xKoo7x8D6ui/IK9Xft0AonTJC3N94s0GZbThiNyPGkb5Gk3WnLfng=="; 264 + url = "https://download.visualstudio.microsoft.com/download/pr/8db04a7e-0da2-4064-b17a-c36888961d8a/3919a6cc424dc0dfd581569d02f1db54/dotnet-sdk-6.0.427-linux-musl-x64.tar.gz"; 265 + hash = "sha512-OOY7wulLXfuqX/zDHpbqr5iJqGrgOyu6cu1zQ015hX1WVmNFxlogx6XmL0RLjxOj7Wo+flaKPDTIN8/OzRymjw=="; 266 266 }; 267 267 osx-arm64 = { 268 - url = "https://download.visualstudio.microsoft.com/download/pr/24192716-57e3-4e69-9950-7840e05053d1/79398f054d34fb3e424c029e6d41a551/dotnet-sdk-6.0.425-osx-arm64.tar.gz"; 269 - hash = "sha512-c4OxiMhQCrhiXNNPaffsWk2f9MpxX5XuAg8r0ILVAjaXsCHKSzseageC+uL/iVhuVB5FT+2s3xxJtC9uR9EgEQ=="; 268 + url = "https://download.visualstudio.microsoft.com/download/pr/9354e51e-f557-4d99-8b0c-53bb03055201/8267bd56eb17a930408805fc986e8b98/dotnet-sdk-6.0.427-osx-arm64.tar.gz"; 269 + hash = "sha512-itcxThu4FvtBmIQpMSIOnsjIiFtDWW7IkK88IXeJQQE1Ov66tj8rhwFiMExqKiDRpFzu9Bn3LZBNWYouTo2c6Q=="; 270 270 }; 271 271 osx-x64 = { 272 - url = "https://download.visualstudio.microsoft.com/download/pr/ce410b9f-c7f6-4180-a373-bcb6528a0778/448c9df07432b5dc62d08868ccfef62a/dotnet-sdk-6.0.425-osx-x64.tar.gz"; 273 - hash = "sha512-V1fGYdgkCGgKbkXvvKJgu52hRb2D+CdSgOm6dWooJ841x653yySOnubGz0ZzDG5QFSuYwKCCwN52T15SLftsog=="; 272 + url = "https://download.visualstudio.microsoft.com/download/pr/fb30dfb9-b1d0-46a1-a59f-ae1037158de1/83d66d2d78b8ae231c3ded22f1832537/dotnet-sdk-6.0.427-osx-x64.tar.gz"; 273 + hash = "sha512-HVZg3R7ObcaX5GeYGy9pxrM5q5PJdtSC76m0L2tcg/EsGS5bQg9zqajkb7vtk1+DZCF6pBC+3g8DKsmSstPqfA=="; 274 274 }; 275 275 }; 276 276 inherit commonPackages hostPackages targetPackages; 277 277 }; 278 278 279 279 sdk_6_0_1xx = buildNetSdk { 280 - version = "6.0.133"; 280 + version = "6.0.135"; 281 281 srcs = { 282 282 linux-arm = { 283 - url = "https://download.visualstudio.microsoft.com/download/pr/af2b3ac2-cf96-4087-809b-60192e8564d0/952e49c2581e6c73d6229c2ce14e994d/dotnet-sdk-6.0.133-linux-arm.tar.gz"; 284 - hash = "sha512-6Ua3XNGqu1M5mqv6RBCC2cwPMk2zcdlgeSvPWrZkRaFjAvEfkea6NMaZpr7WRe5PF87FXZtxGXJvABEADixuNw=="; 283 + url = "https://download.visualstudio.microsoft.com/download/pr/dfdf3287-c7bd-42be-9bbe-caeb66babde2/c611e2e9ea33fa8fd38f56fac2b185aa/dotnet-sdk-6.0.135-linux-arm.tar.gz"; 284 + hash = "sha512-i5xwskkBYby1C9jOi/gis+ToVv62pVJXVSzBEaaBBb2HJkHBBIwTKAWEhJLoS8Ryc3zqZkcG/Mt5Duu//ASd3g=="; 285 285 }; 286 286 linux-arm64 = { 287 - url = "https://download.visualstudio.microsoft.com/download/pr/759c84b7-4d67-4eb4-94c6-0214d150db31/aea9ac1878560278c50174ee213d88c6/dotnet-sdk-6.0.133-linux-arm64.tar.gz"; 288 - hash = "sha512-aCDWLO1tl3Dr02Z6ZKdOIklHHuWSDkzkEB8h5VlQ+NROvk/78gvGYmD9XR7cXlNKbwtwUi/EGl5I51sLsA5uoQ=="; 287 + url = "https://download.visualstudio.microsoft.com/download/pr/26d70255-74d7-4d66-81e2-529690046f82/701bfc25c386baea4bfcc727c9790b81/dotnet-sdk-6.0.135-linux-arm64.tar.gz"; 288 + hash = "sha512-aTnKlKkdaGKn8+shVeRXIMmetEHBzR8qIt7YNRxf6gmBwu9DOwVzwe0uQzdWRmZqmvLI4KUawabDA92R4YdnYQ=="; 289 289 }; 290 290 linux-x64 = { 291 - url = "https://download.visualstudio.microsoft.com/download/pr/3fd189c1-072f-4193-8f1c-663b68b9b06f/bf63007e0f0ba0b3d07f1af06c1dee6a/dotnet-sdk-6.0.133-linux-x64.tar.gz"; 292 - hash = "sha512-e0/gCVvG0+pD/Dsy8vwszI/sg7DFD/dLnpoBntQHIfRsYNezrAiEGl+J0IAtjDR7FKRFAyoA89moZhVYucdHlA=="; 291 + url = "https://download.visualstudio.microsoft.com/download/pr/69e35e96-d24c-45c9-a653-ea977a7e2a22/f31e9851ba9b2524740bf9d8b5a9af70/dotnet-sdk-6.0.135-linux-x64.tar.gz"; 292 + hash = "sha512-+ZD6BjY4WjpOprDhzKpFYT/vRC02EAFSNvwkdIlfLCRGVZ8vuULJARcbuEfNgl/MV1+4LRIMxdHPF11cCuAc/w=="; 293 293 }; 294 294 linux-musl-arm = { 295 - url = "https://download.visualstudio.microsoft.com/download/pr/b700d687-929e-4e81-be67-1f7f39cd01da/f9d75264cbf2786cae51edfd57c72208/dotnet-sdk-6.0.133-linux-musl-arm.tar.gz"; 296 - hash = "sha512-xmabIp3sZGchla/XoY6qwwpROoanAAbqtXDtr4qWfoUpvtMQ9OkQdvxM7H8LULSya7Gp1hcJqvPqSH7dMuF2QA=="; 295 + url = "https://download.visualstudio.microsoft.com/download/pr/1bec17df-b72b-4c12-a2b6-c994a956fa68/11909df0d405b09250451b8392eaa953/dotnet-sdk-6.0.135-linux-musl-arm.tar.gz"; 296 + hash = "sha512-efG9eL5bl3eyr9+J+SVy0ykVja4A+qVPTnquRxZBzOkNQx8DmpNQ2iWPz+MhjF62ovJnbzl25RqLp0KBy5q44A=="; 297 297 }; 298 298 linux-musl-arm64 = { 299 - url = "https://download.visualstudio.microsoft.com/download/pr/f92a7e79-c792-48bb-8d07-4a6ee24b62d6/26bc7013753251407efd71eaf6ad8a3a/dotnet-sdk-6.0.133-linux-musl-arm64.tar.gz"; 300 - hash = "sha512-Tkz5HhzprAV2OLKjI2N1KMiYZtqPiPbHD/yI1UtrcoF4GtF+Ys3wP19oRHrk7O5IsV+5fJCLyaVcOMdb8HXCTg=="; 299 + url = "https://download.visualstudio.microsoft.com/download/pr/350dc511-d24e-4435-a503-97cb85bc2e10/9adae96f67f61a23a47a73165a55117a/dotnet-sdk-6.0.135-linux-musl-arm64.tar.gz"; 300 + hash = "sha512-3Jw7lZ/WZCT7nDdVf/ZdsH7dXsgWvNBSTNYPioeQJa4bQOy3dXkto3etz8IjDl0g9y5olGQU8xi7M5AdXmKJaQ=="; 301 301 }; 302 302 linux-musl-x64 = { 303 - url = "https://download.visualstudio.microsoft.com/download/pr/31aa43a2-5537-4423-8994-564c25089f9e/872a4380086a5a174025e2835a2fe043/dotnet-sdk-6.0.133-linux-musl-x64.tar.gz"; 304 - hash = "sha512-9Sur8vgIZ1NZN0aN925x7322UKWGEzMJoQtNigTKIFPN+OekJvb/NKPmc0N/c81RabGhw3a8CZNfyjSozyEjNw=="; 303 + url = "https://download.visualstudio.microsoft.com/download/pr/97d9a05f-760a-43a3-84c2-d401617a76b7/17811377c44145af03fab8023b8b1661/dotnet-sdk-6.0.135-linux-musl-x64.tar.gz"; 304 + hash = "sha512-5g8kSywm1Aurm3r05RBcQtM3928dMzcQk9ssfsARi6Zl2VoJzZSl3jJPIspEWAayD+ELMGhEBjhzI60PoiKgVw=="; 305 305 }; 306 306 osx-arm64 = { 307 - url = "https://download.visualstudio.microsoft.com/download/pr/fee562a1-baa6-4e8f-a3dd-2c49eae8a891/564d31d1daea39179782c413f99c6160/dotnet-sdk-6.0.133-osx-arm64.tar.gz"; 308 - hash = "sha512-wBkxUhZs775gp8vbSvfi3zZcnmegzg/1zBqgakbU/9bMzaO/AmpHEW8C5MUodf3XBKo4CBfbw+q2U9MPT1/+IA=="; 307 + url = "https://download.visualstudio.microsoft.com/download/pr/82ff3f30-674d-4b21-94c1-9dc86a365a35/49c84376a1478ce39a77447e1b0925fe/dotnet-sdk-6.0.135-osx-arm64.tar.gz"; 308 + hash = "sha512-R2bOlU/MCbDAThs+GeVZ3JzdwFU8gPKhanf7UGoqthAEDu05DJFT8+6nYnG7W6/NaWyhvHry7JzZIE9G72acTQ=="; 309 309 }; 310 310 osx-x64 = { 311 - url = "https://download.visualstudio.microsoft.com/download/pr/c8f09b91-04fe-4d0a-8d01-0556c53f2a5d/cbfe49b3182a2c4ebc7aecd22b6ac881/dotnet-sdk-6.0.133-osx-x64.tar.gz"; 312 - hash = "sha512-4UJ4Ula3MavW972nmxQium65E19hUm1vaHvmcUYlNAPL7IXT7mb0nld+fylrMvlPpwXM8EgpKxwA+YHS70/VLg=="; 311 + url = "https://download.visualstudio.microsoft.com/download/pr/22a4f335-6027-4d0e-a3bf-8ae061a5c958/8c710aceee7279ed15e5acdcaff49589/dotnet-sdk-6.0.135-osx-x64.tar.gz"; 312 + hash = "sha512-jyLm2pDs2qiwXu5EP+YIn+iWgto6xOjT7i7iyf5gorXxZap0TKEqCnG3HsoSXVPa/GSL6C0a7ErjOhRDzpZj+g=="; 313 313 }; 314 314 }; 315 315 inherit commonPackages hostPackages targetPackages;
+198 -198
pkgs/development/compilers/dotnet/versions/8.0.nix
··· 4 4 5 5 let 6 6 commonPackages = [ 7 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Ref"; version = "8.0.8"; hash = "sha256-5iWiiKBaB6V5x3GDvZ1DpyxDHFIsmewksoeIizz8Z7k="; }) 8 - (fetchNupkg { pname = "Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-2KBKkVUlpiO1bOY+Ia2PKjurY2taV7CHnzU7Jr5HYUs="; }) 9 - (fetchNupkg { pname = "Microsoft.NETCore.App.Ref"; version = "8.0.8"; hash = "sha256-3x7ltOqJJXYO+zHIIvH1SDEz9fTrHqNoyK68teiHGZQ="; }) 10 - (fetchNupkg { pname = "Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-ZGunPQaL6Kz97BpQY9lSOPEsy1CvZiTZeidqnG18anw="; }) 11 - (fetchNupkg { pname = "Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-x45oE7EFl6V29tVnuvzfcnAufOQjVf8FYxG8TSNz77k="; }) 12 - (fetchNupkg { pname = "Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-UHKTFAfqIxoBZ38I6wBdMNA6NyQ4FhSJcHNQZxjaCu4="; }) 13 - (fetchNupkg { pname = "Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-KmiA+uHHYOnsfdG3F20mu0XllcRxEvMvWkHz7vK39KQ="; }) 14 - (fetchNupkg { pname = "Microsoft.NET.ILLink.Tasks"; version = "8.0.8"; hash = "sha256-st7UdPx9AFKf9o6WewsmUKhbP2IG2KQjHRCTdP4Vj00="; }) 7 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Ref"; version = "8.0.10"; hash = "sha256-qr83tlgz2OZRkz8f8uquUeZbQpB8WAGd5o+XYl36giY="; }) 8 + (fetchNupkg { pname = "Microsoft.NETCore.DotNetAppHost"; version = "8.0.10"; hash = "sha256-IKp5I4FIEGQ5+Xsjc48EG63eHAIraQWUcJcvf5vIeIE="; }) 9 + (fetchNupkg { pname = "Microsoft.NETCore.App.Ref"; version = "8.0.10"; hash = "sha256-DloETXESPFWqSvOdmAOFnKCq+veTqhdltiYj87Euhr4="; }) 10 + (fetchNupkg { pname = "Microsoft.NETCore.DotNetHost"; version = "8.0.10"; hash = "sha256-2co1p+5boK5rAuf9AET29KV+kTv9zhHc6PSoamkHZRA="; }) 11 + (fetchNupkg { pname = "Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.10"; hash = "sha256-HFlAWYmT55k/Y+QxnueMGptQDgkuFdQtrmWL1lCVviE="; }) 12 + (fetchNupkg { pname = "Microsoft.NETCore.DotNetHostResolver"; version = "8.0.10"; hash = "sha256-29PVFF5yeT0svgK2xWVG23xOrRSDCFJK+wVZGZHtY7c="; }) 13 + (fetchNupkg { pname = "Microsoft.DotNet.ILCompiler"; version = "8.0.10"; hash = "sha256-vSt23zRo8oVhOv91+Eo743yMB5ng+X7iKkr+NW4EfMc="; }) 14 + (fetchNupkg { pname = "Microsoft.NET.ILLink.Tasks"; version = "8.0.10"; hash = "sha256-QIiMkIBvrdaep+lvBn4YiB6h63FbSVi7UmDz32nLZ+E="; }) 15 15 ]; 16 16 17 17 hostPackages = { 18 18 linux-arm = [ 19 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm"; version = "8.0.8"; hash = "sha256-VL9omnR1wz323jyU+UQWPuwKOv7UfkkiZ+8ja1JYDM8="; }) 19 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm"; version = "8.0.10"; hash = "sha256-PAHPeo+P+orHurd4JstFAFnC61j4uwq2eE4c1nQmh+w="; }) 20 20 ]; 21 21 linux-arm64 = [ 22 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm64"; version = "8.0.8"; hash = "sha256-MaWj6kbZ4td5Yq1aMyK1nqUva7d5bDXSewRoqjF0jS0="; }) 23 - (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-Dz8dkFRN//VvdLjWxe8+5o81adh/gqYyo5aHxtjzoqs="; }) 22 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm64"; version = "8.0.10"; hash = "sha256-ssF6ALeeAGnvYFd5kFTuJoxLwtV8lk5u6LlnXMbJ59U="; }) 23 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.DotNet.ILCompiler"; version = "8.0.10"; hash = "sha256-ufgpQqiZuvToDX8hMnZ7KSZPiVJKRuHzOo/uVtwWQpQ="; }) 24 24 ]; 25 25 linux-x64 = [ 26 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-x64"; version = "8.0.8"; hash = "sha256-MJmQmBHWgvsqO8XYLnqsyUTfQ72VeJ/3EHq6OHtZ+n8="; }) 27 - (fetchNupkg { pname = "runtime.linux-x64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-dmtcy7cqijoJAUCEJTNcvqaRneRMCn7WJkurjk2YpN8="; }) 26 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-x64"; version = "8.0.10"; hash = "sha256-EBtD7t30cZibJ4VDdZET1ASVU2yp9FYMDNUsgaJoLGw="; }) 27 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.DotNet.ILCompiler"; version = "8.0.10"; hash = "sha256-dUr7mwCg93f+Oc54hzUzxGxv8J5TR4dCVhsYBfLn6KY="; }) 28 28 ]; 29 29 linux-musl-arm = [ 30 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm"; version = "8.0.8"; hash = "sha256-liIF45Ljv47Wkl9xhN2IWH4vbFPCUkvF++i7ENsCB+o="; }) 30 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm"; version = "8.0.10"; hash = "sha256-rtKhU2VHqLi7cHJVb6Miw0BJNcabrHNve4fjpsIQe5E="; }) 31 31 ]; 32 32 linux-musl-arm64 = [ 33 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm64"; version = "8.0.8"; hash = "sha256-Y3KRiZ9i1IQoU/X70+c5hUkPsfSUJD8mrWecspUAEPw="; }) 34 - (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-LACty1K+yIIJiTgArn6DpuMqKS+uhVBCgIG2e4W1XBI="; }) 33 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm64"; version = "8.0.10"; hash = "sha256-1wIIAc/Bp4YnWSXxI9/1UT/Iz8mW/OQSgGKCEen7SD4="; }) 34 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.DotNet.ILCompiler"; version = "8.0.10"; hash = "sha256-DYMtF8/2qOg+XrfPSWJ1RB623Wn8Bjp3cuaqT5iQiZI="; }) 35 35 ]; 36 36 linux-musl-x64 = [ 37 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-x64"; version = "8.0.8"; hash = "sha256-deYqv/tadlpOOMof1/MoLu2fIjcfbQ4Y/auc97c0GIM="; }) 38 - (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-a6q/Fq88tknCNUEMiGAdCNOMj8rUyWMa3LdasqMl06I="; }) 37 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-x64"; version = "8.0.10"; hash = "sha256-zcfmtvbRzfrzM/fc7aPWHUhLGetn8u3G9LXTBNGy55I="; }) 38 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler"; version = "8.0.10"; hash = "sha256-GIwrkh6iD0c+cLdcYhJJHAXhBhA7ZWXs4/MmWWnaHOY="; }) 39 39 ]; 40 40 osx-arm64 = [ 41 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-arm64"; version = "8.0.8"; hash = "sha256-MeztjburvdAXPWL4eLVhvL2+K9qd3otNatH8QbJf3Mk="; }) 42 - (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-Q7ZRUqGLN41EIbmTPQXiiLIJsLWwHHlTMCg7e9B38Fs="; }) 41 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-arm64"; version = "8.0.10"; hash = "sha256-okqfX5kWkn+fYSqx/lNhvxkGeTmgjlvrXMVDpuF+/y0="; }) 42 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.DotNet.ILCompiler"; version = "8.0.10"; hash = "sha256-5U/C3N47whMMmfBAD8hyM3ZBs2ZxFqaKhobXWLkRXgs="; }) 43 43 ]; 44 44 osx-x64 = [ 45 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-x64"; version = "8.0.8"; hash = "sha256-nb0PV2g3PjENKIFLnnUynIxa9GWjVRyprHRbrMAfHW4="; }) 46 - (fetchNupkg { pname = "runtime.osx-x64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-exBYb8kUySdkudyNrs5ArXa/wkkS2b6lhVpm4jZMnqQ="; }) 45 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-x64"; version = "8.0.10"; hash = "sha256-8+LQHhzQvobpEOVLDC8ySv/qhzC1uf0jk6nj8ioMWnc="; }) 46 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.DotNet.ILCompiler"; version = "8.0.10"; hash = "sha256-NZVCCKfPG3LBGYVGTk23fvSqXk8AOq8J9f4caTvRulg="; }) 47 47 ]; 48 48 win-arm64 = [ 49 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-arm64"; version = "8.0.8"; hash = "sha256-b6WidfvMYv6zHy1nd4kGc5oCg5tTDxPlg8CESjurv5E="; }) 50 - (fetchNupkg { pname = "runtime.win-arm64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-4OtC6HUOpa6DSJPkA+/72wQHgGj3Kqh7iQyJtvvNtz8="; }) 49 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-arm64"; version = "8.0.10"; hash = "sha256-CZL295MOXANUs9tgO9Kul2m46zfr/EcrJWXep74w8PE="; }) 50 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.DotNet.ILCompiler"; version = "8.0.10"; hash = "sha256-yrvkrtY6qrs+2a6FghTL2uQgf6L2o3oh/WG9KWcwgog="; }) 51 51 ]; 52 52 win-x64 = [ 53 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x64"; version = "8.0.8"; hash = "sha256-bHuEFTwVzaQOEV1w/Jtfe8ZHMOtwHWsSqiiqoun+SkQ="; }) 54 - (fetchNupkg { pname = "runtime.win-x64.Microsoft.DotNet.ILCompiler"; version = "8.0.8"; hash = "sha256-wTLpzd7iu6eCyOn6ct4ZzB2NQq7GzNUJEsh+zkgHbdU="; }) 53 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x64"; version = "8.0.10"; hash = "sha256-ccqaKMg/PMKHZ2kjqOrM4wIh8V/R1cYyPnWYYa9jR+w="; }) 54 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.DotNet.ILCompiler"; version = "8.0.10"; hash = "sha256-HqFgB9cr0v3WstnK+wNjdVZerbQbfufzKA9NsHdIrWw="; }) 55 55 ]; 56 56 win-x86 = [ 57 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x86"; version = "8.0.8"; hash = "sha256-Q6mYxptkYaF0ThyJSX0uUVKK6R6x6Xkfi/40EqiDAQA="; }) 57 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x86"; version = "8.0.10"; hash = "sha256-jenosV/Wf8K2SiLsp4rzIu7/c2A3s+jydkmwCZ+jj44="; }) 58 58 ]; 59 59 }; 60 60 61 61 targetPackages = { 62 62 linux-arm = [ 63 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm"; version = "8.0.8"; hash = "sha256-H3XoUT5B3taEoJvUFhlTRZ5/LI8VVaFxd82QZejD+xE="; }) 64 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm"; version = "8.0.8"; hash = "sha256-eYuDkv5aQvet7FzZOsZ5LZHnbNE4na74cmq3JsDaBNA="; }) 65 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm"; version = "8.0.8"; hash = "sha256-UMSNfp7fmU9UTkCj6GFoqz4iLDpM1zh0WP9W7KBIMAM="; }) 66 - (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-lSBjAXq7gADmOA7NaK9S+S+8Xx8oTsI6Mrp3fgA3eVM="; }) 67 - (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-RZ3KnxLJocJS9mSAwP69XCe0kA/uCppUNSMp4soCkN0="; }) 68 - (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-iW0U93hxohZrnGYB4us1XAaOBXMtMofMlN/FVdVjSS4="; }) 69 - (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-X6iM6I4WpVbLCEDhwwUrih1801VKfFz3gAaYZuQMTxk="; }) 70 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-arm"; version = "8.0.8"; hash = "sha256-wCNIvKB1pav/orE1e9Ljcb8NUiaIZ447KsyHtEI1uFM="; }) 63 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm"; version = "8.0.10"; hash = "sha256-/s3SAZgRROQSOBYAAKgZwhj/FJXN3+RG5VPDbn663QA="; }) 64 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm"; version = "8.0.10"; hash = "sha256-aVWKeHvQ4zS5bXZAoUqjefBp4TYwxW6vap5XvklN7uc="; }) 65 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm"; version = "8.0.10"; hash = "sha256-Eg/hxnHtIiJ8Zcne4x4KI0xzpmxlK+1Xm2WtrZZXWjg="; }) 66 + (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetAppHost"; version = "8.0.10"; hash = "sha256-xfTjxK8Oojq87vappJZkQDWvt406M8LjqrWmzdb7SQQ="; }) 67 + (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHost"; version = "8.0.10"; hash = "sha256-qNdDGfs2NBc22FcSI/jut1QPCaRn//vEZbl3+YieO2Q="; }) 68 + (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.10"; hash = "sha256-juf2Zbtxh2JqAXB7GYa5HBJxcUrzXQrtK16ZfszEJ4A="; }) 69 + (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.10"; hash = "sha256-SRtJaf4VwCLFM1NICesfSgrxYYYVEXK3bCse0QJ0yW8="; }) 70 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-arm"; version = "8.0.10"; hash = "sha256-X4vSzi9KUcNracYG7VtEGBuLfI0UBljMjypxqQBFFfw="; }) 71 71 ]; 72 72 linux-arm64 = [ 73 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm64"; version = "8.0.8"; hash = "sha256-Yu/CZXF9OS9CtGV1ohPRRLHKpg3xZXmH+8aukhZjJO4="; }) 74 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm64"; version = "8.0.8"; hash = "sha256-hSj6/ogmBRNoC4VIqmkp7IsFcYf1IzVhHFsGU4BW/ug="; }) 75 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm64"; version = "8.0.8"; hash = "sha256-VXwu3zMEoxrLfABVIc2zIN22JsoUwCeuM7W++7lGeVc="; }) 76 - (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-GRldzHE2XXJdR6qAdcxgLcXZM1gNoiGsfJg0M5qnlR4="; }) 77 - (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-VACUGeR/lEFnS8O3kVBimN8U2sIr1/aU9hHyBA4cnKU="; }) 78 - (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-C3891F6er32h/x4bjp7nMbHOWvaGhjaAVxPwGQtxwtc="; }) 79 - (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-s57vIXMmdrTdlGmfqyemkSJP11MltQWemJnet92e+A8="; }) 80 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-arm64"; version = "8.0.8"; hash = "sha256-HDpL4+yMCXuy05nnJWKqZB2KkumluhvznAxAglZ2x5o="; }) 73 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm64"; version = "8.0.10"; hash = "sha256-uiplc7OczySA2Ni9Tnmi17FOYHp/U57qH0ou7Pc2OzI="; }) 74 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm64"; version = "8.0.10"; hash = "sha256-VFIH/EWE2TW+akirg+IpaISG289PP0tl5Ur8+sGFj8I="; }) 75 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm64"; version = "8.0.10"; hash = "sha256-EhepWr2Mk/nPAtE+J++1MHQkbu5n9xewHwroSWlcr/Y="; }) 76 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.10"; hash = "sha256-eLxtO3uYgCYryuidL2O2fG8egh+np0HTb3bJ/rKs14Q="; }) 77 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHost"; version = "8.0.10"; hash = "sha256-oQ7p6X/5NVdVw7U4wbnNy4xK+dZNvPbXWFjA4UuPGzo="; }) 78 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.10"; hash = "sha256-2l0Q+H02bzRG0NBStTaVOKLeZ4CNjWCj07cjkgOugIs="; }) 79 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.10"; hash = "sha256-EmYjZ/h+hH0NLe4estuua0Yh33yoIMHNosVuyTNQDaY="; }) 80 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-arm64"; version = "8.0.10"; hash = "sha256-yyTxpyvp6NWMODvZ0wVZRAWVzCgODFvBBnWrGawP7+8="; }) 81 81 ]; 82 82 linux-x64 = [ 83 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-x64"; version = "8.0.8"; hash = "sha256-/9Hsru4pLWKMb2LTF1erdHILGdEc/2NnuTIG+dcf1jY="; }) 84 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-x64"; version = "8.0.8"; hash = "sha256-Leqb/Un4/GRgRcymCJWnPhjZCn8A2hl4nFdYJfkNdqs="; }) 85 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-x64"; version = "8.0.8"; hash = "sha256-y5IbKOkqAKBpyWiA0PFmrtVXGXsWLHvX2FsiICm6egU="; }) 86 - (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-Ls2+jcDC4FW9zO81O2JP6BtKeazhydWEiXBPg/GJsfw="; }) 87 - (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-jJ7jGIYzDYqBZzJEG3BwS+NqUv7o7tRxUNgOTQ0oFSs="; }) 88 - (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-SCj9QjWOJvv3TvlR0TpIyFZrebRFTkVFVPdQ82F08gQ="; }) 89 - (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-LbvKpuOg1Rdqtabz1UvoADiNOkh+phBdXcD9iBGAAD0="; }) 90 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-x64"; version = "8.0.8"; hash = "sha256-TwTvStZ7PMGpFh16lSI4iAJwDz/lnJkqHk/RQ0KEQB0="; }) 83 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-x64"; version = "8.0.10"; hash = "sha256-8noK1Ws4w7JCCH5NGT9DYNqKUIE/89omwoJJaT31DvE="; }) 84 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-x64"; version = "8.0.10"; hash = "sha256-NUzt/9eU3UV1iw8hggRTDV1po5Xtq9ooEZ5inJ0TRp8="; }) 85 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-x64"; version = "8.0.10"; hash = "sha256-lYyvJWF0qVxM1u/rpXMpAuekwQX8+ATX4H0B1VYKPu8="; }) 86 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.10"; hash = "sha256-Yp9WQ3kQzP5AFc+luQ3t+6x3nbpnSBmSeXaQUda2+jM="; }) 87 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHost"; version = "8.0.10"; hash = "sha256-H6CfsMpTtenNySVdYFt27DJqM+89paFp6V7PK91XDqA="; }) 88 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.10"; hash = "sha256-RUTadf5Nxvt0McVm/z29y3LQNGvakR0DGAXvQISk/F4="; }) 89 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.10"; hash = "sha256-CSp3a8I3EbjXozgWQGl2nzn1o4TdbgZeQ6d5A/ipOVg="; }) 90 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-x64"; version = "8.0.10"; hash = "sha256-t0vB9HOaB5CLKvRST1QeKlpgEG6nvX+qRkEvAZffUFY="; }) 91 91 ]; 92 92 linux-musl-arm = [ 93 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm"; version = "8.0.8"; hash = "sha256-p2Xix0JrQlMxDbvuPmXXaikVLVdKo1OPdk5w5PKSp3A="; }) 94 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm"; version = "8.0.8"; hash = "sha256-shWbs109a6xx0JyJH1hwjs0OR/KhemxYjjLJhrTzE7w="; }) 95 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm"; version = "8.0.8"; hash = "sha256-cdjNG4XehuADgSuW0c/PKC+6VA0rdzisUKYJXMPhSvM="; }) 96 - (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-kxAG5q8z/6d3jjYhIbEOLTa9sFUveg9AK9QWEYb+Osc="; }) 97 - (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-M881jx3YlNWC51BZguFtvn9UfU6neFeRhSaq0zsMCFI="; }) 98 - (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-BwC5R+ECo52tePjkq/B6OEQvS4hq8tlAfUOBi9UufSg="; }) 99 - (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-E6clBJ6GdZd3d6XaGqlwcyJq9UN4a9t+ixdZi7Ro4Xw="; }) 93 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm"; version = "8.0.10"; hash = "sha256-wDwLqu16ILj4q1eu+/tMZR3D0CuX7zeoPZe233hg7Vc="; }) 94 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm"; version = "8.0.10"; hash = "sha256-n3fx5GHZrP0PTb8UMusgZe1nHkrsi6Vk7iY+NqRJ4Ss="; }) 95 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm"; version = "8.0.10"; hash = "sha256-l3yE6YMFKts1bBxbJUILpd2g4I75MWAgqeW2TMMgNzs="; }) 96 + (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost"; version = "8.0.10"; hash = "sha256-yxkx7C3R64TDYbsgVGPoM+8BFD8PS41/MHmOZiJJhwc="; }) 97 + (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost"; version = "8.0.10"; hash = "sha256-yqOvz/0ZgF6pWzg6gtiHGPfm3GKfMwAaqJGfd+K+0ng="; }) 98 + (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.10"; hash = "sha256-EGK0d5m88xBScyeohJOsfNeiaK4Iis94TkqPHoBDOrI="; }) 99 + (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.10"; hash = "sha256-iACw3MvgxtdoHeLF+sBPJVbRYDlFj/ixTeaNw5qXGR4="; }) 100 100 ]; 101 101 linux-musl-arm64 = [ 102 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64"; version = "8.0.8"; hash = "sha256-epjQsC2vTOpppEuMljG78vm/RWecUu/YJRAt+2ETd9s="; }) 103 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm64"; version = "8.0.8"; hash = "sha256-DHGL/dDpQ6LhathaNJxp3M3qQcCEG9oYisUQ6WMurMA="; }) 104 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm64"; version = "8.0.8"; hash = "sha256-6hx88DtgvvwRhyEFHS32AKvRwwHZyS44SxYRG4La+i0="; }) 105 - (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-KdRDHgeE6ShPewlbreXJ+87JrPGdhO5CEGBzVOyn44M="; }) 106 - (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-g7De3JFCkr1wtMguY1QJXAZD5CX855/xen6pCMCrkDE="; }) 107 - (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-PdskfOr7EiC4VDvyAo5k5MjmKayexsyPNkJhaAhVXjg="; }) 108 - (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-tSZ9tj81dWrHqrau0in1b/ZgbMyDs5P9Ea3sofhQ/ks="; }) 102 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64"; version = "8.0.10"; hash = "sha256-trm/1LZPN4BDr1SvQmacTGVZDQLVKuVH0w7GJ84FQVg="; }) 103 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm64"; version = "8.0.10"; hash = "sha256-e+o0ec/E4I4blmj1ltcovIXqK6GCEwV5CMblUZuD2/8="; }) 104 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm64"; version = "8.0.10"; hash = "sha256-OhXUVHm0WABY9w9oTX6rCNI5iQhJcqzhwS7V2HIsWp4="; }) 105 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.10"; hash = "sha256-IzTftfK+vS8ZBo//8XPxDMUbvNirBaQSz21q3jNAvag="; }) 106 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost"; version = "8.0.10"; hash = "sha256-XRTCbG+e85AGYcv8wDvL2NmrRwHUPb4xgjKWwmOhVyw="; }) 107 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.10"; hash = "sha256-9kP2XFjP+som53HTV97vTEmqyZLN+KIVj+RzcaPKcI0="; }) 108 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.10"; hash = "sha256-k3XtnZPIHDWE6bZX0IDVOJ3MMhBcd/y3Wq0Qkeqm7bU="; }) 109 109 ]; 110 110 linux-musl-x64 = [ 111 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-x64"; version = "8.0.8"; hash = "sha256-21RqIxjfaIOaABcqoe9AlZElWdXNd44dX0jodejOFNY="; }) 112 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-x64"; version = "8.0.8"; hash = "sha256-nCSziE636/NGvg4J8HKI0CZ48SZZvwKu22QZa7Q/sAg="; }) 113 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-x64"; version = "8.0.8"; hash = "sha256-3vnqKFPAhjoLP6h/MnVfhoWOr2/0XvnUyufafbYED8Q="; }) 114 - (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-4zmkFZSBB46KjlubRHJ+DIBZs22CJLbIonT9hVsf57o="; }) 115 - (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-JeCvY8S+YPlFMwNokIxIfOsMc+cPSxIRozAVT03+ZlU="; }) 116 - (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-EXfxzK1Z7kqCDckq829GHat6EfYCKJ+9BrcBeHd1raA="; }) 117 - (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-oDjnxygsxPsy1Mgnx59tpmqikAgN5H4o3IBzXup4zNo="; }) 118 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64"; version = "8.0.8"; hash = "sha256-xxkmlp9i3x/4Ii+e4YYMPAA4iWdK2cwwj4030tp3o+U="; }) 111 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-x64"; version = "8.0.10"; hash = "sha256-HUrye7hNJsLS36Vh/dDiQDn1oUtoNcTWwulersn2k/c="; }) 112 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-x64"; version = "8.0.10"; hash = "sha256-Jqxj6tDq1DadZk4tMNQo8RpLNhmlFlN0kBFY9VRJmb0="; }) 113 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-x64"; version = "8.0.10"; hash = "sha256-JnHGicqJ2Na95KyJkX+UAM0uDmAhkqmVIhktMg49aWU="; }) 114 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.10"; hash = "sha256-Itqy8JDjPpXH5U1wLl6gj80b65zI8tQYAe+AEzgxtZE="; }) 115 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost"; version = "8.0.10"; hash = "sha256-OSDH9d9EASV/kswQjlEIu6kaQlfRMpT91TPJDkPlb4Q="; }) 116 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.10"; hash = "sha256-GdPlVPjzC0scVledxgs24kFZSHujYyq2UHDAzLgt/eE="; }) 117 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.10"; hash = "sha256-I3jZdK86aqDnxz2xvcp8oGJurpmaPckuJR0TG3OxOOc="; }) 118 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64"; version = "8.0.10"; hash = "sha256-QQ+B9S/q35MsxikeP43OQ8J5mghq5f+xdPHaNdBMeCc="; }) 119 119 ]; 120 120 osx-arm64 = [ 121 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-arm64"; version = "8.0.8"; hash = "sha256-ZB3eGK98abOZpcYmfWx0V3G/8AWr20gGyB/Ko5Zl91I="; }) 122 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-arm64"; version = "8.0.8"; hash = "sha256-L1IBy+DvMCZIbTzmlvSU2vsRrlZz7f29VS4H0+1/stw="; }) 123 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-arm64"; version = "8.0.8"; hash = "sha256-6G+7coU3SeYUTAjWl0iSYi28nGv5mzTnS8nkMMffGP0="; }) 124 - (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-O59V6pzicz7KWwUy+5qB3nAwSxhRsM9HoCq2uInaaHY="; }) 125 - (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-o3tSBAtHJGV5FbpreOQPF1VPb1ZoJI0unynfBUwvZ+E="; }) 126 - (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-NI6EnCoVuFHZ6mH9ZMXb38GhmQUhfxwP+vPlO/MsVnI="; }) 127 - (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-zvmCpjhY5JRezpwVr0S90rJfV0YGZ/wFJswo7Bl6tQQ="; }) 128 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.osx-arm64"; version = "8.0.8"; hash = "sha256-D4qB2A3tJGN3nJcxMl/gBxA+LQx5QiawYWHn1Y3jWHs="; }) 121 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-arm64"; version = "8.0.10"; hash = "sha256-GL7OjLalZPKLsoheVJAmVStJFpJ7zTDJtikCP7fB3jU="; }) 122 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-arm64"; version = "8.0.10"; hash = "sha256-IZ59kjeU/mGHBVXtOO5AFK0ocxwFAkFqwtn99N+l0zw="; }) 123 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-arm64"; version = "8.0.10"; hash = "sha256-0fH2KlzVL5ydblrVtBtAoHa5kNYY92Wzv8FCVqav3Mw="; }) 124 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.10"; hash = "sha256-XTWvKlTEEi6lrBZcJawPrxj2bjmsWVFGphjCxpSIBLM="; }) 125 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHost"; version = "8.0.10"; hash = "sha256-C+u78GUiX6VzkoOYuqiTy8DvHUsJzWR+apJu8ZU/tWI="; }) 126 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.10"; hash = "sha256-DVxeH8nfflyG+pCdft8MfDfEBCD/7dXTwlOz0aGnH8A="; }) 127 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.10"; hash = "sha256-p9KjfiNnhtqTCl2aQlYq/UmPsyqx2+mddTA8nbh2xnk="; }) 128 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.osx-arm64"; version = "8.0.10"; hash = "sha256-d7Gb+lPHI7xmMwhsTQzWJBq42QUsSRRU9BWZxmdXKWo="; }) 129 129 ]; 130 130 osx-x64 = [ 131 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-x64"; version = "8.0.8"; hash = "sha256-emanxsPDi9tYicfkeLRVN4r+yZq06jG2RdoVpRG/lK0="; }) 132 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-x64"; version = "8.0.8"; hash = "sha256-x7WOZWhE4NX6yc5MBlFO4EKHt4ExhnGx6lhmYrr8wfk="; }) 133 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-x64"; version = "8.0.8"; hash = "sha256-SWEUTsvHkPP9S8iRW/PrneIZV7NRkz3IPiVmKZ95X6w="; }) 134 - (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-bG/yxRP8uNHjCcZkSOlqSqgWIesuww8irvtSsC8jIfE="; }) 135 - (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-0EJXF7Aa+7nEUOvqMCDLr5Gwa9OWu/Ol5kpCymTVkP8="; }) 136 - (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-sdCf4IfySwQalViNicdX1NFN3obWCImm6I6Zzhu1pxs="; }) 137 - (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-jHU0GS/mtOjKniVojxzKdk6VgQghNLRWi4G0/W+kflw="; }) 138 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.osx-x64"; version = "8.0.8"; hash = "sha256-hBmQqsJX4lPCEkwh0kuZl81KNkqR+4FZWwBKaGQPPPk="; }) 131 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-x64"; version = "8.0.10"; hash = "sha256-u6/4q54irXtyKSSi1bH6HYrvcod7yfs5YdYD0NXeYbs="; }) 132 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-x64"; version = "8.0.10"; hash = "sha256-B4aqUvMpyewAwquTRVh+bs2RG875ZsveYQU89+4VFxw="; }) 133 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-x64"; version = "8.0.10"; hash = "sha256-XKUQ0DDWWbZNtgGPKhdI7ufpd9Ki1EcOcK9ojiaWEVM="; }) 134 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.10"; hash = "sha256-Gl5S9T53P3xZj5eRwPe26SnMlPboQHB4lxTw1nIB2Ac="; }) 135 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHost"; version = "8.0.10"; hash = "sha256-vmGaHkqKQC4WA9Kl26ZpQv4H8YIJblk15RayYATG1JA="; }) 136 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.10"; hash = "sha256-MFSnCAiE9A6EvhUQff4g/6Js/sxORln2lhW74NTeQ34="; }) 137 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.10"; hash = "sha256-lYNFKHvU3RZVzwqkGzxPem5LHfijEFnO4OcGGn5BUMg="; }) 138 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.osx-x64"; version = "8.0.10"; hash = "sha256-7RRH1rAdGFkdB/FNrQTDgBywr1tYc1Rezo8LXRSZ70A="; }) 139 139 ]; 140 140 win-arm64 = [ 141 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-arm64"; version = "8.0.8"; hash = "sha256-kWp27hqFc4GlvnFiiPZlW8F6UEXmFRNAN5RkkNfM0D4="; }) 142 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-arm64"; version = "8.0.8"; hash = "sha256-lD/M7PhWXUSsS3FJ4doXNo+zFLIAnhqBmtfBkDvOX9U="; }) 143 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-arm64"; version = "8.0.8"; hash = "sha256-xJc8ynP8Yaq3fdBrd+1wSgF02dx6fKaO8Ty1JJvm87w="; }) 144 - (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-/1nQT+3thlkAeQbfsIakuD+/oZsq9KeI0vCgCFubOO8="; }) 145 - (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-2P9wZVY4iQmOxKttjrqb2fKQMWHzupFgVuwcE4egAOU="; }) 146 - (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-ZTK07ZSjid/flmTDgrp/GH37rmYpOYdXTKzJnEeIx3k="; }) 147 - (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-Lzxot9nzljMCvyqLHiXOu6qC3rgB3iN6JG5t1QCAbko="; }) 141 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-arm64"; version = "8.0.10"; hash = "sha256-OdRFIExBixFh1xwOtEA94xedmHVGPXvPopF9Lbf3ec0="; }) 142 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-arm64"; version = "8.0.10"; hash = "sha256-pmsaof0XFXZQmn+s5nijm820TSdQaFlH/EpGy4OqMhA="; }) 143 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-arm64"; version = "8.0.10"; hash = "sha256-xbgfV4a1gtH6gzoXSe7njaDEvvx3L+zVfLhfF4705r8="; }) 144 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.10"; hash = "sha256-1H/t2OQMWfypSe1g6jWITx3klMD+QgUAj5iApzL2vTY="; }) 145 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHost"; version = "8.0.10"; hash = "sha256-HmWsVmYVtNxX4xbQ3Mbra2vo0kjvMGXEQ+zbcTAAmsY="; }) 146 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.10"; hash = "sha256-rHlT/ZFXIVkgo1QgJh+h0OJ6gnizyuqAaBczb7Z1NOU="; }) 147 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.10"; hash = "sha256-d+ILcAY9ZvXx2klfv6zxASRq76htI4k9eTO+Ctq6+DE="; }) 148 148 ]; 149 149 win-x64 = [ 150 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x64"; version = "8.0.8"; hash = "sha256-NmsUnkmjpbxYa3jNjLa3+CbbSa1ipFvolk6fjJQ52co="; }) 151 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x64"; version = "8.0.8"; hash = "sha256-pkfKvNeb779TUp9jp19peJjCXK3NGpexaFjWwc3dSBo="; }) 152 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x64"; version = "8.0.8"; hash = "sha256-C0zUiMMAQ9nd1n7PDVoBhCShHzdGI67YFySTpeFH8uE="; }) 153 - (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-ojXEKX1OwepAx61seCAPh27UATzGTsE6VenT061IOmU="; }) 154 - (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-wMhsf3QncEUGSnFrGEck2Kyb8cPLPW8n7ZgKHwebdI4="; }) 155 - (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-AGqQ6fZicft/cBquuHb9jOh10N8gr/sLfijYzwm9vcM="; }) 156 - (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-hl5uj5iR2xXkefLQJ7DVU0NfThLatJUOqm9MGZUN9HM="; }) 157 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.win-x64"; version = "8.0.8"; hash = "sha256-gS1Lu8UcYwlJL+N4Q86NnObCYOjsaG09+bHbjXr1Ro8="; }) 150 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x64"; version = "8.0.10"; hash = "sha256-MrEAlX9Ep1w6fnXM1H5PehDbVXj6HrSSBE8ka5+zr4w="; }) 151 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x64"; version = "8.0.10"; hash = "sha256-bLWBI3G4+TrV5cyaaKbuk0RSh7Q6lYI5msZd8QXi7so="; }) 152 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x64"; version = "8.0.10"; hash = "sha256-B6o1+6o3Cih7cmgo2ClwBkIYcDA7NGZ6JClaHRDJ/B8="; }) 153 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetAppHost"; version = "8.0.10"; hash = "sha256-TJtsPhmyiE6XAX6WmSASd7vcRQwREJYd76CKGzCt3c4="; }) 154 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHost"; version = "8.0.10"; hash = "sha256-59D1z/LeAqw09/SsJegUQWQ702r5wsmp7O87iDZz788="; }) 155 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.10"; hash = "sha256-OCDkL6JuPoxle/clIRlg8A2/COUIuzqeq7cSYzNWcmQ="; }) 156 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.10"; hash = "sha256-ld/Tu7HAiAGZg6+RYMO4hpg3NKs3dX8XlSHPsLLygrs="; }) 157 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.win-x64"; version = "8.0.10"; hash = "sha256-3nn0MR1m1P1usLy0JCtiCjon3w0xdl2MyEJaHbILmW0="; }) 158 158 ]; 159 159 win-x86 = [ 160 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x86"; version = "8.0.8"; hash = "sha256-z5swa/BoIPh7oDb4WpAh5uvXZ46artGD/lnQm4e2cko="; }) 161 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x86"; version = "8.0.8"; hash = "sha256-fpqkDTGVOO85fWS+X5Yj//NRkVoRf/RxJZ974N4OKvI="; }) 162 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x86"; version = "8.0.8"; hash = "sha256-nZEdf9Y3TLgyLOzSpn5ryl4xAbIy1vMGnVqCcYr4G74="; }) 163 - (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetAppHost"; version = "8.0.8"; hash = "sha256-NDGG0iZtxXLArTb3DEF1ELT3nHNTT5ogXqG00+70f9s="; }) 164 - (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHost"; version = "8.0.8"; hash = "sha256-QYpsPJMunG+1LY6iOhkqe3TWZeUnV2sFdCRGKByEJcg="; }) 165 - (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.8"; hash = "sha256-B0EIM5Jxi367oSvB1mHiHE3VpdoE02OF9FbFC1FlkLk="; }) 166 - (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.8"; hash = "sha256-y1V5P/emZwwzWoz0UtMC/OYQjK+nGe9vkrY4RE9HRVI="; }) 167 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.win-x86"; version = "8.0.8"; hash = "sha256-vz7hG4LOgtZVpOMCCDrosxSiSUAIFmHWHxPe2kfIAWo="; }) 160 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x86"; version = "8.0.10"; hash = "sha256-O7gy7qe+EQsU/i9LVpNFjs2RjrLppQFatD+u9W8Wgo4="; }) 161 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x86"; version = "8.0.10"; hash = "sha256-oA9gg0LDJrjGx69md9bWUfQy2ED3OVhhMMmAw26L2mg="; }) 162 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x86"; version = "8.0.10"; hash = "sha256-02ueHHg0U7yEvkLV4gdxXg2XIDSJ0LBCt5gNcrsy3O4="; }) 163 + (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetAppHost"; version = "8.0.10"; hash = "sha256-M4LLVUaJpyHWzSqYsXMzB4OgxlzHf4Pp79XwNgnO6DQ="; }) 164 + (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHost"; version = "8.0.10"; hash = "sha256-yRaUcqgJr+XHo70nWJUxX4yJwavaiN3pBKE+Ov8bFTs="; }) 165 + (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy"; version = "8.0.10"; hash = "sha256-ZJN/v/J1b/89BquCxWHZlnfbsQn8N3756HPQ3Z8Zv0g="; }) 166 + (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver"; version = "8.0.10"; hash = "sha256-4mNR0mls8jqyh4Lu+Wv/HykJOlwLlX0ceyR4arrnNe4="; }) 167 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.Mono.win-x86"; version = "8.0.10"; hash = "sha256-KUdzJDhpW9xj5xSH4zovpwZb7I3zcTKXa2PFRlBlOzs="; }) 168 168 ]; 169 169 }; 170 170 171 171 in rec { 172 - release_8_0 = "8.0.8"; 172 + release_8_0 = "8.0.10"; 173 173 174 174 aspnetcore_8_0 = buildAspNetCore { 175 - version = "8.0.8"; 175 + version = "8.0.10"; 176 176 srcs = { 177 177 linux-arm = { 178 - url = "https://download.visualstudio.microsoft.com/download/pr/26f16795-9928-4ddd-96f4-666e6e256715/bf797e4f997c965aeb0183b467fcf71a/aspnetcore-runtime-8.0.8-linux-arm.tar.gz"; 179 - hash = "sha512-0P7t2Ru0AoBp2M/xcmGR6fCZIOdWQF3g0rv29DEWJ3zJPr4kg/QFuqSXK1T/6JsJy+FypjnmA5eucTjfXvSMTg=="; 178 + url = "https://download.visualstudio.microsoft.com/download/pr/50a67fd4-a5dd-42f1-a3ac-e008c3115dcc/816972da008ae5cee7612cad9b6808f0/aspnetcore-runtime-8.0.10-linux-arm.tar.gz"; 179 + hash = "sha512-+ui2snCk3JIY35m7PMEPClLbntNjC6ggVkAhVNJ8I4925EVh+FNIzxpPfivR29kQ1BOKke9mq+VoXZlys9BQqg=="; 180 180 }; 181 181 linux-arm64 = { 182 - url = "https://download.visualstudio.microsoft.com/download/pr/f6fcf2c9-39ad-49c7-80b5-92306309e796/3cac9217f55528cb60c95702ba92d78b/aspnetcore-runtime-8.0.8-linux-arm64.tar.gz"; 183 - hash = "sha512-w9ydcfygpI7algdMvO9MmiZcHE4Qy/84YU3XTXlEOunRzNEHFHZM0EEpH4HYPA7Rwwer+JJJq0tvWKXelS/P/Q=="; 182 + url = "https://download.visualstudio.microsoft.com/download/pr/f93af34d-cde3-4231-a54f-119c328bd876/663b3c2dbf1ed2a3e08ac8e614060571/aspnetcore-runtime-8.0.10-linux-arm64.tar.gz"; 183 + hash = "sha512-OkePkxDHSLdCfJHes7qD9MAlV6fXo9c4JSa23Dna09k4AiR1qyDwYPG07TZcexuVodCJzKUCpCMpjEE3m/+BEQ=="; 184 184 }; 185 185 linux-x64 = { 186 - url = "https://download.visualstudio.microsoft.com/download/pr/648de803-0b0c-46bc-9601-42a94dae0b41/241fd17cee8d473a78675e30681979bb/aspnetcore-runtime-8.0.8-linux-x64.tar.gz"; 187 - hash = "sha512-1sDMKqx5+6y/gbWX8oZ2NZn2YnjBfdtEjOC5PUmbrY+Id31CWFTmhgKUWrGK+KYfHuWdQx1VAwBhN/hhE/qosg=="; 186 + url = "https://download.visualstudio.microsoft.com/download/pr/6d143cf6-e215-428e-bcde-9fd50ea0e1be/99652e31b3e0161a3f1f933e0bedf223/aspnetcore-runtime-8.0.10-linux-x64.tar.gz"; 187 + hash = "sha512-MyIfGZZMywbLp0Qg2sv+W/0Db3hHOHCTEZ+POR1XFuHFqOBXIfIzWYRAm0NCPXm1HsVx5R8M365tnSorLZhQWg=="; 188 188 }; 189 189 linux-musl-arm = { 190 - url = "https://download.visualstudio.microsoft.com/download/pr/9255e487-cdf2-4690-9840-74712503e37d/40be3d122db1d1ffa53a9843321c3979/aspnetcore-runtime-8.0.8-linux-musl-arm.tar.gz"; 191 - hash = "sha512-XZ9gnnLc/MFra7Y9Sef9R8Pi13kT2d4UhkQX+ypTSy99tWUw2xZazGNjNkHHBtD6upXbmFsJhEZ32MtBA5oMZw=="; 190 + url = "https://download.visualstudio.microsoft.com/download/pr/ccbec918-1f15-4f1e-ad7e-b4d1a679fa91/f8fc5b5f2fccf1fbdf164132da8fbda6/aspnetcore-runtime-8.0.10-linux-musl-arm.tar.gz"; 191 + hash = "sha512-RbGzEQzSxmhMMSCnGdemLXpqwVR0EB5in0fOASq+HGWqZ7k/sKBRKLdGL+PwPtxcukD8eIAE+Iio47J8hh7sVg=="; 192 192 }; 193 193 linux-musl-arm64 = { 194 - url = "https://download.visualstudio.microsoft.com/download/pr/95f358cf-86b5-4789-8ee8-063067081c8b/e50e603b2453d7dc65eeb26dd4cfb398/aspnetcore-runtime-8.0.8-linux-musl-arm64.tar.gz"; 195 - hash = "sha512-YCjCkwbUlp7kBMRZ3KMTDx6WFNGVTo7UQAFAs1rYoeZqCos64CFV32vQRs2TCQdCIEh6HCYlw58IG9xsjtYgBQ=="; 194 + url = "https://download.visualstudio.microsoft.com/download/pr/c150b15d-79f6-4343-8aad-7748ad4765de/0e0768e8874957a8b37415919d77a9e1/aspnetcore-runtime-8.0.10-linux-musl-arm64.tar.gz"; 195 + hash = "sha512-xx6iRxYGYJa0i+XOi5/ToUT/hlg4L3sZPJw4jq20J5tkSyvHoCk8AaYQhDmdXonIlS+T3tkL6qxqAcNhxXqP4Q=="; 196 196 }; 197 197 linux-musl-x64 = { 198 - url = "https://download.visualstudio.microsoft.com/download/pr/7d2ac05d-2bef-4069-9513-bb2ef7fab48d/4f3d2d3fec003a65513dc1f70c126ab7/aspnetcore-runtime-8.0.8-linux-musl-x64.tar.gz"; 199 - hash = "sha512-gi8uFxbcLSqkb/CPTS2bueqMgjMnhdCrpfTzPl62C9zYTomc0qE8qTAyImcQtfDKXHFZvtoXAn+E76KFJ4tXmA=="; 198 + url = "https://download.visualstudio.microsoft.com/download/pr/fd29b6fd-e351-4758-8c61-0d9c0a6813d9/8be59cf5b2537298eb59d44e472c6b4b/aspnetcore-runtime-8.0.10-linux-musl-x64.tar.gz"; 199 + hash = "sha512-hK8Vb9YUX8aZxzhl6hKlmU5D54iUX+3NXIDZE2uUgq0NngvduTP19y/x3PuQ0G3C6Uoh0C7aELwQFfPkuGOdFA=="; 200 200 }; 201 201 osx-arm64 = { 202 - url = "https://download.visualstudio.microsoft.com/download/pr/a7080974-fac8-446c-ba20-313f6f323fbe/f907c126c9bcd394939a7cdf86b85f4b/aspnetcore-runtime-8.0.8-osx-arm64.tar.gz"; 203 - hash = "sha512-oZbGKxTpE2NiBzgmoD524KFHAn8DZVUpQm5ZT35E643QNtrqgJl4dgRxccF5PH7c+lFGvVWgG1kdlAX7FkbrAA=="; 202 + url = "https://download.visualstudio.microsoft.com/download/pr/05bfc51d-d738-4796-ad78-6f16dadd2382/9a64a66f30708e38b6470a480ecc850c/aspnetcore-runtime-8.0.10-osx-arm64.tar.gz"; 203 + hash = "sha512-K8kXmEOTIij7NVDNPu6IpkXFttaVpWFWQZXwtFg/wMkHFiVN3pJQIL3aA9DgGB8El1DAb4OYoht/0O9bjB/lhA=="; 204 204 }; 205 205 osx-x64 = { 206 - url = "https://download.visualstudio.microsoft.com/download/pr/465bdf6e-407d-4512-a222-32dafb225ad8/c22004de330d10a06141dee0f42b5d12/aspnetcore-runtime-8.0.8-osx-x64.tar.gz"; 207 - hash = "sha512-07qNz63c1tUP1DSRH+PrgwlmaTmooe3oANfaLdgU7714HRRJpCtx0ccdlZNGXp6XIFAl60MoCO+aO6DcvboOPg=="; 206 + url = "https://download.visualstudio.microsoft.com/download/pr/135424ff-12b7-4b4b-83e0-1d04b053ef5e/9274109d1ec702677474c148ad2af1ff/aspnetcore-runtime-8.0.10-osx-x64.tar.gz"; 207 + hash = "sha512-euH0JLv/pSuB5duPHVkNZ8NKiGUOtXPQXJIiu7dP+J5v8FgbbOJnVY8Z/jQzRz1KhRO+9PXhiAzeA/GWBrDULQ=="; 208 208 }; 209 209 }; 210 210 }; 211 211 212 212 runtime_8_0 = buildNetRuntime { 213 - version = "8.0.8"; 213 + version = "8.0.10"; 214 214 srcs = { 215 215 linux-arm = { 216 - url = "https://download.visualstudio.microsoft.com/download/pr/5e427de4-981a-481e-9fec-fa77b02a7edb/0d156acae55ca1329b6b9a8de70f398f/dotnet-runtime-8.0.8-linux-arm.tar.gz"; 217 - hash = "sha512-yHr1qq8y4YzNwpZRecZaq65eDp6Oogn2w2QnDOLkr//ql5yiLhQ95GdONqKxLGa1dViK4hnxZjaspxIUQCQCiA=="; 216 + url = "https://download.visualstudio.microsoft.com/download/pr/3f8dea7e-13bf-4931-b11e-77fcc6de7ca9/37531adc6a054037c064c47dae4e7f77/dotnet-runtime-8.0.10-linux-arm.tar.gz"; 217 + hash = "sha512-8GuHh+T4b2FWmVkiiprn0Qu3ofqWcBDX88oAgMhQUTz1ZXwY1HIhHOFogP9er8bIRCpWSy+DUdd8XdJwITyYTA=="; 218 218 }; 219 219 linux-arm64 = { 220 - url = "https://download.visualstudio.microsoft.com/download/pr/ac04b123-0542-4e80-9216-93f51a6814b3/d110733c152d34ab4eedb435ccfdab4d/dotnet-runtime-8.0.8-linux-arm64.tar.gz"; 221 - hash = "sha512-JG+35e21Hbk0Ica7dCD3o1hDC5iyJKcftw5xorzgvJH4U6qJEJ8hiLCrKFMqJFw9UrqsFjRj4BoCAZ3qN/058g=="; 220 + url = "https://download.visualstudio.microsoft.com/download/pr/6c71a005-d902-4df5-8cbb-f1fd53cf14f7/658dd2a2a839c14173e3804befec6a7e/dotnet-runtime-8.0.10-linux-arm64.tar.gz"; 221 + hash = "sha512-MVmf+8pxAkf04D/pmxCYsoeg7YIKlEtabtIjcmUcl9Z1McNKutvFLlno9wtPds0zEiHQCGhPP+79m+KQSnPjiA=="; 222 222 }; 223 223 linux-x64 = { 224 - url = "https://download.visualstudio.microsoft.com/download/pr/68c87f8a-862c-4870-a792-9c89b3c8aa2d/2319ebfb46d3a903341966586e8b0898/dotnet-runtime-8.0.8-linux-x64.tar.gz"; 225 - hash = "sha512-j1IgCYxWL6NJBBd0jrn0+coVUfcVVyi567GSQ1nGPBje3vZDvNiexntZy1sbnecoPuFW7zgf+xaAG1FtupsbDw=="; 224 + url = "https://download.visualstudio.microsoft.com/download/pr/ebc433c4-8f01-43c8-a1e2-bbe1291ba857/e073f3f679d7a4067a56e8f5d12fc0e5/dotnet-runtime-8.0.10-linux-x64.tar.gz"; 225 + hash = "sha512-f7gTZ3cg0SXCM3/txhMbIw2vHB151ZEqHKa14Iv3gCtBLeMkjWRbZIOrI/P66DftAqDlIOMwIM/vLIiMVPR0rA=="; 226 226 }; 227 227 linux-musl-arm = { 228 - url = "https://download.visualstudio.microsoft.com/download/pr/2f4507aa-972d-429c-9129-cfe95c1279eb/60dd9afc3f4786a568b01119c2280c63/dotnet-runtime-8.0.8-linux-musl-arm.tar.gz"; 229 - hash = "sha512-im+SDZPX1VJ9won0clIeKmca+05mOqrP2CwyZYwuo56rQ6XJfT09e6WEA+v79suW/HP/W3zMGpRH0Tv0HuuAyQ=="; 228 + url = "https://download.visualstudio.microsoft.com/download/pr/a254fc53-e78b-4039-91ca-38fb3e42535e/be0d765e74b082a5919248c97866c7cd/dotnet-runtime-8.0.10-linux-musl-arm.tar.gz"; 229 + hash = "sha512-rsjIIFkaE9F9gKFogPpiKWHqOpgtXqMLJuqRXtjYYOlQCyrHruB6rMCj9QXqM6ZlA3CWo9vJ7ZX8zzNeS0udqw=="; 230 230 }; 231 231 linux-musl-arm64 = { 232 - url = "https://download.visualstudio.microsoft.com/download/pr/8d78f160-0833-4db5-bd62-947f8bc2d571/25638f47211018a7bd8fd9d314763196/dotnet-runtime-8.0.8-linux-musl-arm64.tar.gz"; 233 - hash = "sha512-JvNeHGB0p9maQOpI9sAtt49OLHQ8vHRGOglNoBThJuk3nQm05WgJrJgpsmtroKkBrcR638PF01qX6erVppMUiQ=="; 232 + url = "https://download.visualstudio.microsoft.com/download/pr/aa047a4f-73b1-4a00-bb94-1fdf28bdf606/533876a5403795f02d8071d6fc9be4d6/dotnet-runtime-8.0.10-linux-musl-arm64.tar.gz"; 233 + hash = "sha512-Huyv4nKgce14vJG0yQCrcOwQLJ+Cztz94nm9mSGn50DunogVOKAKbOQA2dwOvJMF6M1JYtskMec7aR4QUmlOwQ=="; 234 234 }; 235 235 linux-musl-x64 = { 236 - url = "https://download.visualstudio.microsoft.com/download/pr/d9c4e4e4-bb2d-4f1a-9ded-bff5e354bd5a/0c6dbc5f68bea36a65fdf80e6aa4d55f/dotnet-runtime-8.0.8-linux-musl-x64.tar.gz"; 237 - hash = "sha512-yi/zIUVQZRMlP4Ds1ytcJNi9oo9EroPJiMOev6dec31VELy4S8J6FJ0uaZV2H4sSTXcBUirpu8rBf8MmZyF+tg=="; 236 + url = "https://download.visualstudio.microsoft.com/download/pr/abd532e1-6dae-443d-a35c-fdbd5053e239/1ab2cb2acddcbd435cb6970721f0f85a/dotnet-runtime-8.0.10-linux-musl-x64.tar.gz"; 237 + hash = "sha512-LW7cwUudn++TrHL7MrF6Yxjyr1vdg8SzSzXFkdzUBtpNSJwaTVgIphusLuFLQLtrDo/+m0JJAbcP4tlp3v+ghw=="; 238 238 }; 239 239 osx-arm64 = { 240 - url = "https://download.visualstudio.microsoft.com/download/pr/e9ded115-7a30-4952-bb72-ff101583f20b/5a7628261b98d095d2c97ec3fe5267be/dotnet-runtime-8.0.8-osx-arm64.tar.gz"; 241 - hash = "sha512-iLBt0FGBm9noziw0CyUW3A5Kd9Vl7/FF2OlXslUqZB4jWlzn6Ns2B0dYh7x2bxUw0B0Ofv2A0QzWUqKZlUOYtA=="; 240 + url = "https://download.visualstudio.microsoft.com/download/pr/5fcb418a-d290-4fd9-bba3-d0ebe56eab58/e20afef70b5f56e36daf054ee3e09d82/dotnet-runtime-8.0.10-osx-arm64.tar.gz"; 241 + hash = "sha512-10aWjQSUf0qH0k+/RxMJoDd/mQoYd+km1uUbUCIQQ6snDABRf1eKpT1lPhiszDhvVVGp9KzTawIz+2Y8NTOtLg=="; 242 242 }; 243 243 osx-x64 = { 244 - url = "https://download.visualstudio.microsoft.com/download/pr/0159972b-a4d6-4683-b32a-9da824d5689e/ffb0784119abf49015be375b5a016413/dotnet-runtime-8.0.8-osx-x64.tar.gz"; 245 - hash = "sha512-gCmYbB+LvxsOjQkpdWFW/kHUbS326+GrHGb7zqKt1Hw1uTRXPGGYeXz2DSs3LNRj5wMmwKNbCSbatNXBV6NX8w=="; 244 + url = "https://download.visualstudio.microsoft.com/download/pr/c71dbec0-22de-4f32-aa1f-8e7112fa380a/54b3ec6159d2f72c813d913afaebcf2f/dotnet-runtime-8.0.10-osx-x64.tar.gz"; 245 + hash = "sha512-RKvEd79+tA4UHXFfiVw8WwkUgYVHNt3lNHqZcxkdy188P5bdk2DighSfHZejPXwIuTgAil7fO1xI47k9s1FxBw=="; 246 246 }; 247 247 }; 248 248 }; 249 249 250 250 sdk_8_0_4xx = buildNetSdk { 251 - version = "8.0.401"; 251 + version = "8.0.403"; 252 252 srcs = { 253 253 linux-arm = { 254 - url = "https://download.visualstudio.microsoft.com/download/pr/788ca4e7-c3ea-405d-9f82-2d362d4a08f6/d54b1aefd4048bcf4eebb24edfc6aeb9/dotnet-sdk-8.0.401-linux-arm.tar.gz"; 255 - hash = "sha512-+5Co5S9d0p5ZU+RmLMnVfKqW3GqPb/bPrheUeqij9Ttf7xuzW4wFgV+hyvvccxefcpbOhGv1dp7hLJ2vW9J5QQ=="; 254 + url = "https://download.visualstudio.microsoft.com/download/pr/382e3bc7-f055-48b9-965b-89b070c15713/54b2af6b1ef970f852c29a850661728b/dotnet-sdk-8.0.403-linux-arm.tar.gz"; 255 + hash = "sha512-3cwikxZHW6c8xGUY6iY6l71X+nhGpP5277kPh0MR6Kf1cYrG3LhhaDW0Mhr0bw4CZa5IsQblrcm6gszojoBKSw=="; 256 256 }; 257 257 linux-arm64 = { 258 - url = "https://download.visualstudio.microsoft.com/download/pr/14742499-fc32-461e-bdb8-67b147763eee/c14113944f734526153f1aaac38ddfca/dotnet-sdk-8.0.401-linux-arm64.tar.gz"; 259 - hash = "sha512-6HOLITUdAwqDvmRFcfNnTI3anm+9NgsiGQenEI+rAr7NGOEzGQdTWhKU2MTQ9ghRlnTCfHfcLCgDzFPM4+EODQ=="; 258 + url = "https://download.visualstudio.microsoft.com/download/pr/853490db-6fd3-4c17-ad8e-9dbb61261252/3d36d7d5b861bbb219aa1a66af6e6fd2/dotnet-sdk-8.0.403-linux-arm64.tar.gz"; 259 + hash = "sha512-9C4bqaiX+RyNc0sJqb/IJCjwYpt83ZN1JiFY2fKCeXwZlVjDeufzaUflfYrcYa+UkFlcTmu9BSF/1tBRM93tTQ=="; 260 260 }; 261 261 linux-x64 = { 262 - url = "https://download.visualstudio.microsoft.com/download/pr/db901b0a-3144-4d07-b8ab-6e7a43e7a791/4d9d1b39b879ad969c6c0ceb6d052381/dotnet-sdk-8.0.401-linux-x64.tar.gz"; 263 - hash = "sha512-TSGA6CyWMxiGNHbPYcA1vT2CFl57cHUbojEiW1V13yTTDAeJ1XSMOjeeHmiWtX5ZKGIYys1ED/sAdck1UJT9jA=="; 262 + url = "https://download.visualstudio.microsoft.com/download/pr/ca6cd525-677e-4d3a-b66c-11348a6f920a/ec395f498f89d0ca4d67d903892af82d/dotnet-sdk-8.0.403-linux-x64.tar.gz"; 263 + hash = "sha512-eqA2eCKLF09RxFNfGDSM33pdNeJDsfjLKKSjDkAuR1Z9Bt9jyPbaS9w8fomPVPSswI2ZUr+knT8iDQNTJTrD6Q=="; 264 264 }; 265 265 linux-musl-arm = { 266 - url = "https://download.visualstudio.microsoft.com/download/pr/f9eed98d-5e19-4822-85d6-c59c62376bad/52ba188eabe759516711f14247c57f7a/dotnet-sdk-8.0.401-linux-musl-arm.tar.gz"; 267 - hash = "sha512-xcVH6zAdyWXu8dm8xkIxZ44glZG4AZengknTXRZVpUafOc5t5lQ2N19uQtItFZw9xIe+F/bb52NAQAlfyYjbIQ=="; 266 + url = "https://download.visualstudio.microsoft.com/download/pr/8c87dbf9-f000-41f4-bb78-3aea9eceb73c/d75a2445ca5e49bb07243f047c602013/dotnet-sdk-8.0.403-linux-musl-arm.tar.gz"; 267 + hash = "sha512-a8XsagruodiwAq8e32PaD9yj1U0s605RqQ6lOpp1hWHRYeT6EKw+68Vku9QAwblN8uBMJrrgHZm7wQnk7uMjZQ=="; 268 268 }; 269 269 linux-musl-arm64 = { 270 - url = "https://download.visualstudio.microsoft.com/download/pr/8f3dec03-a016-4c06-a4b0-04efcffbe521/e0e94170cbed0aa9312be63e43a69932/dotnet-sdk-8.0.401-linux-musl-arm64.tar.gz"; 271 - hash = "sha512-L6q5PdOKSThgMgg6D0o6WlZh1uz/SpjwaO16oHsgEjOAT6Dl76SRG27r7cmZTVnE1dhD3rdz5+JieyqpfmNKgg=="; 270 + url = "https://download.visualstudio.microsoft.com/download/pr/18e32a84-60ec-4d82-8ab1-84511be4172b/4a1e6bdd4f15e0d55e0d9bb20c67631e/dotnet-sdk-8.0.403-linux-musl-arm64.tar.gz"; 271 + hash = "sha512-u2POAascZLhr2U2QwQ5WhocnYnWlz5FvaE/l8TFyN0UhZjnjfTzPK3kj9VjxkN04SP9iH7yOnspbSVG1t1uhEA=="; 272 272 }; 273 273 linux-musl-x64 = { 274 - url = "https://download.visualstudio.microsoft.com/download/pr/3ce68ecc-a007-4d15-9196-79ced76a154a/6a45f69bb5c24576abeea048cea09987/dotnet-sdk-8.0.401-linux-musl-x64.tar.gz"; 275 - hash = "sha512-5xG3SDImlGPif5iwScRC02hM3CExFRMyhaKxie9FZLZRJ3R83TqQDeU1gQGb349HQm8s/Jv8HAw6gxBvm7VOpQ=="; 274 + url = "https://download.visualstudio.microsoft.com/download/pr/662d63c4-fb9e-494f-96a6-e5d564dbb488/b39e35ac3115e6c8b0c1333d8327d7c8/dotnet-sdk-8.0.403-linux-musl-x64.tar.gz"; 275 + hash = "sha512-kgNzMgsHaVRhgPUJn9ujNDg7RRAxIPxa34dlg5huw6VxToL81kdUed9BXzMtzk0KmJwF2uH00aUNAmW5Eh+NLw=="; 276 276 }; 277 277 osx-arm64 = { 278 - url = "https://download.visualstudio.microsoft.com/download/pr/29ef2c29-154a-4c44-9450-071ae664767a/4ce00627f3eaee13874b54f033a9a27a/dotnet-sdk-8.0.401-osx-arm64.tar.gz"; 279 - hash = "sha512-oyMsBpO0HuaxjcPIsm2C3ZEWEyvXhx3JwKCsxeeZXzUudghp/pGgiChBfqe5H8J4Wa7qRJue+rwXwTaldzfJPg=="; 278 + url = "https://download.visualstudio.microsoft.com/download/pr/0f1c8c1a-a14d-451e-8a14-4088b0d29cf0/37d7a2637468a506214ce484985fe040/dotnet-sdk-8.0.403-osx-arm64.tar.gz"; 279 + hash = "sha512-89r8w54THem///GQrswI2HqgYlpmJFr1XAGbXLZNFZPNq/ZSwZfOQVK718VM9ownNJnZaaNIheO33wiQv1yTNg=="; 280 280 }; 281 281 osx-x64 = { 282 - url = "https://download.visualstudio.microsoft.com/download/pr/b266f183-c677-4f93-a729-abe0334401ea/ca0ce4f684c4cfea2d372223f9c67cbd/dotnet-sdk-8.0.401-osx-x64.tar.gz"; 283 - hash = "sha512-Bjrq9OlJuW1QG3eHMnnwKGzeRvkhK1kYHG2yFjBAH9ajUuMlmEjO6OEn5M6shaJeC842aZovtvbiqRmXxvYerg=="; 282 + url = "https://download.visualstudio.microsoft.com/download/pr/8d0cf513-65cf-4691-a436-7363a5c10af7/ea63a46f9c1f901cec977f2c88538146/dotnet-sdk-8.0.403-osx-x64.tar.gz"; 283 + hash = "sha512-Px9csJDUYaAmUF/8XR/ObxW6U1SzAiVMB37rl88jyDUDtFTi+BJfvdNkf00686GkNngNKihC1csJ0HarXkAURg=="; 284 284 }; 285 285 }; 286 286 inherit commonPackages hostPackages targetPackages; 287 287 }; 288 288 289 289 sdk_8_0_3xx = buildNetSdk { 290 - version = "8.0.304"; 290 + version = "8.0.306"; 291 291 srcs = { 292 292 linux-arm = { 293 - url = "https://download.visualstudio.microsoft.com/download/pr/c73041ed-e684-4dc9-981a-2db502409dd7/0e24c20b4b1d0a728e20982de0b8790f/dotnet-sdk-8.0.304-linux-arm.tar.gz"; 294 - hash = "sha512-MbSFdO52Ow1BggwfSWs+BVNsa2n9bnZBJEsc1l3MOy7V77SD17/MPC/O0v5OlGWJpY4kTdxaExyyZUgiAYwNLg=="; 293 + url = "https://download.visualstudio.microsoft.com/download/pr/4bbd0de3-6535-4f95-9b21-e0ca491bf9e3/9fb72861024e7ba9d6a35292cbc0e06c/dotnet-sdk-8.0.306-linux-arm.tar.gz"; 294 + hash = "sha512-3fTLvDPhTqU0n9DRNy82uOMpIL7INiXa0YeH5xf2FNlKn9ntpC4LP75o/9vHnTQ/Nww0EsagvEdQqIw+XF3wpw=="; 295 295 }; 296 296 linux-arm64 = { 297 - url = "https://download.visualstudio.microsoft.com/download/pr/be9572a5-bcd5-46a0-b10d-0d00229ad57c/b80d3adb25c20fec467bd33f29f9a1be/dotnet-sdk-8.0.304-linux-arm64.tar.gz"; 298 - hash = "sha512-bOk7ozCEi0BFtsY/lq0KkcR0Nhywogi9QSjUGP1toEaVVZrdY9+aCs8oOjLm54EyjTl5r5AOCyOCzwBsmYKAbQ=="; 297 + url = "https://download.visualstudio.microsoft.com/download/pr/ef4ce459-c628-43c8-86af-353d9d7e7c44/804deed3b6ec5a3312867f62e6cda7f4/dotnet-sdk-8.0.306-linux-arm64.tar.gz"; 298 + hash = "sha512-OlVLkjULbn09hu2SlJKV1GmWNZRhgkDJiBrbNvzK+4pRpZYahQVvMvC7V0O23c/YjnOTWeDKzGniAnfHR8K+Kw=="; 299 299 }; 300 300 linux-x64 = { 301 - url = "https://download.visualstudio.microsoft.com/download/pr/52cedf32-8a92-4966-b184-18404ea1c5a4/cc399fff1b152b822776514ad247df50/dotnet-sdk-8.0.304-linux-x64.tar.gz"; 302 - hash = "sha512-lxw0Q3kkDsS/qvHsppxmZ+WUzdDf3N5uiWLLekHWad/5HGROSO7TVz2EG3s+YM4C4MJ6fON7Zs3sJ780Vwh8Sg=="; 301 + url = "https://download.visualstudio.microsoft.com/download/pr/29fd0b9f-1b65-41ee-8d3b-9621c99ffa68/67a5a0c8846c41bfb5521c1df3915bd8/dotnet-sdk-8.0.306-linux-x64.tar.gz"; 302 + hash = "sha512-tZZTUIp/G3/1Y8M9ItkufnHV/qLwHWAEKd8+8mL9rfEdEcwlH8s0lxWuhv4Os/jzUiPw+E1w3S/hw5o/CfbgIQ=="; 303 303 }; 304 304 linux-musl-arm = { 305 - url = "https://download.visualstudio.microsoft.com/download/pr/21dcf586-94e5-44f2-8407-bd409d73f59a/ec99c395aae24f38dd5cf91c8dc06fd3/dotnet-sdk-8.0.304-linux-musl-arm.tar.gz"; 306 - hash = "sha512-0tEHHGdGZKj+lvYaYgTFb54sZZjSoR406skWX/MNHNMxGeEOeUmamjVOxGHjBj5Ad3KzYvNkDmQRTNzSpO8Pag=="; 305 + url = "https://download.visualstudio.microsoft.com/download/pr/45e213b3-e64a-4425-8022-12551182f8d7/7440e33fddc3b065de3ec91c25dc1169/dotnet-sdk-8.0.306-linux-musl-arm.tar.gz"; 306 + hash = "sha512-JtkK+U9PC0AXRiHatloxTBxlgSNlDV5ypD/9rNxdHocYGo7OHNDuZwrmkLZRzWiUdW/RqzzxMxfeVddhkK+vEA=="; 307 307 }; 308 308 linux-musl-arm64 = { 309 - url = "https://download.visualstudio.microsoft.com/download/pr/8083f186-347d-43ff-ac05-575f63a1c692/dfbfb3ee9943b880472ccb8e5517a881/dotnet-sdk-8.0.304-linux-musl-arm64.tar.gz"; 310 - hash = "sha512-8mbyyMQFN32ExPGRegxKdJMJfMhTlA7hKQ7vyHdzMZNagAAqnGx8AxmP82YbyKui6TNBXYp3iUn/kB2ov9qNGg=="; 309 + url = "https://download.visualstudio.microsoft.com/download/pr/5ecf5f2d-d4a3-4e2d-a78e-9d0d02352473/b1167527b6911875ef8b4ae1734c6fd3/dotnet-sdk-8.0.306-linux-musl-arm64.tar.gz"; 310 + hash = "sha512-Ce0bWlt6EDoFg1O+EHEhK16ZWI2fiEHWeRSsO/c1b3zWGn2qnU+JmMlBCARiVxe4Cgw2eygNxBubelwTJRnV9A=="; 311 311 }; 312 312 linux-musl-x64 = { 313 - url = "https://download.visualstudio.microsoft.com/download/pr/5cf9b56c-0da6-4229-9e30-44547aba8be6/20d2e5353050b04d3272aa5c4a1b689c/dotnet-sdk-8.0.304-linux-musl-x64.tar.gz"; 314 - hash = "sha512-QdptR5cqfKZ268Bxhh+jxW8xH2PuCff+A8wJzvHkdx5O/nPF/GsCq4TwB8LnBE1+4WxliXH6hW1T8V9D5qYdmw=="; 313 + url = "https://download.visualstudio.microsoft.com/download/pr/5b32ef16-9c52-45e7-b713-afede9fad881/f15872dc2cc9df4d85b4b8d34f94d559/dotnet-sdk-8.0.306-linux-musl-x64.tar.gz"; 314 + hash = "sha512-dWVzSibY7znXyOrylnYoyeDkyr3CJTkKhOKI4zXNLjZ67zxivkLybqP3cA+T12wFyulXyqjY96yOKsSl0SfT6Q=="; 315 315 }; 316 316 osx-arm64 = { 317 - url = "https://download.visualstudio.microsoft.com/download/pr/5ba638c9-0721-42c5-8bf8-9706c0f9c033/f8dbde51758bd9e734a9c932b60e12bc/dotnet-sdk-8.0.304-osx-arm64.tar.gz"; 318 - hash = "sha512-aZOpULxb/w7+diuiViqIdh6TxhAk2TYzIJlQy7aK61/xify/6SR6HN67435zgTYSPH1O2hBQcIYIux/wQI7/TQ=="; 317 + url = "https://download.visualstudio.microsoft.com/download/pr/5750e793-89c6-419a-9d06-cb4f85dc5884/de1bdcda0b0a5b42ce1e82e8011d97ac/dotnet-sdk-8.0.306-osx-arm64.tar.gz"; 318 + hash = "sha512-MGq/ju8/FtiJlW8YQzsKcdnf7sw8Bj5ODTP9/jfU8tEQbCfMxElhqeLgWIOCwz0SGSuXNGIeqk7a5o561BWRpQ=="; 319 319 }; 320 320 osx-x64 = { 321 - url = "https://download.visualstudio.microsoft.com/download/pr/8b5c27ce-6c82-4a06-8960-15ebd5434595/508572144872e190e7f00ba6583011d4/dotnet-sdk-8.0.304-osx-x64.tar.gz"; 322 - hash = "sha512-UPAmVDbow9dWugCrf81gbLXUUte+3k2vl+TALMl9u6/AC3bzfsTwe77UvuZDpDOEndvTY60tkWqlll7nS6MX1g=="; 321 + url = "https://download.visualstudio.microsoft.com/download/pr/c5d29ba1-2952-4da3-8eb0-9eb0aad0a857/8535d896d90cf0e02244a20ad895290e/dotnet-sdk-8.0.306-osx-x64.tar.gz"; 322 + hash = "sha512-cq9N/PmNTi7bq0hd1zeRoXucJ+ya/YekCo8KsDXKcE0MxRScNLSeKZh1/K7DCaFy2rgTYLziewm1F94CJLyuAg=="; 323 323 }; 324 324 }; 325 325 inherit commonPackages hostPackages targetPackages; 326 326 }; 327 327 328 328 sdk_8_0_1xx = buildNetSdk { 329 - version = "8.0.108"; 329 + version = "8.0.110"; 330 330 srcs = { 331 331 linux-arm = { 332 - url = "https://download.visualstudio.microsoft.com/download/pr/27228a4b-1ae9-4c1f-8a21-eecd21d6c7b8/c0500c9fac6db54f68c04956b828e8ea/dotnet-sdk-8.0.108-linux-arm.tar.gz"; 333 - hash = "sha512-+vqFZLNLUktCCeEEfOfPEZCl1C57obE1JPXeYCsHXmMM3SKVZ/FOsvCubJaskQrp27T8TlKN+VjJ0xRxNB7tyg=="; 332 + url = "https://download.visualstudio.microsoft.com/download/pr/090357d3-4a98-4737-af12-95cd0f7c51d9/d3c813f556a47c6e302767b8ee1d2915/dotnet-sdk-8.0.110-linux-arm.tar.gz"; 333 + hash = "sha512-QP5sEu4/Vim45hUFIGVPmVqg7pgxXeFiN0IDDhaLFiJyGtZA0m9Ev8EfIZO3r6D4vcu5U81Be0V254rLBTu3Yw=="; 334 334 }; 335 335 linux-arm64 = { 336 - url = "https://download.visualstudio.microsoft.com/download/pr/07df5bfc-98ae-4335-91c4-c95ec5f99a58/48a310e5d1bde3e77c53a51c99bdfc08/dotnet-sdk-8.0.108-linux-arm64.tar.gz"; 337 - hash = "sha512-bMcj8rE50ZsuF9pZNmmNOIpbZGOLde94xAxAftPP096nRcKRbwPvyeZkefxV1gjrOokwVyfs2xyZmxg7WN4ljQ=="; 336 + url = "https://download.visualstudio.microsoft.com/download/pr/22fdf62f-eb78-456c-9a82-75da635a2dfc/d47faae423b4f0666944beeee63cb6b3/dotnet-sdk-8.0.110-linux-arm64.tar.gz"; 337 + hash = "sha512-KGylYOebHHidgPtvm2qtLhBdbjk5z2djlBJ+SB6bIAvJ2nLYe7gWK2sqT2JpSjbtZsofPY7eJhp5CrtnZTfRZA=="; 338 338 }; 339 339 linux-x64 = { 340 - url = "https://download.visualstudio.microsoft.com/download/pr/95a365b4-ac3b-4300-ab6b-54cbc73220f4/4aabad928064af8761315ef34b08c24b/dotnet-sdk-8.0.108-linux-x64.tar.gz"; 341 - hash = "sha512-Vmbd9vqbZd6rpNfF/MLi1W9jHE9fb7Kp9ZGa8GFqsrQgsSqCi+zC5LhiinasPa6CS1Wr3lxtWsWe4THX7Ornwg=="; 340 + url = "https://download.visualstudio.microsoft.com/download/pr/9d4db360-5016-4be5-9783-cbf515a7d011/17e0019da97f0f57548a2d7a53edcf28/dotnet-sdk-8.0.110-linux-x64.tar.gz"; 341 + hash = "sha512-Pcckqt3tl7rmOZafixVgGWJlSvZWGhMv1lDsagOnRzoQYfj192BstLGksSfmzb+1k1S8AlvT8HtW4Khxa0tmrA=="; 342 342 }; 343 343 linux-musl-arm = { 344 - url = "https://download.visualstudio.microsoft.com/download/pr/24ef2f24-ca8e-4c3d-8466-2311550147d4/acbf2877ab4b8a611a3b63a9b9853dfc/dotnet-sdk-8.0.108-linux-musl-arm.tar.gz"; 345 - hash = "sha512-77MI2BrBAgli8U0D58qUGaKQGghGEg4HzZXGVAf+KYGiY2DC/+oUHYBYGqxtLDanN5x2wHsvs31O+4NpBfj/aA=="; 344 + url = "https://download.visualstudio.microsoft.com/download/pr/8991cc2c-60ba-4cf9-a687-1fc9c07f459b/12e0c566b39176c4c57f080c30754964/dotnet-sdk-8.0.110-linux-musl-arm.tar.gz"; 345 + hash = "sha512-5YzynONaW3dGYQ8u3TVVZ1GTUBuZjafZ7FKHVcuz/cTSJJ2zOGRah4DUevRvFpw3wTybrWfgDIYNM0xGoBFAeg=="; 346 346 }; 347 347 linux-musl-arm64 = { 348 - url = "https://download.visualstudio.microsoft.com/download/pr/63bf0f75-e962-46b3-b7c3-12aa20129d46/071514943265037c423e6f5e40df7ace/dotnet-sdk-8.0.108-linux-musl-arm64.tar.gz"; 349 - hash = "sha512-5wCbo3OwQ8y0aVVycayK5RirnJtbNk6YQdi5cwW2A28zJA5nLnxIN5hhaiM0KXSNUDj9/TNjUrggYK/WRXRwRQ=="; 348 + url = "https://download.visualstudio.microsoft.com/download/pr/a06e8e00-14bf-48c6-af18-799760b12228/8765ce8c3bf2e468a640084d3c12a702/dotnet-sdk-8.0.110-linux-musl-arm64.tar.gz"; 349 + hash = "sha512-ejcF2layS9s3tRbkJd+UT6jPMqPV4lI5z6Sq2UpxbV8QkYMK1FJ0omEEq0q3cuDc2GeaaY2vW8NLJMtygtiG4A=="; 350 350 }; 351 351 linux-musl-x64 = { 352 - url = "https://download.visualstudio.microsoft.com/download/pr/cab77c39-2e16-4f29-a9cb-e490d7fff442/ee37bc88e34e082a64d834ed5041bcee/dotnet-sdk-8.0.108-linux-musl-x64.tar.gz"; 353 - hash = "sha512-dEcVUB3jlG8GzTFvNcq8DjY+CvZRBEyXZwjA1I1OsNCUidkszrKDx1Gy7tDik86qq93Lq/fCXiHWWOv/ncMEqg=="; 352 + url = "https://download.visualstudio.microsoft.com/download/pr/47769d7e-7c66-4887-9041-caf21b3766f7/46218edc4901dc48740c6a154ae21b83/dotnet-sdk-8.0.110-linux-musl-x64.tar.gz"; 353 + hash = "sha512-jjgxPlsWv8ATmiK6tkx4GPm2bbn/7U5q3sINyuhhjZ3CDGy+8rwks0QLZ5Vp4d3qRLB2YeQdRd4LoZbkUm9oGA=="; 354 354 }; 355 355 osx-arm64 = { 356 - url = "https://download.visualstudio.microsoft.com/download/pr/64a3d858-c2e3-48d1-8236-7c6702efc1f8/191bed6c7f89244eb998b0f186db57d7/dotnet-sdk-8.0.108-osx-arm64.tar.gz"; 357 - hash = "sha512-g7ASdkdLS2K/CigvvhHSNTohkdkL7NQDs3PNbfyVJkRCqQcRetj2FXZbE5aSZ7iH0mqfJNvV+I2LVdqpRBLRPA=="; 356 + url = "https://download.visualstudio.microsoft.com/download/pr/8d926822-6970-434e-b77f-13db037f929c/73e8ebd5b9129e903e6833c8e755b1ed/dotnet-sdk-8.0.110-osx-arm64.tar.gz"; 357 + hash = "sha512-bWTqXAA4FLD+9LW750yvnqUCZ32iLGdrLbAbuUBTokM+qaqTIGcUWAnF2YhTpsSoB0s/JK6Ld8g1lAJwiYv8zA=="; 358 358 }; 359 359 osx-x64 = { 360 - url = "https://download.visualstudio.microsoft.com/download/pr/5ea78b09-65a7-4b08-ac65-bfae17afb322/7416ecc76a30ae4c77e71aade36e037f/dotnet-sdk-8.0.108-osx-x64.tar.gz"; 361 - hash = "sha512-qA/uJ5q/61WKVUDKKpaaEbs9vq3ow52MR76KLWIu8cK+2yLIdFmK1B2/8rldWkMZe9n1X8kzq07eXty2p2z2yw=="; 360 + url = "https://download.visualstudio.microsoft.com/download/pr/3927a23c-34ce-48e5-804d-a83c9a4110f9/5e5642702e03e8572f2f772c2166d331/dotnet-sdk-8.0.110-osx-x64.tar.gz"; 361 + hash = "sha512-xWuCfacAPfcAZiq9CPWvBr4iOHlL9O0kl41hLkW5fA2ieSv7RSOHGoCjI7stT3aJ3p0hbu8ptlEIeV3sIKdBgA=="; 362 362 }; 363 363 }; 364 364 inherit commonPackages hostPackages targetPackages;
+120 -120
pkgs/development/compilers/dotnet/versions/9.0.nix
··· 4 4 5 5 let 6 6 commonPackages = [ 7 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Ref"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-IcIfs7kmYWeUW0xI23FCgzzdTx/TstTzY/En7HZ3IYE="; }) 8 - (fetchNupkg { pname = "Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-YtwuWl1DpYuKY97P2iJmm7ov5q05by3eFL4inl+Kwhc="; }) 9 - (fetchNupkg { pname = "Microsoft.NETCore.App.Ref"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-aHywWxrhPfKRL5sZelbQiUZaMLRn+e4A3UXihjNBLoE="; }) 10 - (fetchNupkg { pname = "Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-KaSR5WA+aTDOR41PuvwsXZt/zHsOJOKxBEfSGxFO07o="; }) 11 - (fetchNupkg { pname = "Microsoft.NET.ILLink.Tasks"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-f9o3PGHsW2BNMN9noBsUFv0SRRUR2m+RHceJtjCzd60="; }) 7 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Ref"; version = "9.0.0-rc.2.24474.3"; hash = "sha256-dhl6zr9+TY8ty/bJjkm7bVbRwc6J+P8FqOiv1B3/+yc="; }) 8 + (fetchNupkg { pname = "Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-5NMC2RF2xmdc5tPbeDvkMtr24JeWfh1LzqU8+3o9nz8="; }) 9 + (fetchNupkg { pname = "Microsoft.NETCore.App.Ref"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-N3eNI7njwqYAwf6Y/MEliLinqCbR05lSelIWgFG/P1A="; }) 10 + (fetchNupkg { pname = "Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-KlBEQYRSy00ZH+bFkG0xPpwT7qOmm47bBgeblYtI5G4="; }) 11 + (fetchNupkg { pname = "Microsoft.NET.ILLink.Tasks"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-FJ+4ZPyU6LZLGr0c/zffRGH2lpNrclbaC3V8a8u9kro="; }) 12 12 ]; 13 13 14 14 hostPackages = { 15 15 linux-arm = [ 16 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-1P7Y8+FoxfaL3vTLPx5/LPYw2ZVhxC5sTSKbjHCPAuc="; }) 16 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-Ye6nUVh6gkD68zVlUg5uXYob2WCfNb+NgI7ByGkPrsY="; }) 17 17 ]; 18 18 linux-arm64 = [ 19 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-yT+zcwYGL1f8oMC7S9sdLjbLpaR5/zdrRtpozZ+w/YY="; }) 20 - (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-U8rxugP2w8JS1I1cTMzN3XYjw9uVHZqPDDppdE9dtns="; }) 19 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-arm64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-PnyYvI8pAmh1P9VWXX/Ckz4THQEbiwg/3wD7unDy/5E="; }) 20 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-leqqHeRkRMJCDX6P4mzjdc/E7X1GfvdN2iZ3QRAOjCA="; }) 21 21 ]; 22 22 linux-x64 = [ 23 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-iRO1a77VwLcu4vWro3eHHcxh8nQlY/ik4+pT/2c3khA="; }) 24 - (fetchNupkg { pname = "runtime.linux-x64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-XIODRgELUOKfn5L5g40Mxzcf/qH7pCJoRRvZPW1eY38="; }) 23 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-x64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-tmEH/rvjBsmocEFt4iFnzILq+kJqEO9E6GHXqFTLmE4="; }) 24 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-v5lk9Y0Krg3P6umdHnB+3RORoovXRzUkKjmd0WWLtB8="; }) 25 25 ]; 26 26 linux-musl-arm = [ 27 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-hqYfNrj8fhgSMkK+sEQTtZdidJeD2vvvDoMBtK8ZmYI="; }) 27 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-Yv0eYUjFuGPEl+NNGboMQEsuuh72pg5adUHWA0lg+9w="; }) 28 28 ]; 29 29 linux-musl-arm64 = [ 30 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-JMpiQJY23noyNK0KjkkyGmYJJLyTNiHhlZPKA6vSQB4="; }) 31 - (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-XjcQWqUEadp9u90HZU45gt/ANzn7Z7yuV24SrMKY7tM="; }) 30 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-arm64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-x1VIdkrzpg3GTVtHRlKPsPC062H3FZyu4ZZsaitTjLw="; }) 31 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-f7gxJhKCgdqoByaOCQUCJRfkzvvQn+EbaZJqXJTTLCU="; }) 32 32 ]; 33 33 linux-musl-x64 = [ 34 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-Dbt1T/Y9AsuITCNDu7+9to+9Q8aUAGmEsemONyucNkg="; }) 35 - (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-AlWrYGpqFSTj6UDEZ77kFq+KrN9SOO7fLu+R5hiICTM="; }) 34 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.linux-musl-x64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-qjvgKFhLLRDYEJZqJzzosj+G0/2rHVo9iltR6w5YvOI="; }) 35 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-9odWsDB2OiwJ1Rw0SfNREnSvYn1p3WSmomBFbWegwOw="; }) 36 36 ]; 37 37 osx-arm64 = [ 38 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-ewDINCVRtePHQRceMn0xhUFNjEr08AsaS9WBvz3lcLs="; }) 39 - (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-8CNaSv1PxoyQGSc7W64BlviEgBtggYzSjDh6vPl3YSI="; }) 38 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-arm64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-BVQtI6mHKz/uRk6jszpYesgKvnOmiTEQa5JwjFmhp4A="; }) 39 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-hioVbT84W4i7/Li0UIuebF34RHwkHRCdYyn7vxkMyk0="; }) 40 40 ]; 41 41 osx-x64 = [ 42 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-DV1kc2BhDSHgmWE7lqUtM3u5YfXl/EKo3FU04LHzP5o="; }) 43 - (fetchNupkg { pname = "runtime.osx-x64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-58cO2fdzdLYkWC6q7dn5dXKpMj4WzE95tlnPqW0X+W0="; }) 42 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.osx-x64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-zqAivHOPdikSayzdg4lWEaB8yvbdRIbhwuYonx+cYoo="; }) 43 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-y+lKV0p7ybzXtDpTY2GwCdh2IWnAb6MdeQiRD87tr4Y="; }) 44 44 ]; 45 45 win-arm64 = [ 46 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-GugOroZ0SRoGoP3xE3jt91vTbHwXLPq8bHYckNC8SIA="; }) 47 - (fetchNupkg { pname = "runtime.win-arm64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-ceT9q9ZCwhGnp+BrxgjPcoyrAqKHc7VK47M4tM2pQmw="; }) 46 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-arm64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-fhc4491T3JB+k4XmPyfMK6bwqpfx7Mbugs/sh9hCb6U="; }) 47 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-hF/f/muateSDsp9oNafpzgtFtNm0kYuAG5YhJCVx0L0="; }) 48 48 ]; 49 49 win-x64 = [ 50 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-lvAHbw3hhS6OnCuUMLEa4NKJWZPHqcBM3IeXpeYtLHo="; }) 51 - (fetchNupkg { pname = "runtime.win-x64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-ZV5ptFKjt4UX+ytjnWMRk0/Xc+hR8tuYb8ADqLlTFnU="; }) 50 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-9AbfJQ6S6wxIwyecuMQPFp5g1Be/MZKz0A+YLvg0vME="; }) 51 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.DotNet.ILCompiler"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-gJIIbWDEcDP3fJZLS67+pSeIUBJPdAxy/ICLU8nKGLU="; }) 52 52 ]; 53 53 win-x86 = [ 54 - (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x86"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-ULArvCiy+bOHtkD5E0q7u+Cfg7R+IJZ4A60ldV798vs="; }) 54 + (fetchNupkg { pname = "Microsoft.NETCore.App.Crossgen2.win-x86"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-SdNqAE+cjhGk8Be1sPOy3SvcXmUlBEvFUAMnGaBm9dU="; }) 55 55 ]; 56 56 }; 57 57 58 58 targetPackages = { 59 59 linux-arm = [ 60 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-eC46DyuObx9VhFP4PyY/3JWqAck8bW4Bt2hZyuapLRY="; }) 61 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-6WaE1hKyIBnsTe3YlVP/lHR9HOnMkYtqDZEZLzidFAc="; }) 62 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-u7sukf/qUk+gUVxFj/r9rzkQTVUcg2SqNhOmhPOsEyg="; }) 63 - (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-pYPVNaL6x5zRCBxCsPso8Ae0k9aaDbvH0aHS+j5pdIs="; }) 60 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm"; version = "9.0.0-rc.2.24474.3"; hash = "sha256-C/rbNcMEVFr+X4cc8uWafZZfTBmVrdohkwlVay49i5o="; }) 61 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-CrY8BoFI0y3jGCoMUxGle+q/1eR0jDo3c4/OHGkfpWc="; }) 62 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-ry7q5h8R7E5EYWekPpurKvQSzIvgk6+PDhXmO8LGmbc="; }) 63 + (fetchNupkg { pname = "runtime.linux-arm.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-rWX+2sujaeh4865lAXlazeEkAhdHv+nOw+nUGFg/PCY="; }) 64 64 ]; 65 65 linux-arm64 = [ 66 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-hKCalXcwzlgMLwthSnTcHkDOW1g2XUo4Kj49uryZvt8="; }) 67 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-qlxs6pqhMQHkvOkJY37f9VMlxwnjUffue656XJaRLWI="; }) 68 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-h1FtdGrQp0HjK8fJajK1h5YV9fgBZCBQOH9M4pqMamE="; }) 69 - (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-EBCX8Uvy+Z40i+VjuUK+F5CAZYblQLKzAExfx/uQ+gE="; }) 66 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm64"; version = "9.0.0-rc.2.24474.3"; hash = "sha256-X+/z6pjwjLfAaVlRu9a8UppQH+rWGNfOd+M6T6IpGA8="; }) 67 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-arm64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-AkQO8KH84aWw/nbLTU5Pwe3Y+nMY6qO/ocak626vfTI="; }) 68 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-arm64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-gX5B8VfFFKQ/c+ZyW/plJQvJR0tD3/L5u2LAF0GwqKg="; }) 69 + (fetchNupkg { pname = "runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-/h8tt997pSkGTKFcPjc41m1L6aFtnlrhyI89qtT4AAo="; }) 70 70 ]; 71 71 linux-x64 = [ 72 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-x64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-KmyOl6C8u/PrCAMiY/KwELYvRafnM4SfcnEhKvU5BeU="; }) 73 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-Q41rpitFgIbgUpIh7iGzXTaCVDoUoDJ7HYddW2krHAE="; }) 74 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-bsQyjyidOkZLtjR1JadsIkRp6gDlHjEsJEbNLgKGtdE="; }) 75 - (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-2YfhVuvSJe2sIkPFgocqAJubbb1PU7r93YoICq3ntAo="; }) 72 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-x64"; version = "9.0.0-rc.2.24474.3"; hash = "sha256-hzjiFI6ldUwohHqn+joLwj0QCSEsKA7fpsusiSUYiOE="; }) 73 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-x64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-c7USudhIPx+sIax6rAq35ZWENK7VcvTRMI5Zjw0lBRg="; }) 74 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-x64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-rW+noSMYQ/9HGMWY4Q1GdLyJ4XlwPGyBoOxJaldKU3k="; }) 75 + (fetchNupkg { pname = "runtime.linux-x64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-3PrM40rNOxEETs+BuB4apQp11UM/Tt4qCqqEe6pDCug="; }) 76 76 ]; 77 77 linux-musl-arm = [ 78 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-oPUyQZ9bGNbk6yPeIAQkNmDmDNcq3o2jFIsunotBBps="; }) 79 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-CBwqR3ii9Yg3O9lG/UAFaltVHmH5aFk2r8+IV1zeIS4="; }) 80 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-Uw965RIeMJJ3uV5xX6WWGVq8i+CHXpiOw1mOT6rPmFI="; }) 81 - (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-JBUxkn0eUboAElHl+o2LyC7f9eJz4jJ9/odxXa43FSM="; }) 78 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm"; version = "9.0.0-rc.2.24474.3"; hash = "sha256-fbp4ArPk2XTAssAQTkrNtFHU9kzIV5zY/Jjq92Mpi+s="; }) 79 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-RWW2aK5C5b6opNsXqnO6XjCDPZ0EtHToHBOgPjGQS1g="; }) 80 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-Wd+w/+tWFL+gmhmf0wj1ym/JURGxHjJqLsieHsDw5sg="; }) 81 + (fetchNupkg { pname = "runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-QELdzwfVBm1vMmFWdSN23g35/O/rtan708KHN1PiDV4="; }) 82 82 ]; 83 83 linux-musl-arm64 = [ 84 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-ZsUpPpaD4cfjTnTPAw1VqKHYX51XFG1ck0Ae2dWUKt8="; }) 85 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-RY5CrQ9K9VZeh8+1r8Rjg0gEFBBRqR5EGTFkBfx0+3Q="; }) 86 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-FG9CGm1wZlMzKGzr70+qg62NLmYot0uG9yilyoEBpmw="; }) 87 - (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-QtCqH/Ah7EW2lNWHq9y4sAQI+8XOWMLBrqPIuDEV1ic="; }) 84 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64"; version = "9.0.0-rc.2.24474.3"; hash = "sha256-yvHXdiGpCUWxLduToPbio8fcw9Mtyl5zvo9tCg0aV98="; }) 85 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-arm64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-Zrs2qA7PtIYBjpk/i3HzMrqOvU00I9hBfTjp5o+4fsk="; }) 86 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-arm64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-fsmi+VG1+9QYegQT3vPN6QhNVUOKQu2X4u92etqPTfI="; }) 87 + (fetchNupkg { pname = "runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-Wr6Tsylj+lyhfrwMUJ44duIJ8qTNQzxkmAMy90hv1uM="; }) 88 88 ]; 89 89 linux-musl-x64 = [ 90 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-x64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-wdwHZFStEDDU0v8nah6hylLErKUxC9x3CvgL/9Qcfwo="; }) 91 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-QnGhafheornOKm2H+UO9M+a57S7OzU7oomMp1Gs+qcQ="; }) 92 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-v8J9etz1hP2q02KbUjKxDUc8So2qlzajFCDbM9N9TiE="; }) 93 - (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-HZS5qup9w2rWf1K5zIq7BEYTi8BC5co+Mz9Ey7iOcPc="; }) 90 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.linux-musl-x64"; version = "9.0.0-rc.2.24474.3"; hash = "sha256-Cn7eSPm1YLMdEXGkNwiFo9nGfHNq+bJRFA3f4A/9Aec="; }) 91 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.linux-musl-x64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-CGdQ7pTIO8gUrWB6KozR9DWrILLNk4K50p7hfj/KA/4="; }) 92 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.linux-musl-x64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-PHMxmQJ8GxmSliTONInEGcKUxAfLAlmY4v8H86dxxYs="; }) 93 + (fetchNupkg { pname = "runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-9Botmmfm2w8kmre5N6QdhczSl9ULvPKzNi8A5SNxP/I="; }) 94 94 ]; 95 95 osx-arm64 = [ 96 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-arm64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-hSj4rqdeeerbuFQT7DI38eIOI3XUUun7nfi4ypPyggU="; }) 97 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-4sp79lNVzgWRV2l1WjURkZBTq13OTRPfoRsaWU1Kd+Q="; }) 98 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-JT2SL5C1RXS80C7hB+YcCHW9Nynq4+1dCd4nckZVDsM="; }) 99 - (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-pnE0Z0AxP+2tiQT72EIjrsfRxN9q/rWQ/5J1SIF8rVg="; }) 96 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-arm64"; version = "9.0.0-rc.2.24474.3"; hash = "sha256-FCTCJCtnbeN46+G6jionwMVL/ombLiWJ12w8gZv7vPk="; }) 97 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-arm64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-O2kh/ld/qx8AoltZBY5QScxXmePNwu25xwix6aLPhuQ="; }) 98 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-arm64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-Nek+eCGSSlSXFElKc3ZDdKAR+VqfYIKO0ZvXxLPAnvQ="; }) 99 + (fetchNupkg { pname = "runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-GhT5AhdQZnFFr3LZsArYg9asONt+teRjUJJjenhSY3k="; }) 100 100 ]; 101 101 osx-x64 = [ 102 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-x64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-DO5bDJGbzav8ji/1Wp5+VCU2xd/7P+tD8eMCBCeisq0="; }) 103 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-ORBkaFVuxvBBcqo0vklECC72Paoy13E33gt/ctHojq0="; }) 104 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-oFvsMtKz+O9/B7asuc2DsH8KhRhAdS4D6qR64O8dE48="; }) 105 - (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-sXYAaSQvdrsknqu85ZzDfRFKQ3lKxPmK3CeYJwJ/u78="; }) 102 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.osx-x64"; version = "9.0.0-rc.2.24474.3"; hash = "sha256-Goj+/hMmaBAMPB9E1whGTgDfu2a5Kd6uAnIrLI88juQ="; }) 103 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.osx-x64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-dkt2vVIvPIt+ewrp8ggNODm6Bvbj6LLpFmHH81PnVSw="; }) 104 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.osx-x64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-mQflfj047ONkda7KpQZga0WWzbIGzMf9Ls+ipMrnpuw="; }) 105 + (fetchNupkg { pname = "runtime.osx-x64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-LIOwkyYFeTVmiQjJLt++yutwY7rLupshKhptuciNjVI="; }) 106 106 ]; 107 107 win-arm64 = [ 108 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-arm64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-/GFhQQTpATa+eVsIKIS5hYQwEzueYT7IClqfTuO7OiY="; }) 109 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-DJWq3FrbwU6QCJLuMWKFvQhwrszUHIHbZEi+cjnUkAI="; }) 110 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-arm64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-NtpJ9HN+LvXLb/qBn3Dz5XGTqhrlB8oUFCzge9zkxJ0="; }) 111 - (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-quzQ5GEyFmdsn7VXSsjSFHIcYnHwxb3OXP5Rcnar7mw="; }) 108 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-arm64"; version = "9.0.0-rc.2.24474.3"; hash = "sha256-6aXnFRj5cnGWFjL830CktLTqisZsqnSaeuBC5J39eeY="; }) 109 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-arm64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-V0WFhdRjor/oI4pcB7/XhKjBFefJFy6Mo4BZjmUJjEc="; }) 110 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-arm64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-btKg62ky/0St7WYjXXZnoz99DdHNUpCnOXHaBWSc/rs="; }) 111 + (fetchNupkg { pname = "runtime.win-arm64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-LX5fCmJl4PFgHStU5s4cNjUIeXFlinlA0PAD4tRYZk8="; }) 112 112 ]; 113 113 win-x64 = [ 114 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x64"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-53HpBsY1A7xFKDSKW+yMjoTdK+calt2k8z1XQbIx39I="; }) 115 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-zzq0pwTb9ayiuFijGfhXPyIk7YsGu1Q611CvHhPAGPM="; }) 116 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x64"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-WUB7TDKuqe/+vZMdwtmb8yst0+6STi/H7gf1jmb0adw="; }) 117 - (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-mc6g5oRPUbsFFwn5KDeY0LbzLGlyiPZxAhtjGEsIh+I="; }) 114 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x64"; version = "9.0.0-rc.2.24474.3"; hash = "sha256-gRLb6tj22ig30xwYcSGL+mb3IEAoPweMGJtbTpfTS5k="; }) 115 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-WgEZAR4QO34XCQHhxbZ4DAlRDXkdyftbVFjanN7lm1o="; }) 116 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x64"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-W2K3711R50a4ofgvv9lOsHY8HC2luKjfSTPByGJhP1I="; }) 117 + (fetchNupkg { pname = "runtime.win-x64.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-Zv+W3RVduqZy+8tDuGOzgYEDwsJf3rBTehoZKGC1eEw="; }) 118 118 ]; 119 119 win-x86 = [ 120 - (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x86"; version = "9.0.0-rc.1.24452.1"; hash = "sha256-lMVZtEPD48KKReYFsJ2rmJzCvlQNkGvajbfmd/ZYfFA="; }) 121 - (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x86"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-mHRvOES1i3VCmHfyQOakMNyvvJYS0xGdF8YFNpTEDx8="; }) 122 - (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x86"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-X29sAPaFb6yZptgoQK6QnRKbLRmmkrnvWw2zHC1MHE8="; }) 123 - (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.1.24431.7"; hash = "sha256-8LP07HWuRAyUGk5aSIpBHcAso16yM6UQ7YbPAen0Zgs="; }) 120 + (fetchNupkg { pname = "Microsoft.AspNetCore.App.Runtime.win-x86"; version = "9.0.0-rc.2.24474.3"; hash = "sha256-R2ZhPNxNQxgvDMENdOblDL+PpZqfjzau70COkjUTO10="; }) 121 + (fetchNupkg { pname = "Microsoft.NETCore.App.Host.win-x86"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-XgQyMZ2KEgZaBgrJKGYtlL6msnvxoLvzisHdOkN3Nlc="; }) 122 + (fetchNupkg { pname = "Microsoft.NETCore.App.Runtime.win-x86"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-1RpTJXq08lBJ1SqBNKSzZPs3DB6Wc1hNXYYuyqwI700="; }) 123 + (fetchNupkg { pname = "runtime.win-x86.Microsoft.NETCore.DotNetAppHost"; version = "9.0.0-rc.2.24473.5"; hash = "sha256-IMroqfAI4aHTFggLYwURdsY7Z8M3mly8QEJjQRSgPa8="; }) 124 124 ]; 125 125 }; 126 126 127 127 in rec { 128 - release_9_0 = "9.0.0-rc.1"; 128 + release_9_0 = "9.0.0-rc.2"; 129 129 130 130 aspnetcore_9_0 = buildAspNetCore { 131 - version = "9.0.0-rc.1.24452.1"; 131 + version = "9.0.0-rc.2.24474.3"; 132 132 srcs = { 133 133 linux-arm = { 134 - url = "https://download.visualstudio.microsoft.com/download/pr/c414fabc-f831-4c5d-af5e-8e85ebecc6a0/670acec9f83315bec2788393db85e708/aspnetcore-runtime-9.0.0-rc.1.24452.1-linux-arm.tar.gz"; 135 - hash = "sha512-EgHd12xUpnbLKHRD7xszFtCHufNVfHl/ckzU/LhphutJmzEilZskl2RE4mIoXAWooPjz8oKJRjHlj6TeQrtUiQ=="; 134 + url = "https://download.visualstudio.microsoft.com/download/pr/bb68e2f8-fc3e-42ae-85f6-ba2bf4bc8ecb/524d5256a3798a7795837d7b104fb927/aspnetcore-runtime-9.0.0-rc.2.24474.3-linux-arm.tar.gz"; 135 + hash = "sha512-1qqmHfZrxCKWNQ9WoT5PWltWdw5izfS7KmR/gNs7ymMuf4tk27LSuEJuhi7fPKdb68/p219qbpTsCFV6T3pGGw=="; 136 136 }; 137 137 linux-arm64 = { 138 - url = "https://download.visualstudio.microsoft.com/download/pr/c5075cd5-2552-4f77-96ce-31450f9ff8d5/e6ff2b52e2a27a60eb3585cbca01d60b/aspnetcore-runtime-9.0.0-rc.1.24452.1-linux-arm64.tar.gz"; 139 - hash = "sha512-hGEKOPuamOt70muompxJmGguw//7Xq3lu6+6/WPKx9mlJ5YYu1slddJ/7sCY2l/m9xUMZyU/Pzd2JgFZA5bhIg=="; 138 + url = "https://download.visualstudio.microsoft.com/download/pr/687495c2-a3a5-4cf5-98e3-2adfef55a1e4/ef59f43e13c7107ab17e59c276da2485/aspnetcore-runtime-9.0.0-rc.2.24474.3-linux-arm64.tar.gz"; 139 + hash = "sha512-tt5mjOhxRHa+eK4A7WYCfzpbBtlcZ2itaz7KTQ85bJGEMmfA6MAxYLcJp6zcvCsJBH8eyNRjCdQMPTH4ScyYHw=="; 140 140 }; 141 141 linux-x64 = { 142 - url = "https://download.visualstudio.microsoft.com/download/pr/da25731f-e296-4e2a-8f2b-0213d26e1799/859039cd012f8cfba53991f8f5543609/aspnetcore-runtime-9.0.0-rc.1.24452.1-linux-x64.tar.gz"; 143 - hash = "sha512-+P0oXWe7BE1jFZaGnWMB4QoqJDyByaBQlqZq/0+zQxUpgSx0gubPDgZejgZfxQsWtQ1/KklaswB3povUWzujdg=="; 142 + url = "https://download.visualstudio.microsoft.com/download/pr/f75b68ca-9e93-468c-925d-3ce85f8a4d0f/3a31e60149a0ca0f9e8d7c05666cfcba/aspnetcore-runtime-9.0.0-rc.2.24474.3-linux-x64.tar.gz"; 143 + hash = "sha512-k3DCYXTNfxsv71jgpTBByUt9VBLxXqWGX7xlOmWxSLH5LnmS8UdhCmyi6SAR/yjENICrJqbn+M1W8hia8GEL6A=="; 144 144 }; 145 145 linux-musl-arm = { 146 - url = "https://download.visualstudio.microsoft.com/download/pr/8d4492ed-c733-4cfc-bf16-4f13191587f2/c843723067d5fc1d790ffa1810c683c1/aspnetcore-runtime-9.0.0-rc.1.24452.1-linux-musl-arm.tar.gz"; 147 - hash = "sha512-Kdvu4spDebM0V+KwVliBFPoxgTUGxTWaIxRfI6QdBj0F6qCX6hF2I6QPqxE1FrRRUL0XovBXKHViwz/pFovymQ=="; 146 + url = "https://download.visualstudio.microsoft.com/download/pr/bc4a32ff-51a4-44af-9f7e-fec219ed91b6/4ef16e8019a45a760fc00569cb979ccd/aspnetcore-runtime-9.0.0-rc.2.24474.3-linux-musl-arm.tar.gz"; 147 + hash = "sha512-+mwjYESxZ9+g44mq87jkLRQp8ZOvAUua5oV+LcG2SmWoAoxqwX6D2+Xsh25o7py4U9/gGciLOp+hX8xqoLAX+A=="; 148 148 }; 149 149 linux-musl-arm64 = { 150 - url = "https://download.visualstudio.microsoft.com/download/pr/bc3735cb-fea1-4f97-8669-3ab0e389d055/084b94228b13a45478ac75f5158801b3/aspnetcore-runtime-9.0.0-rc.1.24452.1-linux-musl-arm64.tar.gz"; 151 - hash = "sha512-n08aOk85N3d5v092zguXYxAtnKYX/99h/3Wg2Bxcxj+1BCcI/xCxqD5VgFDZuVu68Vn6d+J8wD4K00NEHhZLXg=="; 150 + url = "https://download.visualstudio.microsoft.com/download/pr/8548303d-93c5-4846-87ad-af4c79877a26/6e3dc8573f2cd923959bdc39c8d37eb4/aspnetcore-runtime-9.0.0-rc.2.24474.3-linux-musl-arm64.tar.gz"; 151 + hash = "sha512-YwPe+FCO5N+Xnm7mgBB32n0FF9MgO9/3SjbNuuVwidfHJpHtoApdqnQLKDGQlQtcqO0PoRErfSqxHBRZCd6RmQ=="; 152 152 }; 153 153 linux-musl-x64 = { 154 - url = "https://download.visualstudio.microsoft.com/download/pr/10aac5f7-c037-4874-8c05-425e668b0a24/4706d38e511259862e93a61f15dda28f/aspnetcore-runtime-9.0.0-rc.1.24452.1-linux-musl-x64.tar.gz"; 155 - hash = "sha512-D5RfnHYZkY1hmmbPtsiwH9mTlDjOjvi+B5f66ky9c87eb9JcIlhV77eTvmcL/A9xmOnyMfoFEdfPMZ0vq7rJ0w=="; 154 + url = "https://download.visualstudio.microsoft.com/download/pr/ee8ef896-6330-4f7f-86ad-172d67793e08/fdbe8aa1eb6fe38e8ad3fe471495d388/aspnetcore-runtime-9.0.0-rc.2.24474.3-linux-musl-x64.tar.gz"; 155 + hash = "sha512-nEGqO/ymPJSP+HPMNBoJEEmEEWfmRMwU8fVD/qO+dbEICMOEgwORb/NHIAOszYAfe8gfzIbZLBpcns0p2b3jug=="; 156 156 }; 157 157 osx-arm64 = { 158 - url = "https://download.visualstudio.microsoft.com/download/pr/0bae8dff-9440-4388-a03e-af44e20673a8/8ab257a4963967970cd59c31c213f38d/aspnetcore-runtime-9.0.0-rc.1.24452.1-osx-arm64.tar.gz"; 159 - hash = "sha512-A/fgM1LRrS1U6d5MHN16lMIxG7NtTGKWZh+rKGzd6/P1cgT3OJLv1T9Dz7E7pzyvrpXQUixHvgMgPV+2mg7P6Q=="; 158 + url = "https://download.visualstudio.microsoft.com/download/pr/0ffcfb0e-3d17-4b00-8bf2-db75b095252c/5bd0a672caf63b32b39b92c0677a2a4f/aspnetcore-runtime-9.0.0-rc.2.24474.3-osx-arm64.tar.gz"; 159 + hash = "sha512-HdXqCzgA3Ti9piOSgJM2A5ummzrD8agnOmhmTKDCO2MoSKNIuNnp4OdlObbl4VgkMguDBXHC+uPflK0PJiiNMA=="; 160 160 }; 161 161 osx-x64 = { 162 - url = "https://download.visualstudio.microsoft.com/download/pr/b0414fd7-20f9-4363-9dbf-072880e97b17/89584fa06e9ba1154a7e02402a28d82f/aspnetcore-runtime-9.0.0-rc.1.24452.1-osx-x64.tar.gz"; 163 - hash = "sha512-/0puNbQfUgBSHqSyV7KT5NSPF4bMqpzYW1W6lq02A228FJ0v+CDx3/Xy2az2w4tsNUDnAMLC21/m2C1PhfRhrg=="; 162 + url = "https://download.visualstudio.microsoft.com/download/pr/7a757e46-1c68-449e-8b1c-64293c30242d/aa10955edc95ab4419bbad34f8e4899a/aspnetcore-runtime-9.0.0-rc.2.24474.3-osx-x64.tar.gz"; 163 + hash = "sha512-tirwJSlndP0w9g6+OKgGEviqB4Av/PHJPT2pBStGEQj+XK7DVvlczYdy6nUUhiw3mvuzwZsjyOi1OvmhhAiBPg=="; 164 164 }; 165 165 }; 166 166 }; 167 167 168 168 runtime_9_0 = buildNetRuntime { 169 - version = "9.0.0-rc.1.24431.7"; 169 + version = "9.0.0-rc.2.24473.5"; 170 170 srcs = { 171 171 linux-arm = { 172 - url = "https://download.visualstudio.microsoft.com/download/pr/26c238f2-53a2-4fdc-981e-31272c80d107/67c11b008d57d501cd2e5ca642cbc8c1/dotnet-runtime-9.0.0-rc.1.24431.7-linux-arm.tar.gz"; 173 - hash = "sha512-ioPeMA6PnsZ/cFAE9VIpVz3Yv7EG9sQjie+ylsI4buJ4Rvgbqv5rQmnpxyaQN+XsPxN2xyvBA+RkHJGBp+V2Rw=="; 172 + url = "https://download.visualstudio.microsoft.com/download/pr/a0fea09f-b78f-4381-be80-3bb7c363f010/7dbd31bdfde0fd28038f9feb5c24de4e/dotnet-runtime-9.0.0-rc.2.24473.5-linux-arm.tar.gz"; 173 + hash = "sha512-w+oUlK7VbFV0BnhuFtriWi0bCeCG+kcL7nhQID88mV/wh4ujZwehFxnbHlF8b8ulOxA6aYe0/akVjfU2y/0n0A=="; 174 174 }; 175 175 linux-arm64 = { 176 - url = "https://download.visualstudio.microsoft.com/download/pr/54f6fb3b-da5b-4a2d-98f4-ae07c814a586/e5f2a5ba551ffe53ea1c2ae9b7681f0b/dotnet-runtime-9.0.0-rc.1.24431.7-linux-arm64.tar.gz"; 177 - hash = "sha512-hUK7k4Hk7Kbw687d7GhSXMWeNPckRhPPM8shUfVwwzRcttCBxJKwEHDnYtNEDwLUVYI0Uy1Y/z3JGQV+Bre9rA=="; 176 + url = "https://download.visualstudio.microsoft.com/download/pr/59fcedfa-70be-4166-ad7a-aa724c8d0754/56ab42fd18b3ec36eca8e9a52398032a/dotnet-runtime-9.0.0-rc.2.24473.5-linux-arm64.tar.gz"; 177 + hash = "sha512-NVzbOrCgH74jtwZ5FsdRazFq2jYN6pt3Nf6TXsoXI8obMkB+yjr6fHIrvwYZkAGabVY7w1l/33KUDOs4rirQTg=="; 178 178 }; 179 179 linux-x64 = { 180 - url = "https://download.visualstudio.microsoft.com/download/pr/72048153-7c19-4e69-bcf3-22563060db07/cd181715a0f7cd3cec8c87b115181da9/dotnet-runtime-9.0.0-rc.1.24431.7-linux-x64.tar.gz"; 181 - hash = "sha512-n5qFuNn2Ni7SwtDt79BJmRgbLDhmR2RPvB2fJIJVOHMkOZ7bHEC8f6jEetwi4tcdtfJc55RSHVnkbEBZO19sxQ=="; 180 + url = "https://download.visualstudio.microsoft.com/download/pr/69beb740-ba0e-4a0b-a82a-737c61cb75cb/eff5e94b382efcdcd2a80278e04edb92/dotnet-runtime-9.0.0-rc.2.24473.5-linux-x64.tar.gz"; 181 + hash = "sha512-ugQx57uCrMqxRM8WZsRwVJ2BAqF/JgzX4NmIkjon861cEMrdFgtaGA1bsVlyFD8w/bc7aH0fjMwC6ekzSrjCzQ=="; 182 182 }; 183 183 linux-musl-arm = { 184 - url = "https://download.visualstudio.microsoft.com/download/pr/c948e710-a590-4492-870d-1e44ce476a55/86522880c5160af3c81bfa71378b79b9/dotnet-runtime-9.0.0-rc.1.24431.7-linux-musl-arm.tar.gz"; 185 - hash = "sha512-ERibzBMUhpSROsX7BQt324EErGLdOblwzZau85n3p87mVqMUtE8BE/lnJufuCiad6jhjcCD+BiYaiwHKDfnktA=="; 184 + url = "https://download.visualstudio.microsoft.com/download/pr/1ae9bcc8-f0c6-4e58-ae9e-1a97ad4176e7/97a25ba8dd8535ed125d0c3773a8f64b/dotnet-runtime-9.0.0-rc.2.24473.5-linux-musl-arm.tar.gz"; 185 + hash = "sha512-WeLXyzWmOYR1LSlr8CoejCqNsNy7K7zkM3X59+qN7ZOGfOTCCwnAPelOPjNGPxXL+a/wWKkzHa8KxQTEdx25bA=="; 186 186 }; 187 187 linux-musl-arm64 = { 188 - url = "https://download.visualstudio.microsoft.com/download/pr/9ef6c8f0-49ac-4b37-9e7a-0f2cbbc74472/ceebdb8281a18bc80d17147ec3146cd0/dotnet-runtime-9.0.0-rc.1.24431.7-linux-musl-arm64.tar.gz"; 189 - hash = "sha512-3WKnNzaydaFbWv+jRloO89aWGaBsyqo5FrMx9Fs4WakCjnjrfNhcdm3v+5cDx7uWeI9AYdVJy98yW/gYlDEFIQ=="; 188 + url = "https://download.visualstudio.microsoft.com/download/pr/f5868a65-9c13-4020-8f22-afbd6ce09d13/7a342e4798cebc6cba90a6569e9dbec0/dotnet-runtime-9.0.0-rc.2.24473.5-linux-musl-arm64.tar.gz"; 189 + hash = "sha512-PekyCYPo4EPrW8MB4yRCVXCyHM8NXrl8Ph/eKrl+mCBtjReE2W1pE74LtLjOUMXP+Vbn+Jge4KHxyd8idnkhKg=="; 190 190 }; 191 191 linux-musl-x64 = { 192 - url = "https://download.visualstudio.microsoft.com/download/pr/30c11bec-b456-45de-bb45-5e892fd1a509/cd72910d2c8b0c908f717a3563c2445f/dotnet-runtime-9.0.0-rc.1.24431.7-linux-musl-x64.tar.gz"; 193 - hash = "sha512-vXcBXKRriSj3CmHmz+8jxeMIrUDAPd1CHCEBQbGjjNXE2O31Nl6LruIn21pqxx++pIHBqLPFum6lgzCv3X/iMQ=="; 192 + url = "https://download.visualstudio.microsoft.com/download/pr/d9e2009e-5bab-4a62-88e1-ae5e3ed4e0a0/617b2bf0e8292164424e71c342ed8d13/dotnet-runtime-9.0.0-rc.2.24473.5-linux-musl-x64.tar.gz"; 193 + hash = "sha512-1AoYYdTlUKRtTpEEF20QfqoKG+lMxqxYPvMx5q0xzK9NN6QnYgMAo3N2yG8SKpIKK3tAtOSsNHvi1io43IPZZQ=="; 194 194 }; 195 195 osx-arm64 = { 196 - url = "https://download.visualstudio.microsoft.com/download/pr/8abf3e03-1ab3-40fd-a9cf-fa22005be2e8/cb0c3c5d130ef8ae76a982860fd3606a/dotnet-runtime-9.0.0-rc.1.24431.7-osx-arm64.tar.gz"; 197 - hash = "sha512-qCX8qe3eU6tqvA7+DETW+yXFx3rrLTW2xBTULzZEU86wae2duIZcK7glI5ifzrfMy/hgR2mVkP91amucVMIddA=="; 196 + url = "https://download.visualstudio.microsoft.com/download/pr/cb30091f-cc2e-489f-a8ae-87a08a9d220d/7ce11a740f6d5641c514fe68b2cb2dd2/dotnet-runtime-9.0.0-rc.2.24473.5-osx-arm64.tar.gz"; 197 + hash = "sha512-e1DF3vwyGDOYKU5MuRpZBgYXZ4QIpYbOmB4PR/uDPIUxsw4D/EZXoJFjRgYFcwJB42bJITw4EHfmVHU441bosw=="; 198 198 }; 199 199 osx-x64 = { 200 - url = "https://download.visualstudio.microsoft.com/download/pr/13d7d905-549f-44e8-9062-a678a742c5fb/94c51ca9c08ef9b5cceabafc2337118f/dotnet-runtime-9.0.0-rc.1.24431.7-osx-x64.tar.gz"; 201 - hash = "sha512-9i+GfqtjNzfEUP+wVDpybxui9GpCZctHl42I2tDGuAqNtcz29YOEL4XLYTuW0vfGgG1mmCb0uSuQbnHY0Q5T6A=="; 200 + url = "https://download.visualstudio.microsoft.com/download/pr/b9385375-2ccd-4e9f-9e4a-8d7f6d58c3d3/00e123163e6bfaae9119c5fb355f0d53/dotnet-runtime-9.0.0-rc.2.24473.5-osx-x64.tar.gz"; 201 + hash = "sha512-TSYNygwim2QOkORVS1FhwLnZX4u5gOtT5hlAviLIMoSdMokQfhyBWMgYklh2GidpXppClrkIag1EyMEkQFMfyA=="; 202 202 }; 203 203 }; 204 204 }; 205 205 206 206 sdk_9_0_1xx = buildNetSdk { 207 - version = "9.0.100-rc.1.24452.12"; 207 + version = "9.0.100-rc.2.24474.11"; 208 208 srcs = { 209 209 linux-arm = { 210 - url = "https://download.visualstudio.microsoft.com/download/pr/87c96627-cf20-47d7-8cb4-d5e083084dd4/07d4b533e746b344a3dbf9f7279f450b/dotnet-sdk-9.0.100-rc.1.24452.12-linux-arm.tar.gz"; 211 - hash = "sha512-8xpKLDCAqSHP3XGTPR9XwvV/9MQ/WgrW9SZAvHkeVPjAUm2OEgatIfhoI1elPPbUiKiwEQfnw0vq/iyMNCXdjA=="; 210 + url = "https://download.visualstudio.microsoft.com/download/pr/ba992713-4a38-4b45-9c24-8222f2ba01d7/e8746f2e70e0f06e3d9282c6d43bce65/dotnet-sdk-9.0.100-rc.2.24474.11-linux-arm.tar.gz"; 211 + hash = "sha512-c2oOG/d5FSjmyYhIUX9s5x2U+hpacrHl2iybVycJ1Xlkq1OyDx4rn8aOLMc5zbo7kfwI2F6EB/u/zQ1fuxHH2Q=="; 212 212 }; 213 213 linux-arm64 = { 214 - url = "https://download.visualstudio.microsoft.com/download/pr/f7739964-9e84-4bb7-9435-509458a15f9c/a95ad7f9deb8ce2fd30173dfe86f55ba/dotnet-sdk-9.0.100-rc.1.24452.12-linux-arm64.tar.gz"; 215 - hash = "sha512-9XQlNxKIAcGZoScmYXUGYFh4iibopgPL0mocFunvM6XUGOR5Cjzqci195IPu6LaODeS7Hf3yeXEzae07TRY6EQ=="; 214 + url = "https://download.visualstudio.microsoft.com/download/pr/817f5589-0347-4254-b19a-67c30d9ce4f8/3dfe6b98927c4003fc004a1a32132a76/dotnet-sdk-9.0.100-rc.2.24474.11-linux-arm64.tar.gz"; 215 + hash = "sha512-tTLcvLR8T9LJBgGNLsZj3hcZF598naj2Kj8hpi40zSYJ+3zuyJ9a7bKjUkf2f1Q6AsaE4WkgU7/y/cQYTfY/Uw=="; 216 216 }; 217 217 linux-x64 = { 218 - url = "https://download.visualstudio.microsoft.com/download/pr/3b2b3c23-574b-45d7-b2b0-c67f0e935308/23ed647eb71a8f07414124422c15927d/dotnet-sdk-9.0.100-rc.1.24452.12-linux-x64.tar.gz"; 219 - hash = "sha512-6BMIF7d50BBKbu4z2Y2Xw/rRwzYBNDX0fA6eIjcBcrddo3reduSd7Hy+aWiEOQ0uaUHMaeK61Vk9bRxrQQgwUQ=="; 218 + url = "https://download.visualstudio.microsoft.com/download/pr/202e929a-e985-4eab-a78a-d7159fc204e4/0c85219d441cd3bbffd4fb65b7e36fe5/dotnet-sdk-9.0.100-rc.2.24474.11-linux-x64.tar.gz"; 219 + hash = "sha512-EmqSv6nvTnBgn4snzeD64bFEqRr4pG3pSdgD0qobrQKFsbm4/GDUAgbTRqrEnkhwm+xOds325Un4kFCGAD6AmA=="; 220 220 }; 221 221 linux-musl-arm = { 222 - url = "https://download.visualstudio.microsoft.com/download/pr/8cb683aa-4558-45ac-944a-73ac40b708d2/2795bd0253d5518490378edc7f7b562e/dotnet-sdk-9.0.100-rc.1.24452.12-linux-musl-arm.tar.gz"; 223 - hash = "sha512-hICQDhS9EDT1hsPhdAK+LwTKslDXm00d2jqoh+n6+mg604it9/JbXHsNxDM3XOHCcrPZQZY25tsPe/MA6EGgpQ=="; 222 + url = "https://download.visualstudio.microsoft.com/download/pr/ce9a6b41-d58d-4def-bf4d-2ff6a022c846/321706c736aaf0391a642d5d1e4d3e1b/dotnet-sdk-9.0.100-rc.2.24474.11-linux-musl-arm.tar.gz"; 223 + hash = "sha512-pzn40pdEFS0zt7O3SThvD1E7ZtHy42PBCCu4dt7TiOHMbdJrD5ArO835V07dOGn4ALkjZIw92pDckbdsStXNlw=="; 224 224 }; 225 225 linux-musl-arm64 = { 226 - url = "https://download.visualstudio.microsoft.com/download/pr/8737d284-0c4b-49a0-984c-23fddc7abcd8/ada586539e4417b557d60d0214e8b2eb/dotnet-sdk-9.0.100-rc.1.24452.12-linux-musl-arm64.tar.gz"; 227 - hash = "sha512-ZWv6TnxKPuKAuZ6v+mILCbibOjufbTPJ14fB+JOLhK+1qkPYBUboGiv9UydwwoLFmuoWf1DQGlcCeiBh5ZXw6Q=="; 226 + url = "https://download.visualstudio.microsoft.com/download/pr/add40efa-8de0-4fb8-9ac1-bed94c85caae/30527cbdf0f429eb778ab03f2fadf896/dotnet-sdk-9.0.100-rc.2.24474.11-linux-musl-arm64.tar.gz"; 227 + hash = "sha512-KlWo4OMbUg3ZzfPvqA9Seuh77DuA26RLxhPKq0dWtz0fFFCGSJ+rD1WpZogCmsoUBhriWNHc/Dbt6O4LKo9Htw=="; 228 228 }; 229 229 linux-musl-x64 = { 230 - url = "https://download.visualstudio.microsoft.com/download/pr/791e9a41-59da-4f92-9dfb-2cceaaea001b/710f7adf35dc2f32be49ac2834ad0afd/dotnet-sdk-9.0.100-rc.1.24452.12-linux-musl-x64.tar.gz"; 231 - hash = "sha512-sdgATPnD/7Uw+7PUJZF0ywdqMroAJo2qQ9v0Uv5tRsz5eaY9f1OucKL6ehAanfG9O4QFUqySqFIRm7c4WmX2Xw=="; 230 + url = "https://download.visualstudio.microsoft.com/download/pr/5e1ed970-6da9-42aa-840c-784c63c3a1af/4bb5d67f6983d22667d4d198d6e72ffd/dotnet-sdk-9.0.100-rc.2.24474.11-linux-musl-x64.tar.gz"; 231 + hash = "sha512-JCyCo2HXOcuZdhnJggR7BfpGyNclZOq4TaSdK4Mb6xxcvyveWA3wtoVYdL8aQ2CiYxkSd9VgLc3GoBlDWgDO2A=="; 232 232 }; 233 233 osx-arm64 = { 234 - url = "https://download.visualstudio.microsoft.com/download/pr/930f4eb8-188f-47d5-8a26-28ca393b7d1b/c07a519e3d7e326c3f640ef72ea1193e/dotnet-sdk-9.0.100-rc.1.24452.12-osx-arm64.tar.gz"; 235 - hash = "sha512-rzCzHNk36fyX4WS4NijCwezSEym3X3Qtn1IyqmhCfSW11wLMVlqoYNPHOMhyd5BWm/ZqPtdOXO9xmuWJ0wKEbw=="; 234 + url = "https://download.visualstudio.microsoft.com/download/pr/90c92374-0f9d-457b-a612-13cef4db7507/fc5ff8876123abfcde954906215ed1d0/dotnet-sdk-9.0.100-rc.2.24474.11-osx-arm64.tar.gz"; 235 + hash = "sha512-wkVoXBJXKVaXrqxs8WnNY3XX5yXruHYO/OvsOfpuv2/jrVtgmUJviZ+KCgMywEeXfef4QypObyijSEiRSpJboQ=="; 236 236 }; 237 237 osx-x64 = { 238 - url = "https://download.visualstudio.microsoft.com/download/pr/e26e36f6-746f-462c-8599-5d0a1f00e786/f1b8264ac10442b40009aa8cea46b23b/dotnet-sdk-9.0.100-rc.1.24452.12-osx-x64.tar.gz"; 239 - hash = "sha512-DR8HGO7vAGw+z77+6/nfB3LsIsdNtLtjW2RjuK7f05VydLkItR7AGc7WnT569K6SUvGOh7FKRBHhCJpMxB430A=="; 238 + url = "https://download.visualstudio.microsoft.com/download/pr/33f4f5cb-7423-4930-8e4b-d96f1fd088a9/87d414df2c160713cdaeec06c62cf6a9/dotnet-sdk-9.0.100-rc.2.24474.11-osx-x64.tar.gz"; 239 + hash = "sha512-EY+pVt0zDQ30SeFGhbNi4ut7RPvpVBuXwSXZOnjcLlMCiKO6Hro5KNMF9KC5JUyEgMC4kwQYciZnn5W9bxvHWg=="; 240 240 }; 241 241 }; 242 242 inherit commonPackages hostPackages targetPackages;
+19 -6
pkgs/development/compilers/dotnet/vmr.nix
··· 2 2 clangStdenv, 3 3 lib, 4 4 fetchurl, 5 + fetchpatch, 5 6 dotnetCorePackages, 6 7 jq, 7 8 curl, ··· 27 28 unzip, 28 29 yq, 29 30 31 + baseName ? "dotnet", 30 32 bootstrapSdk, 31 33 releaseManifestFile, 32 34 tarballHash, ··· 54 56 55 57 _icu = if isDarwin then darwin.ICU else icu; 56 58 59 + # error NU1903: Package 'System.Text.Json' 8.0.4 has a known high severity vulnerability, 60 + disableNU1903 = fetchpatch { 61 + url = "https://github.com/dotnet/sdk/pull/44028.patch"; 62 + hash = "sha256-r6AOhXhwT8ar3aS0r5CA9sPiBsp3pnnPIVO+5l5CUGM="; 63 + }; 64 + 57 65 in 58 66 stdenv.mkDerivation rec { 59 - pname = "dotnet-vmr"; 67 + pname = "${baseName}-vmr"; 60 68 version = release; 61 69 62 70 # TODO: fix this in the binary sdk packages ··· 138 146 (global-name "com.apple.system.opendirectoryd.membership")) 139 147 ''; 140 148 141 - patches = lib.optionals (lib.versionAtLeast version "9") [ 142 - ./UpdateNuGetConfigPackageSourcesMappings-don-t-add-em.patch 143 - ] ++ lib.optionals (lib.versionOlder version "9") [ 144 - ./fix-aspnetcore-portable-build.patch 145 - ]; 149 + patches = 150 + lib.optionals (lib.versionAtLeast version "9") [ 151 + ./UpdateNuGetConfigPackageSourcesMappings-don-t-add-em.patch 152 + ] 153 + ++ lib.optionals (lib.versionOlder version "9") [ 154 + ./fix-aspnetcore-portable-build.patch 155 + ]; 146 156 147 157 postPatch = 148 158 '' ··· 216 226 -s //Project -t elem -n Import \ 217 227 -i \$prev -t attr -n Project -v "${./patch-npm-packages.proj}" \ 218 228 src/aspnetcore/eng/DotNetBuild.props 229 + 230 + # patch is from sdk repo where vmr bits are in src/SourceBuild/content 231 + patch -p4 < ${disableNU1903} 219 232 '' 220 233 + lib.optionalString (lib.versionAtLeast version "9") '' 221 234 # https://github.com/dotnet/source-build/issues/3131#issuecomment-2030215805
+6 -6
pkgs/development/libraries/aqbanking/sources.nix
··· 1 1 { 2 2 # https://www.aquamaniac.de/rdm/projects/gwenhywfar/files 3 3 gwenhywfar = { 4 - version = "5.10.1"; 5 - hash = "sha256-ovYKnd5don5X4OXvX4kx9JXB1UGtkKhB4rYjFWVUcWA="; 6 - releaseId = "465"; 4 + version = "5.11.2beta"; 5 + hash = "sha256-5/KxLAktb1mPKeJVsLAD2YrBeWyFtzpXCJDb8tzzWyQ="; 6 + releaseId = "518"; 7 7 }; 8 8 9 9 # https://www.aquamaniac.de/rdm/projects/libchipcard/files ··· 15 15 16 16 # https://www.aquamaniac.de/rdm/projects/aqbanking/files 17 17 aqbanking = { 18 - version = "6.5.4"; 19 - hash = "sha256-DRbOrnbwcY5GZjj0VHqLFJJ/HY2YMiB5zWSBrd4wrJk="; 20 - releaseId = "499"; 18 + version = "6.5.12beta"; 19 + hash = "sha256-TH6+eEiULmOciB1Mqo4vjgF9JbF4BW+llrTjS6BtctY="; 20 + releaseId = "526"; 21 21 }; 22 22 }
+2 -2
pkgs/development/libraries/clap/default.nix
··· 7 7 8 8 stdenv.mkDerivation (finalAttrs: { 9 9 pname = "clap"; 10 - version = "1.2.1"; 10 + version = "1.2.2"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "free-audio"; 14 14 repo = "clap"; 15 15 rev = finalAttrs.version; 16 - hash = "sha256-3VDl6hMSRFrMtYeiUMoZhJf0wkMxVs9ZELKJqLGYJ+g="; 16 + hash = "sha256-W3cvAtBrd+zyGj7xNSuFFChUUVjRadH6aCv5Zcvq/qs="; 17 17 }; 18 18 19 19 postPatch = ''
+2 -2
pkgs/development/libraries/intel-gmmlib/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "intel-gmmlib"; 12 - version = "22.5.1"; 12 + version = "22.5.2"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "intel"; 16 16 repo = "gmmlib"; 17 17 rev = "intel-gmmlib-${version}"; 18 - hash = "sha256-YHloVW5TtNI583GOEhx7S27jzHEVTSdbJSDOzv7KZiI="; 18 + hash = "sha256-vc4Jk+XAXf/lq5ouCP+04YBuyeypl0XSOPUT1YkL+7A="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ cmake ];
+5 -5
pkgs/development/lua-modules/generated-packages.nix
··· 2492 2492 lz-n = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: 2493 2493 buildLuarocksPackage { 2494 2494 pname = "lz.n"; 2495 - version = "2.8.0-1"; 2495 + version = "2.8.1-1"; 2496 2496 knownRockspec = (fetchurl { 2497 - url = "mirror://luarocks/lz.n-2.8.0-1.rockspec"; 2498 - sha256 = "0mkplfgsnlsc1xjcxxx349bi0h28rgri46hb514xicaqi48jvd8q"; 2497 + url = "mirror://luarocks/lz.n-2.8.1-1.rockspec"; 2498 + sha256 = "0i3iwzzsm66fgy9cak8b6hq36cfhywqdngwzxdyj9k03bpzhdiyc"; 2499 2499 }).outPath; 2500 2500 src = fetchzip { 2501 - url = "https://github.com/nvim-neorocks/lz.n/archive/v2.8.0.zip"; 2502 - sha256 = "18p7zwns44b29pkm3iwh0wsdx1227ja1vww6g13m7gcsvn0h2pgw"; 2501 + url = "https://github.com/nvim-neorocks/lz.n/archive/v2.8.1.zip"; 2502 + sha256 = "1qwzxl8lzf6gh66zhfbi7q6wav00vnvai0sz8w7aiix7q1jrsl1q"; 2503 2503 }; 2504 2504 2505 2505 disabled = luaOlder "5.1";
+14 -6
pkgs/development/misc/gokrazy/default.nix
··· 1 - { lib, buildGoModule, fetchFromGitHub }: 1 + { 2 + lib, 3 + buildGoModule, 4 + fetchFromGitHub, 5 + }: 2 6 3 7 buildGoModule rec { 4 8 pname = "gokrazy"; 5 - version = "unstable-2023-08-12"; 9 + version = "0-unstable-2024-09-27"; 6 10 7 11 src = fetchFromGitHub { 8 12 owner = "gokrazy"; 9 13 repo = "tools"; 10 - rev = "23cde3b0d858497a63c21e93ad30859bf197995f"; 11 - hash = "sha256-oqtkC04TaOkcXkGAZzATCBA0XnFsx7bSGP9ODyhgAxQ="; 14 + rev = "6bec690fe5cdabca7aeec52257118d4ff7d7b060"; 15 + hash = "sha256-EJ0qEsXhBssWUrzyhtL0So0Yaxzr843QNwoE0tppeuk="; 12 16 }; 13 17 14 - vendorHash = "sha256-rIIMqYMgLNCMYEH+44v79i8yGbHDmUY21X3h1E2jP9Q="; 18 + vendorHash = "sha256-B/46VGCbLE/6LgW2wfKoHI9cyveE6hE/AfAZzIG5J+g="; 15 19 16 - ldflags = [ "-s" "-w" "-X=main.Version=${version}" ]; 20 + ldflags = [ 21 + "-s" 22 + "-w" 23 + "-X=main.Version=${version}" 24 + ]; 17 25 18 26 subPackages = [ "cmd/gok" ]; 19 27
+2 -2
pkgs/development/python-modules/cpyparsing/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "cpyparsing"; 14 - version = "2.4.7.2.4.0"; 14 + version = "2.4.7.2.4.1"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-7j0vJicSrSUqZAExaH0bJZhRJ6XZui4SAPMBcWXy7n0="; 21 + hash = "sha256-2RfwGnSz/GFPk565n8MooIybHeWAlWYMDylZd0S/HTA="; 22 22 }; 23 23 24 24 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/gcal-sync/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "gcal-sync"; 18 - version = "6.1.5"; 18 + version = "6.1.6"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.10"; ··· 24 24 owner = "allenporter"; 25 25 repo = "gcal_sync"; 26 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-qEvXSyiqTj5rLI+voieNzCUKsOxcJVhI0z3pbbL7VcQ="; 27 + hash = "sha256-dVpPq2TJsR+0VWfup2SNLsnBP2j/HUQsoxJebNkD8Sw="; 28 28 }; 29 29 30 30 nativeBuildInputs = [ setuptools ];
-576
pkgs/development/python-modules/nose/0001-nose-python-3.12-fixes.patch
··· 1 - diff --git a/LICENSE.cpython b/LICENSE.cpython 2 - new file mode 100644 3 - index 0000000..14603b9 4 - --- /dev/null 5 - +++ b/LICENSE.cpython 6 - @@ -0,0 +1,277 @@ 7 - +A. HISTORY OF THE SOFTWARE 8 - +========================== 9 - + 10 - +Python was created in the early 1990s by Guido van Rossum at Stichting 11 - +Mathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands 12 - +as a successor of a language called ABC. Guido remains Python's 13 - +principal author, although it includes many contributions from others. 14 - + 15 - +In 1995, Guido continued his work on Python at the Corporation for 16 - +National Research Initiatives (CNRI, see https://www.cnri.reston.va.us) 17 - +in Reston, Virginia where he released several versions of the 18 - +software. 19 - + 20 - +In May 2000, Guido and the Python core development team moved to 21 - +BeOpen.com to form the BeOpen PythonLabs team. In October of the same 22 - +year, the PythonLabs team moved to Digital Creations, which became 23 - +Zope Corporation. In 2001, the Python Software Foundation (PSF, see 24 - +https://www.python.org/psf/) was formed, a non-profit organization 25 - +created specifically to own Python-related Intellectual Property. 26 - +Zope Corporation was a sponsoring member of the PSF. 27 - + 28 - +All Python releases are Open Source (see https://opensource.org for 29 - +the Open Source Definition). Historically, most, but not all, Python 30 - +releases have also been GPL-compatible; the table below summarizes 31 - +the various releases. 32 - + 33 - + Release Derived Year Owner GPL- 34 - + from compatible? (1) 35 - + 36 - + 0.9.0 thru 1.2 1991-1995 CWI yes 37 - + 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes 38 - + 1.6 1.5.2 2000 CNRI no 39 - + 2.0 1.6 2000 BeOpen.com no 40 - + 1.6.1 1.6 2001 CNRI yes (2) 41 - + 2.1 2.0+1.6.1 2001 PSF no 42 - + 2.0.1 2.0+1.6.1 2001 PSF yes 43 - + 2.1.1 2.1+2.0.1 2001 PSF yes 44 - + 2.1.2 2.1.1 2002 PSF yes 45 - + 2.1.3 2.1.2 2002 PSF yes 46 - + 2.2 and above 2.1.1 2001-now PSF yes 47 - + 48 - +Footnotes: 49 - + 50 - +(1) GPL-compatible doesn't mean that we're distributing Python under 51 - + the GPL. All Python licenses, unlike the GPL, let you distribute 52 - + a modified version without making your changes open source. The 53 - + GPL-compatible licenses make it possible to combine Python with 54 - + other software that is released under the GPL; the others don't. 55 - + 56 - +(2) According to Richard Stallman, 1.6.1 is not GPL-compatible, 57 - + because its license has a choice of law clause. According to 58 - + CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 59 - + is "not incompatible" with the GPL. 60 - + 61 - +Thanks to the many outside volunteers who have worked under Guido's 62 - +direction to make these releases possible. 63 - + 64 - + 65 - +B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON 66 - +=============================================================== 67 - + 68 - +Python software and documentation are licensed under the 69 - +Python Software Foundation License Version 2. 70 - + 71 - +Starting with Python 3.8.6, examples, recipes, and other code in 72 - +the documentation are dual licensed under the PSF License Version 2 73 - +and the Zero-Clause BSD license. 74 - + 75 - +Some software incorporated into Python is under different licenses. 76 - +The licenses are listed with code falling under that license. 77 - + 78 - + 79 - +PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 80 - +-------------------------------------------- 81 - + 82 - +1. This LICENSE AGREEMENT is between the Python Software Foundation 83 - +("PSF"), and the Individual or Organization ("Licensee") accessing and 84 - +otherwise using this software ("Python") in source or binary form and 85 - +its associated documentation. 86 - + 87 - +2. Subject to the terms and conditions of this License Agreement, PSF hereby 88 - +grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, 89 - +analyze, test, perform and/or display publicly, prepare derivative works, 90 - +distribute, and otherwise use Python alone or in any derivative version, 91 - +provided, however, that PSF's License Agreement and PSF's notice of copyright, 92 - +i.e., "Copyright (c) 2001-2024 Python Software Foundation; All Rights Reserved" 93 - +are retained in Python alone or in any derivative version prepared by Licensee. 94 - + 95 - +3. In the event Licensee prepares a derivative work that is based on 96 - +or incorporates Python or any part thereof, and wants to make 97 - +the derivative work available to others as provided herein, then 98 - +Licensee hereby agrees to include in any such work a brief summary of 99 - +the changes made to Python. 100 - + 101 - +4. PSF is making Python available to Licensee on an "AS IS" 102 - +basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 103 - +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND 104 - +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 105 - +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT 106 - +INFRINGE ANY THIRD PARTY RIGHTS. 107 - + 108 - +5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 109 - +FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS 110 - +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, 111 - +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 112 - + 113 - +6. This License Agreement will automatically terminate upon a material 114 - +breach of its terms and conditions. 115 - + 116 - +7. Nothing in this License Agreement shall be deemed to create any 117 - +relationship of agency, partnership, or joint venture between PSF and 118 - +Licensee. This License Agreement does not grant permission to use PSF 119 - +trademarks or trade name in a trademark sense to endorse or promote 120 - +products or services of Licensee, or any third party. 121 - + 122 - +8. By copying, installing or otherwise using Python, Licensee 123 - +agrees to be bound by the terms and conditions of this License 124 - +Agreement. 125 - + 126 - + 127 - +BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 128 - +------------------------------------------- 129 - + 130 - +BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 131 - + 132 - +1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an 133 - +office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the 134 - +Individual or Organization ("Licensee") accessing and otherwise using 135 - +this software in source or binary form and its associated 136 - +documentation ("the Software"). 137 - + 138 - +2. Subject to the terms and conditions of this BeOpen Python License 139 - +Agreement, BeOpen hereby grants Licensee a non-exclusive, 140 - +royalty-free, world-wide license to reproduce, analyze, test, perform 141 - +and/or display publicly, prepare derivative works, distribute, and 142 - +otherwise use the Software alone or in any derivative version, 143 - +provided, however, that the BeOpen Python License is retained in the 144 - +Software, alone or in any derivative version prepared by Licensee. 145 - + 146 - +3. BeOpen is making the Software available to Licensee on an "AS IS" 147 - +basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 148 - +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND 149 - +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 150 - +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT 151 - +INFRINGE ANY THIRD PARTY RIGHTS. 152 - + 153 - +4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE 154 - +SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS 155 - +AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY 156 - +DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 157 - + 158 - +5. This License Agreement will automatically terminate upon a material 159 - +breach of its terms and conditions. 160 - + 161 - +6. This License Agreement shall be governed by and interpreted in all 162 - +respects by the law of the State of California, excluding conflict of 163 - +law provisions. Nothing in this License Agreement shall be deemed to 164 - +create any relationship of agency, partnership, or joint venture 165 - +between BeOpen and Licensee. This License Agreement does not grant 166 - +permission to use BeOpen trademarks or trade names in a trademark 167 - +sense to endorse or promote products or services of Licensee, or any 168 - +third party. As an exception, the "BeOpen Python" logos available at 169 - +http://www.pythonlabs.com/logos.html may be used according to the 170 - +permissions granted on that web page. 171 - + 172 - +7. By copying, installing or otherwise using the software, Licensee 173 - +agrees to be bound by the terms and conditions of this License 174 - +Agreement. 175 - + 176 - + 177 - +CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 178 - +--------------------------------------- 179 - + 180 - +1. This LICENSE AGREEMENT is between the Corporation for National 181 - +Research Initiatives, having an office at 1895 Preston White Drive, 182 - +Reston, VA 20191 ("CNRI"), and the Individual or Organization 183 - +("Licensee") accessing and otherwise using Python 1.6.1 software in 184 - +source or binary form and its associated documentation. 185 - + 186 - +2. Subject to the terms and conditions of this License Agreement, CNRI 187 - +hereby grants Licensee a nonexclusive, royalty-free, world-wide 188 - +license to reproduce, analyze, test, perform and/or display publicly, 189 - +prepare derivative works, distribute, and otherwise use Python 1.6.1 190 - +alone or in any derivative version, provided, however, that CNRI's 191 - +License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) 192 - +1995-2001 Corporation for National Research Initiatives; All Rights 193 - +Reserved" are retained in Python 1.6.1 alone or in any derivative 194 - +version prepared by Licensee. Alternately, in lieu of CNRI's License 195 - +Agreement, Licensee may substitute the following text (omitting the 196 - +quotes): "Python 1.6.1 is made available subject to the terms and 197 - +conditions in CNRI's License Agreement. This Agreement together with 198 - +Python 1.6.1 may be located on the internet using the following 199 - +unique, persistent identifier (known as a handle): 1895.22/1013. This 200 - +Agreement may also be obtained from a proxy server on the internet 201 - +using the following URL: http://hdl.handle.net/1895.22/1013". 202 - + 203 - +3. In the event Licensee prepares a derivative work that is based on 204 - +or incorporates Python 1.6.1 or any part thereof, and wants to make 205 - +the derivative work available to others as provided herein, then 206 - +Licensee hereby agrees to include in any such work a brief summary of 207 - +the changes made to Python 1.6.1. 208 - + 209 - +4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" 210 - +basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 211 - +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND 212 - +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 213 - +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT 214 - +INFRINGE ANY THIRD PARTY RIGHTS. 215 - + 216 - +5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 217 - +1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS 218 - +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, 219 - +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 220 - + 221 - +6. This License Agreement will automatically terminate upon a material 222 - +breach of its terms and conditions. 223 - + 224 - +7. This License Agreement shall be governed by the federal 225 - +intellectual property law of the United States, including without 226 - +limitation the federal copyright law, and, to the extent such 227 - +U.S. federal law does not apply, by the law of the Commonwealth of 228 - +Virginia, excluding Virginia's conflict of law provisions. 229 - +Notwithstanding the foregoing, with regard to derivative works based 230 - +on Python 1.6.1 that incorporate non-separable material that was 231 - +previously distributed under the GNU General Public License (GPL), the 232 - +law of the Commonwealth of Virginia shall govern this License 233 - +Agreement only as to issues arising under or with respect to 234 - +Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this 235 - +License Agreement shall be deemed to create any relationship of 236 - +agency, partnership, or joint venture between CNRI and Licensee. This 237 - +License Agreement does not grant permission to use CNRI trademarks or 238 - +trade name in a trademark sense to endorse or promote products or 239 - +services of Licensee, or any third party. 240 - + 241 - +8. By clicking on the "ACCEPT" button where indicated, or by copying, 242 - +installing or otherwise using Python 1.6.1, Licensee agrees to be 243 - +bound by the terms and conditions of this License Agreement. 244 - + 245 - + ACCEPT 246 - + 247 - + 248 - +CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 249 - +-------------------------------------------------- 250 - + 251 - +Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, 252 - +The Netherlands. All rights reserved. 253 - + 254 - +Permission to use, copy, modify, and distribute this software and its 255 - +documentation for any purpose and without fee is hereby granted, 256 - +provided that the above copyright notice appear in all copies and that 257 - +both that copyright notice and this permission notice appear in 258 - +supporting documentation, and that the name of Stichting Mathematisch 259 - +Centrum or CWI not be used in advertising or publicity pertaining to 260 - +distribution of the software without specific, written prior 261 - +permission. 262 - + 263 - +STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO 264 - +THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 265 - +FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE 266 - +FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 267 - +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 268 - +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 269 - +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 270 - + 271 - +ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION 272 - +---------------------------------------------------------------------- 273 - + 274 - +Permission to use, copy, modify, and/or distribute this software for any 275 - +purpose with or without fee is hereby granted. 276 - + 277 - +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH 278 - +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 279 - +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 280 - +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 281 - +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 282 - +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 283 - +PERFORMANCE OF THIS SOFTWARE. 284 - diff --git a/nose/importer.py b/nose/importer.py 285 - index e677658..77099eb 100644 286 - --- a/nose/importer.py 287 - +++ b/nose/importer.py 288 - @@ -7,9 +7,10 @@ the builtin importer. 289 - import logging 290 - import os 291 - import sys 292 - +import tokenize 293 - from nose.config import Config 294 - - 295 - -from imp import find_module, load_module, acquire_lock, release_lock 296 - +from importlib import _imp 297 - +from importlib import machinery 298 - 299 - log = logging.getLogger(__name__) 300 - 301 - @@ -20,6 +21,244 @@ except AttributeError: 302 - return (os.path.normcase(os.path.realpath(src)) == 303 - os.path.normcase(os.path.realpath(dst))) 304 - 305 - +################################################################################ 306 - +# BEGIN IMPORTLIB SHIMS 307 - +################################################################################ 308 - + 309 - +# Adapted from the CPython 3.11 imp.py code. 310 - +# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation; All Rights Reserved 311 - +# Originally licensed under the PSLv2 (see LICENSE.cpython) and incorporated under the LGPL 2.1 (see lgpl.txt). 312 - + 313 - +try: 314 - + from _imp import create_dynamic 315 - +except ImportError: 316 - + # Platform doesn't support dynamic loading. 317 - + create_dynamic = None 318 - + 319 - +from importlib._bootstrap import _ERR_MSG, _exec, _load, _builtin_from_name 320 - +from importlib._bootstrap_external import SourcelessFileLoader 321 - + 322 - +from importlib import machinery 323 - +from importlib import util 324 - +import importlib 325 - +import os 326 - +import sys 327 - +import tokenize 328 - +import types 329 - + 330 - + 331 - +SEARCH_ERROR = 0 332 - +PY_SOURCE = 1 333 - +PY_COMPILED = 2 334 - +C_EXTENSION = 3 335 - +PY_RESOURCE = 4 336 - +PKG_DIRECTORY = 5 337 - +C_BUILTIN = 6 338 - +PY_FROZEN = 7 339 - +PY_CODERESOURCE = 8 340 - +IMP_HOOK = 9 341 - + 342 - + 343 - +def get_suffixes(): 344 - + extensions = [(s, 'rb', C_EXTENSION) for s in machinery.EXTENSION_SUFFIXES] 345 - + source = [(s, 'r', PY_SOURCE) for s in machinery.SOURCE_SUFFIXES] 346 - + bytecode = [(s, 'rb', PY_COMPILED) for s in machinery.BYTECODE_SUFFIXES] 347 - + 348 - + return extensions + source + bytecode 349 - + 350 - + 351 - +class _HackedGetData: 352 - + 353 - + """Compatibility support for 'file' arguments of various load_*() 354 - + functions.""" 355 - + 356 - + def __init__(self, fullname, path, file=None): 357 - + super().__init__(fullname, path) 358 - + self.file = file 359 - + 360 - + def get_data(self, path): 361 - + """Gross hack to contort loader to deal w/ load_*()'s bad API.""" 362 - + if self.file and path == self.path: 363 - + # The contract of get_data() requires us to return bytes. Reopen the 364 - + # file in binary mode if needed. 365 - + if not self.file.closed: 366 - + file = self.file 367 - + if 'b' not in file.mode: 368 - + file.close() 369 - + if self.file.closed: 370 - + self.file = file = open(self.path, 'rb') 371 - + 372 - + with file: 373 - + return file.read() 374 - + else: 375 - + return super().get_data(path) 376 - + 377 - + 378 - +class _LoadSourceCompatibility(_HackedGetData, machinery.SourceFileLoader): 379 - + 380 - + """Compatibility support for implementing load_source().""" 381 - + 382 - + 383 - +def load_source(name, pathname, file=None): 384 - + loader = _LoadSourceCompatibility(name, pathname, file) 385 - + spec = util.spec_from_file_location(name, pathname, loader=loader) 386 - + if name in sys.modules: 387 - + module = _exec(spec, sys.modules[name]) 388 - + else: 389 - + module = _load(spec) 390 - + # To allow reloading to potentially work, use a non-hacked loader which 391 - + # won't rely on a now-closed file object. 392 - + module.__loader__ = machinery.SourceFileLoader(name, pathname) 393 - + module.__spec__.loader = module.__loader__ 394 - + return module 395 - + 396 - + 397 - +class _LoadCompiledCompatibility(_HackedGetData, SourcelessFileLoader): 398 - + 399 - + """Compatibility support for implementing load_compiled().""" 400 - + 401 - + 402 - +def load_compiled(name, pathname, file=None): 403 - + loader = _LoadCompiledCompatibility(name, pathname, file) 404 - + spec = util.spec_from_file_location(name, pathname, loader=loader) 405 - + if name in sys.modules: 406 - + module = _exec(spec, sys.modules[name]) 407 - + else: 408 - + module = _load(spec) 409 - + # To allow reloading to potentially work, use a non-hacked loader which 410 - + # won't rely on a now-closed file object. 411 - + module.__loader__ = SourcelessFileLoader(name, pathname) 412 - + module.__spec__.loader = module.__loader__ 413 - + return module 414 - + 415 - + 416 - +def load_package(name, path): 417 - + if os.path.isdir(path): 418 - + extensions = (machinery.SOURCE_SUFFIXES[:] + 419 - + machinery.BYTECODE_SUFFIXES[:]) 420 - + for extension in extensions: 421 - + init_path = os.path.join(path, '__init__' + extension) 422 - + if os.path.exists(init_path): 423 - + path = init_path 424 - + break 425 - + else: 426 - + raise ValueError('{!r} is not a package'.format(path)) 427 - + spec = util.spec_from_file_location(name, path, 428 - + submodule_search_locations=[]) 429 - + if name in sys.modules: 430 - + return _exec(spec, sys.modules[name]) 431 - + else: 432 - + return _load(spec) 433 - + 434 - + 435 - +def load_module(name, file, filename, details): 436 - + """ 437 - + 438 - + Load a module, given information returned by find_module(). 439 - + 440 - + The module name must include the full package name, if any. 441 - + 442 - + """ 443 - + suffix, mode, type_ = details 444 - + if mode and (not mode.startswith('r') or '+' in mode): 445 - + raise ValueError('invalid file open mode {!r}'.format(mode)) 446 - + elif file is None and type_ in {PY_SOURCE, PY_COMPILED}: 447 - + msg = 'file object required for import (type code {})'.format(type_) 448 - + raise ValueError(msg) 449 - + elif type_ == PY_SOURCE: 450 - + return load_source(name, filename, file) 451 - + elif type_ == PY_COMPILED: 452 - + return load_compiled(name, filename, file) 453 - + elif type_ == PKG_DIRECTORY: 454 - + return load_package(name, filename) 455 - + elif type_ == C_BUILTIN: 456 - + return init_builtin(name) 457 - + elif type_ == PY_FROZEN: 458 - + return _imp.init_frozen(name) 459 - + else: 460 - + msg = "Don't know how to import {} (type code {})".format(name, type_) 461 - + raise ImportError(msg, name=name) 462 - + 463 - + 464 - +def find_module(name, path=None): 465 - + """ 466 - + 467 - + Search for a module. 468 - + 469 - + If path is omitted or None, search for a built-in, frozen or special 470 - + module and continue search in sys.path. The module name cannot 471 - + contain '.'; to search for a submodule of a package, pass the 472 - + submodule name and the package's __path__. 473 - + 474 - + """ 475 - + if not isinstance(name, str): 476 - + raise TypeError("'name' must be a str, not {}".format(type(name))) 477 - + elif not isinstance(path, (type(None), list)): 478 - + # Backwards-compatibility 479 - + raise RuntimeError("'path' must be None or a list, " 480 - + "not {}".format(type(path))) 481 - + 482 - + if path is None: 483 - + if _imp.is_builtin(name): 484 - + return None, None, ('', '', C_BUILTIN) 485 - + elif _imp.is_frozen(name): 486 - + return None, None, ('', '', PY_FROZEN) 487 - + else: 488 - + path = sys.path 489 - + 490 - + for entry in path: 491 - + package_directory = os.path.join(entry, name) 492 - + for suffix in ['.py', machinery.BYTECODE_SUFFIXES[0]]: 493 - + package_file_name = '__init__' + suffix 494 - + file_path = os.path.join(package_directory, package_file_name) 495 - + if os.path.isfile(file_path): 496 - + return None, package_directory, ('', '', PKG_DIRECTORY) 497 - + for suffix, mode, type_ in get_suffixes(): 498 - + file_name = name + suffix 499 - + file_path = os.path.join(entry, file_name) 500 - + if os.path.isfile(file_path): 501 - + break 502 - + else: 503 - + continue 504 - + break # Break out of outer loop when breaking out of inner loop. 505 - + else: 506 - + raise ImportError(_ERR_MSG.format(name), name=name) 507 - + 508 - + encoding = None 509 - + if 'b' not in mode: 510 - + with open(file_path, 'rb') as file: 511 - + encoding = tokenize.detect_encoding(file.readline)[0] 512 - + file = open(file_path, mode, encoding=encoding) 513 - + return file, file_path, (suffix, mode, type_) 514 - + 515 - + 516 - +def reload(module): 517 - + """ 518 - + 519 - + Reload the module and return it. 520 - + 521 - + The module must have been successfully imported before. 522 - + 523 - + """ 524 - + return importlib.reload(module) 525 - + 526 - + 527 - +def init_builtin(name): 528 - + """ 529 - + 530 - + Load and return a built-in module by name, or None is such module doesn't 531 - + exist 532 - + """ 533 - + try: 534 - + return _builtin_from_name(name) 535 - + except ImportError: 536 - + return None 537 - + 538 - + 539 - +################################################################################ 540 - +# END IMPORTLIB SHIMS 541 - +################################################################################ 542 - + 543 - 544 - class Importer(object): 545 - """An importer class that does only path-specific imports. That 546 - @@ -73,7 +312,7 @@ class Importer(object): 547 - else: 548 - part_fqname = "%s.%s" % (part_fqname, part) 549 - try: 550 - - acquire_lock() 551 - + _imp.acquire_lock() 552 - log.debug("find module part %s (%s) in %s", 553 - part, part_fqname, path) 554 - fh, filename, desc = find_module(part, path) 555 - @@ -95,7 +334,7 @@ class Importer(object): 556 - finally: 557 - if fh: 558 - fh.close() 559 - - release_lock() 560 - + _imp.release_lock() 561 - if parent: 562 - setattr(parent, part, mod) 563 - if hasattr(mod, '__path__'): 564 - diff --git a/nose/result.py b/nose/result.py 565 - index f974a14..228a42c 100644 566 - --- a/nose/result.py 567 - +++ b/nose/result.py 568 - @@ -13,7 +13,7 @@ try: 569 - # 2.7+ 570 - from unittest.runner import _TextTestResult 571 - except ImportError: 572 - - from unittest import _TextTestResult 573 - + from unittest import TextTestResult as _TextTestResult 574 - from nose.config import Config 575 - from nose.util import isclass, ln as _ln # backwards compat 576 -
-63
pkgs/development/python-modules/nose/default.nix
··· 1 - { 2 - lib, 3 - buildPythonPackage, 4 - fetchPypi, 5 - isPy3k, 6 - isPyPy, 7 - python, 8 - python312, 9 - coverage, 10 - setuptools, 11 - }: 12 - 13 - buildPythonPackage rec { 14 - version = "1.3.7"; 15 - pname = "nose"; 16 - pyproject = true; 17 - 18 - src = fetchPypi { 19 - inherit pname version; 20 - sha256 = "f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98"; 21 - }; 22 - 23 - build-system = [ setuptools ]; 24 - 25 - patches = lib.optional isPy3k [ ./0001-nose-python-3.12-fixes.patch ]; 26 - 27 - postPatch = '' 28 - substituteInPlace setup.py \ 29 - --replace "'use_2to3': True," "" 30 - 31 - substituteInPlace setup3lib.py \ 32 - --replace "from setuptools.command.build_py import Mixin2to3" "from distutils.util import Mixin2to3" 33 - ''; 34 - 35 - # 2to3 is removed from Python 3.13, so always use Python 3.12 2to3 for now. 36 - preBuild = lib.optionalString isPy3k '' 37 - ${python312.pythonOnBuildForHost}/bin/2to3 -wn nose functional_tests unit_tests 38 - ''; 39 - 40 - propagatedBuildInputs = [ coverage ]; 41 - 42 - doCheck = false; # lot's of transient errors, too much hassle 43 - checkPhase = 44 - if isPy3k then 45 - '' 46 - ${python.pythonOnBuildForHost.interpreter} setup.py build_tests 47 - '' 48 - else 49 - "" 50 - + '' 51 - rm functional_tests/test_multiprocessing/test_concurrent_shared.py* # see https://github.com/nose-devs/nose/commit/226bc671c73643887b36b8467b34ad485c2df062 52 - ${python.pythonOnBuildForHost.interpreter} selftest.py 53 - ''; 54 - 55 - meta = with lib; { 56 - broken = isPyPy; # missing 2to3 conversion utility 57 - description = "Unittest-based testing framework for python that makes writing and running tests easier"; 58 - mainProgram = "nosetests"; 59 - homepage = "https://nose.readthedocs.io/"; 60 - license = licenses.lgpl3; 61 - maintainers = [ ]; 62 - }; 63 - }
+6 -10
pkgs/development/python-modules/nose2pytest/default.nix
··· 5 5 fetchpatch2, 6 6 setuptools, 7 7 fissix, 8 - pytestCheckHook, 9 - nose, 8 + pytest, 10 9 }: 11 10 12 11 let ··· 37 36 38 37 build-system = [ setuptools ]; 39 38 40 - dependencies = [ fissix ]; 41 - 42 - nativeCheckInputs = [ 43 - pytestCheckHook 44 - nose 39 + dependencies = [ 40 + fissix 41 + pytest 45 42 ]; 46 43 47 - preCheck = '' 48 - export HOME=$(mktemp -d) 49 - ''; 44 + # Tests depend on nose! 45 + doCheck = false; 50 46 51 47 pythonImportsCheck = [ "nose2pytest.assert_tools" ]; 52 48
+4 -4
pkgs/development/python-modules/photutils/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "photutils"; 26 - version = "1.13.0"; 26 + version = "2.0.0"; 27 27 pyproject = true; 28 28 29 29 disabled = pythonOlder "3.10"; ··· 32 32 owner = "astropy"; 33 33 repo = "photutils"; 34 34 rev = "refs/tags/${version}"; 35 - hash = "sha256-J1i1H7AfQdiUIyBpgJK3dkH6C8MoEOwug4YQP+NEPbk="; 35 + hash = "sha256-slrg1iByOhW1jiSG7nKHWj0ZSOP8v3LhCCr+DLLspKM="; 36 36 }; 37 37 38 38 postPatch = '' 39 39 substituteInPlace pyproject.toml \ 40 - --replace-fail "'numpy>=2.0.0rc1'," "" 40 + --replace-fail "'numpy>=2.0.0'," "" 41 41 ''; 42 42 43 43 build-system = [ ··· 55 55 dependencies = [ 56 56 astropy 57 57 numpy 58 + scipy 58 59 ]; 59 60 60 61 optional-dependencies = { ··· 65 66 rasterio 66 67 scikit-image 67 68 scikit-learn 68 - scipy 69 69 shapely 70 70 tqdm 71 71 ];
+2 -2
pkgs/development/python-modules/pygsl/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pygsl"; 13 - version = "2.4.0"; 13 + version = "2.4.1"; 14 14 format = "setuptools"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "pygsl"; 18 18 repo = "pygsl"; 19 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-7agGgfDUgY6mRry7d38vGGNLJC4dFUniy2M/cnejDDs="; 20 + hash = "sha256-85j57gzvomhBX/+Dif8IoMpNE9vJvyHPFHchKRF9OQM="; 21 21 }; 22 22 23 23 # error: no member named 'n' in 'gsl_bspline_workspace'
-2
pkgs/development/python-modules/pytest/7.nix
··· 22 22 argcomplete, 23 23 hypothesis, 24 24 mock, 25 - nose, 26 25 pygments, 27 26 requests, 28 27 xmlschema, ··· 66 65 attrs 67 66 hypothesis 68 67 mock 69 - nose 70 68 pygments 71 69 requests 72 70 setuptools
+2 -2
pkgs/development/python-modules/pywebpush/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "pywebpush"; 19 - version = "2.0.0"; 19 + version = "2.0.1"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.6"; 23 23 24 24 src = fetchPypi { 25 25 inherit pname version; 26 - hash = "sha256-A8zD6XW2A3S3Y0xJVZVha+Ujvyx9oNl26E/amsjGMwE="; 26 + hash = "sha256-cuNYauyJoGNzwFheb5fG/QuBUZ5B8yiWo2OZCez0XbA="; 27 27 }; 28 28 29 29 build-system = [ setuptools ];
+2 -2
pkgs/development/tools/analysis/checkov/default.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "checkov"; 9 - version = "3.2.260"; 9 + version = "3.2.266"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "bridgecrewio"; 14 14 repo = "checkov"; 15 15 rev = "refs/tags/${version}"; 16 - hash = "sha256-Ltcb32p4mVjbRJB5Mjgu93oITOXHgEaNigMkd8a8rXw="; 16 + hash = "sha256-VvYUzq4dxCfOL9fjj06v+ZzTZQxamKrbeKjQgk5HdCM="; 17 17 }; 18 18 19 19 patches = [ ./flake8-compat-5.x.patch ];
+2 -2
pkgs/development/tools/manifest-tool/default.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "manifest-tool"; 12 - version = "2.1.7"; 12 + version = "2.1.8"; 13 13 modRoot = "v2"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "estesp"; 17 17 repo = "manifest-tool"; 18 18 rev = "v${version}"; 19 - hash = "sha256-f3rl4ktqvZlqIBmk9WeZ0IUil2bEAdusdCIvtqm9Gwk="; 19 + hash = "sha256-1zsNIG7U389L4hXmQ1XGkWCu2ZpyGimoJkoJatY99E0="; 20 20 leaveDotGit = true; 21 21 postFetch = '' 22 22 git -C $out rev-parse HEAD > $out/.git-revision
-33
pkgs/development/tools/nufmt/default.nix
··· 1 - 2 - { 3 - lib, 4 - stdenv, 5 - fetchFromGitHub, 6 - rustPlatform, 7 - darwin, 8 - ... 9 - }: 10 - rustPlatform.buildRustPackage rec { 11 - pname = "nufmt"; 12 - version = "unstable-2023-09-25"; 13 - 14 - src = fetchFromGitHub { 15 - owner = "nushell"; 16 - repo = "nufmt"; 17 - rev = "796ee834c1e31ead4c5479bf2827a4339c5d61d1"; 18 - hash = "sha256-BwKLl8eMCrqVt9PA5SHAXxu3ypP2ePcSuljKL+wSkvw="; 19 - }; 20 - 21 - buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (with darwin.apple_sdk.frameworks; [ 22 - IOKit 23 - ]); 24 - 25 - cargoHash = "sha256-16Z20opeZpoa7h258um+grL3ktPmY4P0M/tqMTr5hYc="; 26 - 27 - meta = with lib; { 28 - description = "Nushell formatter"; 29 - homepage = "https://github.com/nushell/nufmt"; 30 - license = licenses.mit; 31 - maintainers = with maintainers; [iogamaster]; 32 - }; 33 - }
+2 -2
pkgs/development/web/bootstrap-studio/default.nix
··· 2 2 3 3 let 4 4 pname = "bootstrap-studio"; 5 - version = "6.7.2"; 5 + version = "6.7.3"; 6 6 src = fetchurl { 7 7 url = "https://releases.bootstrapstudio.io/${version}/Bootstrap%20Studio.AppImage"; 8 - sha256 = "sha256-t75lmprCWumwt1wNVNWZSHdk1NBSmFqwjDQZHRpBv9g="; 8 + sha256 = "sha256-Wcqhn4h5UZIYDkC5OcfWLc0hQ3liMD8tcppAva8t62A="; 9 9 }; 10 10 appimageContents = appimageTools.extractType2 { inherit pname version src; }; 11 11 in
+3 -3
pkgs/development/web/newman/default.nix
··· 5 5 6 6 buildNpmPackage rec { 7 7 pname = "newman"; 8 - version = "6.1.3"; 8 + version = "6.2.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "postmanlabs"; 12 12 repo = "newman"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-I9gpVwrrug1Ygi0UuBIeq16Nyn8rsaDkMDtpxBYJOuY="; 14 + hash = "sha256-p0/uHrLiqw5VnboXzLKF+f56ZfW77m5aoopf2zqIpQE="; 15 15 }; 16 16 17 - npmDepsHash = "sha256-StNu5NHGzivl3+GMBWkbxvsRJ/dYuS0dze+8/i7q9qg="; 17 + npmDepsHash = "sha256-HQ5V0hisolXqWV/oWlroCzC7ZoNw0P9bwTxFyUrL3Hc="; 18 18 19 19 dontNpmBuild = true; 20 20
+3
pkgs/games/openra/build-engine.nix
··· 35 35 36 36 dontDotnetFixup = true; 37 37 38 + # Microsoft.NET.Publish.targets(248,5): error MSB3021: Unable to copy file "[...]/Newtonsoft.Json.dll" to "[...]/Newtonsoft.Json.dll". Access to the path '[...]Newtonsoft.Json.dll' is denied. [/build/source/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj] 39 + enableParallelBuilding = false; 40 + 38 41 preBuild = '' 39 42 make VERSION=${engine.build}-${version} version 40 43 '';
+198 -198
pkgs/kde/generated/sources/plasma.json
··· 1 1 { 2 2 "bluedevil": { 3 - "version": "6.2.0", 4 - "url": "mirror://kde/stable/plasma/6.2.0/bluedevil-6.2.0.tar.xz", 5 - "hash": "sha256-jj5xMBc00iyEof9cEMgfpSpQv0ftK/ST/gWoi/y9Hns=" 3 + "version": "6.2.1", 4 + "url": "mirror://kde/stable/plasma/6.2.1/bluedevil-6.2.1.tar.xz", 5 + "hash": "sha256-B0O5qCynj2hayN8tmTCa/c/s2PhnMqltLNZvQZHOSwM=" 6 6 }, 7 7 "breeze": { 8 - "version": "6.2.0", 9 - "url": "mirror://kde/stable/plasma/6.2.0/breeze-6.2.0.tar.xz", 10 - "hash": "sha256-+WWgn+GZhG1VNmxhFOqTNnPKTMfcuB4kDJwK5HkV7lE=" 8 + "version": "6.2.1", 9 + "url": "mirror://kde/stable/plasma/6.2.1/breeze-6.2.1.tar.xz", 10 + "hash": "sha256-91X/9z0cTcYbaHIYfO2Mxvho4O9lVlmalzFQhVL43J4=" 11 11 }, 12 12 "breeze-grub": { 13 - "version": "6.2.0", 14 - "url": "mirror://kde/stable/plasma/6.2.0/breeze-grub-6.2.0.tar.xz", 15 - "hash": "sha256-O4WW1N6rcnnP6gbif1STLq9ccHBnzCwjHsSmHns3Rbs=" 13 + "version": "6.2.1", 14 + "url": "mirror://kde/stable/plasma/6.2.1/breeze-grub-6.2.1.tar.xz", 15 + "hash": "sha256-wmHD53dQHd1lrLKiy90fksVBSKPFwyc0i+XxsPcJCXE=" 16 16 }, 17 17 "breeze-gtk": { 18 - "version": "6.2.0", 19 - "url": "mirror://kde/stable/plasma/6.2.0/breeze-gtk-6.2.0.tar.xz", 20 - "hash": "sha256-phHkRK7KNPFv5uCQEekBT88rtdlCLdZEAR9EDMxTdbg=" 18 + "version": "6.2.1", 19 + "url": "mirror://kde/stable/plasma/6.2.1/breeze-gtk-6.2.1.tar.xz", 20 + "hash": "sha256-i1R41rcFaD8MLAdc6D4RN62X7WRNGjOdj5gsTcEj7w4=" 21 21 }, 22 22 "breeze-plymouth": { 23 - "version": "6.2.0", 24 - "url": "mirror://kde/stable/plasma/6.2.0/breeze-plymouth-6.2.0.tar.xz", 25 - "hash": "sha256-ggrcuEinbtdhtclGZWk3S20uAQL6ykX5EYxAbM/fV6Y=" 23 + "version": "6.2.1", 24 + "url": "mirror://kde/stable/plasma/6.2.1/breeze-plymouth-6.2.1.tar.xz", 25 + "hash": "sha256-esFwowhZ1E2zT4+GOW8APyEJMd8WUgppYkFPsAXqzhI=" 26 26 }, 27 27 "discover": { 28 - "version": "6.2.0", 29 - "url": "mirror://kde/stable/plasma/6.2.0/discover-6.2.0.tar.xz", 30 - "hash": "sha256-QP/KtDliA07UyISLqk41T0j/Pdi5TTKdw97sOGBklf8=" 28 + "version": "6.2.1", 29 + "url": "mirror://kde/stable/plasma/6.2.1/discover-6.2.1.tar.xz", 30 + "hash": "sha256-ce0t9IFEHvaeHVxvCZfwN22DqHFIUcbQFNEWS8jubZE=" 31 31 }, 32 32 "drkonqi": { 33 - "version": "6.2.0", 34 - "url": "mirror://kde/stable/plasma/6.2.0/drkonqi-6.2.0.tar.xz", 35 - "hash": "sha256-5t2XbT9O2A57wNoaM7j1eKE69VZPDjfcSe1Zo8TWjow=" 33 + "version": "6.2.1", 34 + "url": "mirror://kde/stable/plasma/6.2.1/drkonqi-6.2.1.tar.xz", 35 + "hash": "sha256-Xk260ZoKtwgFsR/tGO7bmhW7F1O8RESKkts8lpRWVVA=" 36 36 }, 37 37 "flatpak-kcm": { 38 - "version": "6.2.0", 39 - "url": "mirror://kde/stable/plasma/6.2.0/flatpak-kcm-6.2.0.tar.xz", 40 - "hash": "sha256-KiA+cpJXHvE3N4XCRJxQO+FUCNvfCnpZ1+mdjp3vGoE=" 38 + "version": "6.2.1", 39 + "url": "mirror://kde/stable/plasma/6.2.1/flatpak-kcm-6.2.1.tar.xz", 40 + "hash": "sha256-yKHwSAEXPqTEZktkk/8GizkL1AL3GrKBIra75xz5WYc=" 41 41 }, 42 42 "kactivitymanagerd": { 43 - "version": "6.2.0", 44 - "url": "mirror://kde/stable/plasma/6.2.0/kactivitymanagerd-6.2.0.tar.xz", 45 - "hash": "sha256-65Q2EdhdGKxXk8O8gbl7dQevlwNN8Dhtm9DjmZnm4Gw=" 43 + "version": "6.2.1", 44 + "url": "mirror://kde/stable/plasma/6.2.1/kactivitymanagerd-6.2.1.tar.xz", 45 + "hash": "sha256-vdggWWIqm6oB4Y4OS7JRoUyEG52mGjjlVoiGwwk8jM4=" 46 46 }, 47 47 "kde-cli-tools": { 48 - "version": "6.2.0", 49 - "url": "mirror://kde/stable/plasma/6.2.0/kde-cli-tools-6.2.0.tar.xz", 50 - "hash": "sha256-e+BC+Yr0bMtflzWP+fpYyTA2BsmQnhyS7OViR9nT0rY=" 48 + "version": "6.2.1", 49 + "url": "mirror://kde/stable/plasma/6.2.1/kde-cli-tools-6.2.1.tar.xz", 50 + "hash": "sha256-8Hc3ImgJg70jdR3nVOl9SmxLfP/I/OzFgPFHK4eRNik=" 51 51 }, 52 52 "kdecoration": { 53 - "version": "6.2.0", 54 - "url": "mirror://kde/stable/plasma/6.2.0/kdecoration-6.2.0.tar.xz", 55 - "hash": "sha256-BdDTjuVcki2xNf2GTjXEdCmIp7JlFqNBuCTpgElgyRk=" 53 + "version": "6.2.1", 54 + "url": "mirror://kde/stable/plasma/6.2.1/kdecoration-6.2.1.tar.xz", 55 + "hash": "sha256-k4ALPfgtDPf8IuTN99tnyJi7GUMXJR3FkzRL4ELpkIg=" 56 56 }, 57 57 "kde-gtk-config": { 58 - "version": "6.2.0", 59 - "url": "mirror://kde/stable/plasma/6.2.0/kde-gtk-config-6.2.0.tar.xz", 60 - "hash": "sha256-m7Yirv6iCqkz+FJCwRxwdYFQqG95Yc83Un0UzW2Y+Wc=" 58 + "version": "6.2.1", 59 + "url": "mirror://kde/stable/plasma/6.2.1/kde-gtk-config-6.2.1.tar.xz", 60 + "hash": "sha256-9WPUFglLK5N41LgDNt4N3tA4ddnqxx/4hDwQTLhn5ew=" 61 61 }, 62 62 "kdeplasma-addons": { 63 - "version": "6.2.0", 64 - "url": "mirror://kde/stable/plasma/6.2.0/kdeplasma-addons-6.2.0.tar.xz", 65 - "hash": "sha256-KOZ46UTPzhgxqXT8SELp/JV3v9zTrxBtG4qFIrVvwg4=" 63 + "version": "6.2.1", 64 + "url": "mirror://kde/stable/plasma/6.2.1/kdeplasma-addons-6.2.1.tar.xz", 65 + "hash": "sha256-3yAM0Gs+aMZjnX/JJ9OK4vp/n60MtHLfalpuEkqHs1o=" 66 66 }, 67 67 "kgamma": { 68 - "version": "6.2.0", 69 - "url": "mirror://kde/stable/plasma/6.2.0/kgamma-6.2.0.tar.xz", 70 - "hash": "sha256-UkQ4SuKNkrBVXpxn1ZlWRv+bEDces2sH3RS5NHeebPw=" 68 + "version": "6.2.1", 69 + "url": "mirror://kde/stable/plasma/6.2.1/kgamma-6.2.1.tar.xz", 70 + "hash": "sha256-PPdzDPFg/WjbNyY++t62BX8fslrfGc2OXoZfS4ju4JE=" 71 71 }, 72 72 "kglobalacceld": { 73 - "version": "6.2.0", 74 - "url": "mirror://kde/stable/plasma/6.2.0/kglobalacceld-6.2.0.tar.xz", 75 - "hash": "sha256-IVdJJXXA2Cn8kWJMBxpNK4EfrJzMZDDxScHdB4ZuTXw=" 73 + "version": "6.2.1", 74 + "url": "mirror://kde/stable/plasma/6.2.1/kglobalacceld-6.2.1.tar.xz", 75 + "hash": "sha256-wTPtjyZ/jkDiAp/xh++zByDwPJ5fXk2ozYXaCgDJ7dQ=" 76 76 }, 77 77 "kinfocenter": { 78 - "version": "6.2.0", 79 - "url": "mirror://kde/stable/plasma/6.2.0/kinfocenter-6.2.0.tar.xz", 80 - "hash": "sha256-UIcw97RNyFuk5nyvUmGZUozvzz3WA/YoCRepMOD+Bsw=" 78 + "version": "6.2.1", 79 + "url": "mirror://kde/stable/plasma/6.2.1/kinfocenter-6.2.1.tar.xz", 80 + "hash": "sha256-UEFi5sm6kfPRrwiY3r4rapw/UVv/tYkifnOZB7aAYOs=" 81 81 }, 82 82 "kmenuedit": { 83 - "version": "6.2.0", 84 - "url": "mirror://kde/stable/plasma/6.2.0/kmenuedit-6.2.0.tar.xz", 85 - "hash": "sha256-IWLv11QSj7BnSgZQbziyT+mEWVvbkoqfpwDmoG8ED/c=" 83 + "version": "6.2.1", 84 + "url": "mirror://kde/stable/plasma/6.2.1/kmenuedit-6.2.1.tar.xz", 85 + "hash": "sha256-wRQpdz3j5Z6q5ZWNHHy+ul5o37oObguttYiPFaZSyRE=" 86 86 }, 87 87 "kpipewire": { 88 - "version": "6.2.0", 89 - "url": "mirror://kde/stable/plasma/6.2.0/kpipewire-6.2.0.tar.xz", 90 - "hash": "sha256-csB+bGYItsXqokYNl1v5BHSJZR+wXeXltUCHZSn0JbA=" 88 + "version": "6.2.1", 89 + "url": "mirror://kde/stable/plasma/6.2.1/kpipewire-6.2.1.tar.xz", 90 + "hash": "sha256-FnXi8G4gZhpdd0AFM9VSoyotbcwtntoCvKjlrbvCQ8g=" 91 91 }, 92 92 "krdp": { 93 - "version": "6.2.0", 94 - "url": "mirror://kde/stable/plasma/6.2.0/krdp-6.2.0.tar.xz", 95 - "hash": "sha256-vln3THuq4hQ79bL/dyKjku1I413ELk/ZtvtqgenfSpo=" 93 + "version": "6.2.1", 94 + "url": "mirror://kde/stable/plasma/6.2.1/krdp-6.2.1.tar.xz", 95 + "hash": "sha256-kPS/BBkVS00WEyy5b0G7DUk+U/klPkIZyM5taSW2I48=" 96 96 }, 97 97 "kscreen": { 98 - "version": "6.2.0", 99 - "url": "mirror://kde/stable/plasma/6.2.0/kscreen-6.2.0.tar.xz", 100 - "hash": "sha256-ClFDHs9PrEhtNWb4npjE0uS8mqjRprAeieXcYP8f5fI=" 98 + "version": "6.2.1", 99 + "url": "mirror://kde/stable/plasma/6.2.1/kscreen-6.2.1.tar.xz", 100 + "hash": "sha256-PjKubDeHF4qJgxjALVrqmzQe6M4pIgc/6s9Nq+P0lM8=" 101 101 }, 102 102 "kscreenlocker": { 103 - "version": "6.2.0", 104 - "url": "mirror://kde/stable/plasma/6.2.0/kscreenlocker-6.2.0.tar.xz", 105 - "hash": "sha256-m/QE/7DX19wZayWIrl9HP9he6t58svVkAOORBsEUfxc=" 103 + "version": "6.2.1", 104 + "url": "mirror://kde/stable/plasma/6.2.1/kscreenlocker-6.2.1.tar.xz", 105 + "hash": "sha256-w6FzDNdeyPh+2kybWy9JHVnZiz0GyT98NyHupWkLYBk=" 106 106 }, 107 107 "ksshaskpass": { 108 - "version": "6.2.0", 109 - "url": "mirror://kde/stable/plasma/6.2.0/ksshaskpass-6.2.0.tar.xz", 110 - "hash": "sha256-KimJtRX9HEooG3ujda8H2gdObgYh1nyLrEhvKCBx3Bg=" 108 + "version": "6.2.1", 109 + "url": "mirror://kde/stable/plasma/6.2.1/ksshaskpass-6.2.1.tar.xz", 110 + "hash": "sha256-ucB2+ryf+87xcu7ChMGovek7u7YNfefqSqyLxS4ay3I=" 111 111 }, 112 112 "ksystemstats": { 113 - "version": "6.2.0", 114 - "url": "mirror://kde/stable/plasma/6.2.0/ksystemstats-6.2.0.tar.xz", 115 - "hash": "sha256-BYFdAazbGZwFL6mUxI9J9pS0NWp/wj7/OLsAYUrkaH4=" 113 + "version": "6.2.1", 114 + "url": "mirror://kde/stable/plasma/6.2.1/ksystemstats-6.2.1.tar.xz", 115 + "hash": "sha256-wxmKliFrSOh1Tl38cKj2da97Nd7z/gY/cnBEg51FoHM=" 116 116 }, 117 117 "kwallet-pam": { 118 - "version": "6.2.0", 119 - "url": "mirror://kde/stable/plasma/6.2.0/kwallet-pam-6.2.0.tar.xz", 120 - "hash": "sha256-WB2stm4jqtsUVo0Dr8fgEq2QkpInexkti2jsHNQnue0=" 118 + "version": "6.2.1", 119 + "url": "mirror://kde/stable/plasma/6.2.1/kwallet-pam-6.2.1.tar.xz", 120 + "hash": "sha256-R6vvzbF5B1qA63EMeWzb4ts0MvBb3jbvgallnBK+jzI=" 121 121 }, 122 122 "kwayland": { 123 - "version": "6.2.0", 124 - "url": "mirror://kde/stable/plasma/6.2.0/kwayland-6.2.0.tar.xz", 125 - "hash": "sha256-f/4MKx+CMVtiJsUM+3UuZzjldvv3C3KW0XF7PYYiYkQ=" 123 + "version": "6.2.1", 124 + "url": "mirror://kde/stable/plasma/6.2.1/kwayland-6.2.1.tar.xz", 125 + "hash": "sha256-veB00J2Wx0SEFmR8RP8+1HulVGA1OzLAD1UCjqjqDHw=" 126 126 }, 127 127 "kwayland-integration": { 128 - "version": "6.2.0", 129 - "url": "mirror://kde/stable/plasma/6.2.0/kwayland-integration-6.2.0.tar.xz", 130 - "hash": "sha256-aue6XsXwZfNmA8BhI0HdvQ2URbcvxvumtiy+3NT6n/A=" 128 + "version": "6.2.1", 129 + "url": "mirror://kde/stable/plasma/6.2.1/kwayland-integration-6.2.1.tar.xz", 130 + "hash": "sha256-/L3qETy8AqWynHrVApoLxwXctp+3TTojZDfUebwrV2c=" 131 131 }, 132 132 "kwin": { 133 - "version": "6.2.0", 134 - "url": "mirror://kde/stable/plasma/6.2.0/kwin-6.2.0.tar.xz", 135 - "hash": "sha256-iuiFLkjAQulvmOdqi2f36U8dYBk5M2+6f424tDvy/Lo=" 133 + "version": "6.2.1", 134 + "url": "mirror://kde/stable/plasma/6.2.1/kwin-6.2.1.tar.xz", 135 + "hash": "sha256-R4pl0v2xeMHx4kzwy5spDirjfFeP2JwHjDORwz+JU50=" 136 136 }, 137 137 "kwrited": { 138 - "version": "6.2.0", 139 - "url": "mirror://kde/stable/plasma/6.2.0/kwrited-6.2.0.tar.xz", 140 - "hash": "sha256-S0iQY3ApuNsF/4DjIl2NjXipW7RIAqpG1SauJ4T1YCk=" 138 + "version": "6.2.1", 139 + "url": "mirror://kde/stable/plasma/6.2.1/kwrited-6.2.1.tar.xz", 140 + "hash": "sha256-0jTymV4c3aokfGkZO9qqrdfQYJLX8E8aDyzmELHb2/8=" 141 141 }, 142 142 "layer-shell-qt": { 143 - "version": "6.2.0", 144 - "url": "mirror://kde/stable/plasma/6.2.0/layer-shell-qt-6.2.0.tar.xz", 145 - "hash": "sha256-U5DReOf2UW1pHtqoX86cvM/gYM6lc6vGULtAZoeOsv4=" 143 + "version": "6.2.1", 144 + "url": "mirror://kde/stable/plasma/6.2.1/layer-shell-qt-6.2.1.tar.xz", 145 + "hash": "sha256-EehtMH+Z6aeGl/TQtLEVKOSgliKCZdxm5Y8pnmw5eUM=" 146 146 }, 147 147 "libkscreen": { 148 - "version": "6.2.0", 149 - "url": "mirror://kde/stable/plasma/6.2.0/libkscreen-6.2.0.tar.xz", 150 - "hash": "sha256-tgGHOEWwUEaQ0hJIWRwa0qmbvONdvqx0fFdcwyHE1IU=" 148 + "version": "6.2.1", 149 + "url": "mirror://kde/stable/plasma/6.2.1/libkscreen-6.2.1.tar.xz", 150 + "hash": "sha256-DPkTb8p5t2fUzaWnBOLaBQdPBfKb/+FUr8IOYz2vLtQ=" 151 151 }, 152 152 "libksysguard": { 153 - "version": "6.2.0", 154 - "url": "mirror://kde/stable/plasma/6.2.0/libksysguard-6.2.0.tar.xz", 155 - "hash": "sha256-AoapDQrhqFbv7AXNOjS2lfslIaO1tWry2QDBmVAigng=" 153 + "version": "6.2.1", 154 + "url": "mirror://kde/stable/plasma/6.2.1/libksysguard-6.2.1.tar.xz", 155 + "hash": "sha256-I0yghbqbFGep148OJ79Zwh4AZintLZ43Mvhy/iLhKYM=" 156 156 }, 157 157 "libplasma": { 158 - "version": "6.2.0", 159 - "url": "mirror://kde/stable/plasma/6.2.0/libplasma-6.2.0.tar.xz", 160 - "hash": "sha256-dWocsBUTygSQagecwoAtym9PYQ8xkmGRmz1eJb1P2pg=" 158 + "version": "6.2.1", 159 + "url": "mirror://kde/stable/plasma/6.2.1/libplasma-6.2.1.tar.xz", 160 + "hash": "sha256-i6+pBIt0Pe7PWVpjqQeo5vtL1OnLF6rDNgaPp7l7CpM=" 161 161 }, 162 162 "milou": { 163 - "version": "6.2.0", 164 - "url": "mirror://kde/stable/plasma/6.2.0/milou-6.2.0.tar.xz", 165 - "hash": "sha256-sfG04T+0BHZTGzpj52aiPvd5TeG4YgJCtMUatEX5scU=" 163 + "version": "6.2.1", 164 + "url": "mirror://kde/stable/plasma/6.2.1/milou-6.2.1.tar.xz", 165 + "hash": "sha256-cVwQrD0e9MbNYwrrlqWsIfkSA5qbLb5/GrzzeT0PjNI=" 166 166 }, 167 167 "ocean-sound-theme": { 168 - "version": "6.2.0", 169 - "url": "mirror://kde/stable/plasma/6.2.0/ocean-sound-theme-6.2.0.tar.xz", 170 - "hash": "sha256-nfu3FnlbjGBdQJkqCznrKny5w+x9P1KROZEBiHJUM4M=" 168 + "version": "6.2.1", 169 + "url": "mirror://kde/stable/plasma/6.2.1/ocean-sound-theme-6.2.1.tar.xz", 170 + "hash": "sha256-VBNKaaOPUzHM41ZwBPPGfU133ows7qc1llRxUxQvvNw=" 171 171 }, 172 172 "oxygen": { 173 - "version": "6.2.0", 174 - "url": "mirror://kde/stable/plasma/6.2.0/oxygen-6.2.0.tar.xz", 175 - "hash": "sha256-6CrJmGQZ7b/Y6ms+ganF3UajbtPNlCp002RLY2Xsy2A=" 173 + "version": "6.2.1", 174 + "url": "mirror://kde/stable/plasma/6.2.1/oxygen-6.2.1.tar.xz", 175 + "hash": "sha256-bGvSFwQGLi6HsBHaM/G3Tn8JSWdfSHv8KQ0aMmY0Cyo=" 176 176 }, 177 177 "oxygen-sounds": { 178 - "version": "6.2.0", 179 - "url": "mirror://kde/stable/plasma/6.2.0/oxygen-sounds-6.2.0.tar.xz", 180 - "hash": "sha256-POFicpHQBgUEaRQVcY8rrpc/N85X3kjoGjcnV84IEqE=" 178 + "version": "6.2.1", 179 + "url": "mirror://kde/stable/plasma/6.2.1/oxygen-sounds-6.2.1.tar.xz", 180 + "hash": "sha256-DiDGF8hVzS/ciZBepYZfR5cz7QSWfNkPmIjp4ahGrak=" 181 181 }, 182 182 "plasma5support": { 183 - "version": "6.2.0", 184 - "url": "mirror://kde/stable/plasma/6.2.0/plasma5support-6.2.0.tar.xz", 185 - "hash": "sha256-RutPXZQHfEbCS0lLuuLldJtbX3zB227ykjuBEq5q5Y0=" 183 + "version": "6.2.1", 184 + "url": "mirror://kde/stable/plasma/6.2.1/plasma5support-6.2.1.tar.xz", 185 + "hash": "sha256-TqYzU5ac5euPpfvNPwN4dBqVF+uBp4HNWPYRUztWTns=" 186 186 }, 187 187 "plasma-activities": { 188 - "version": "6.2.0", 189 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-activities-6.2.0.tar.xz", 190 - "hash": "sha256-Ks6SrGSy6jGLBQNF1RSgOsD5D6JlhogsHZtBZv4A8tc=" 188 + "version": "6.2.1", 189 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-activities-6.2.1.tar.xz", 190 + "hash": "sha256-nzufWkr0aqoK7o55Bd8gdHtGyDjWme+niHbD6g0hRtI=" 191 191 }, 192 192 "plasma-activities-stats": { 193 - "version": "6.2.0", 194 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-activities-stats-6.2.0.tar.xz", 195 - "hash": "sha256-IV13KFN7iQofMZ8TyqYDjALcTj5k2Zz0DOCPyC9GXf0=" 193 + "version": "6.2.1", 194 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-activities-stats-6.2.1.tar.xz", 195 + "hash": "sha256-cGzkdptOthQLCXVcaIp9y2QtF5G0ceK2JZNciTxKhqM=" 196 196 }, 197 197 "plasma-browser-integration": { 198 - "version": "6.2.0", 199 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-browser-integration-6.2.0.tar.xz", 200 - "hash": "sha256-kdWWz9iRtEwQxd14YuLJWs2nUm/pqfAY6UaDbBdFCmg=" 198 + "version": "6.2.1", 199 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-browser-integration-6.2.1.tar.xz", 200 + "hash": "sha256-B1j2IJ2myCSpl47vlCfRvz2WGHsfz8MZqMBggr5x7So=" 201 201 }, 202 202 "plasma-desktop": { 203 - "version": "6.2.0", 204 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-desktop-6.2.0.tar.xz", 205 - "hash": "sha256-DqOOILnEFjhX25IOqAyXQKKeVhiGtf658g+ThZhpJwk=" 203 + "version": "6.2.1", 204 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-desktop-6.2.1.tar.xz", 205 + "hash": "sha256-HU/oDE89jrdlZBKV2yjrkXOwdvBbgGZhfHumOig7v7c=" 206 206 }, 207 207 "plasma-dialer": { 208 - "version": "6.2.0", 209 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-dialer-6.2.0.tar.xz", 210 - "hash": "sha256-72JH0C2xAyJSHlLnHpyUKR8Hq92vFvCEYTyN0298qs4=" 208 + "version": "6.2.1", 209 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-dialer-6.2.1.tar.xz", 210 + "hash": "sha256-ujia8MeIN6TVvcJx8Vm3s5GTnTV4ezhTEu5eVSh2YKE=" 211 211 }, 212 212 "plasma-disks": { 213 - "version": "6.2.0", 214 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-disks-6.2.0.tar.xz", 215 - "hash": "sha256-WB+6e5c5eFNELpID4CzF/mAHofbWAgvTODdR16cNK6E=" 213 + "version": "6.2.1", 214 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-disks-6.2.1.tar.xz", 215 + "hash": "sha256-wDvWjl42z5Pakn+S3GDLRLh0qQbJPSoWASVjNTD/wQo=" 216 216 }, 217 217 "plasma-firewall": { 218 - "version": "6.2.0", 219 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-firewall-6.2.0.tar.xz", 220 - "hash": "sha256-Wf0FeabJkT+XRm675WKwDCe1kNnDh0wjnIpR/mGQPmU=" 218 + "version": "6.2.1", 219 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-firewall-6.2.1.tar.xz", 220 + "hash": "sha256-riGK+t5sH8/stNSpeBH7ESWtVXtXopimeZ/GPerooG0=" 221 221 }, 222 222 "plasma-integration": { 223 - "version": "6.2.0", 224 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-integration-6.2.0.tar.xz", 225 - "hash": "sha256-3NEKDIQYUk5mxup7+6TeTU8gRp20cLQaUK4g41npt2g=" 223 + "version": "6.2.1", 224 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-integration-6.2.1.tar.xz", 225 + "hash": "sha256-pOorneCR1C/896p3jDvirc68V7gqH142EG8DberdM+k=" 226 226 }, 227 227 "plasma-mobile": { 228 - "version": "6.2.0", 229 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-mobile-6.2.0.tar.xz", 230 - "hash": "sha256-9ZPYZEUL+xB5YFwXI7KC5AFc+3eg6zN2SIx3DwS3nUg=" 228 + "version": "6.2.1", 229 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-mobile-6.2.1.tar.xz", 230 + "hash": "sha256-LjH5TzwBDwdgZjBVapOZt8bNMjpnq1ELJZov+udCvyQ=" 231 231 }, 232 232 "plasma-nano": { 233 - "version": "6.2.0", 234 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-nano-6.2.0.tar.xz", 235 - "hash": "sha256-Kt3NB/z3yoYx+uK5sImgH4t7WcBGLOQNGyvnu57vvTg=" 233 + "version": "6.2.1", 234 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-nano-6.2.1.tar.xz", 235 + "hash": "sha256-MK/GCxMpTCxzVvo60paZSrkmoIbomFHHA8jq/fU5ZN0=" 236 236 }, 237 237 "plasma-nm": { 238 - "version": "6.2.0", 239 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-nm-6.2.0.tar.xz", 240 - "hash": "sha256-znIAir8XVV0bIPZkgP8hmSp8RLJs8FahM/0tLudCHnU=" 238 + "version": "6.2.1", 239 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-nm-6.2.1.tar.xz", 240 + "hash": "sha256-2XUnnwYRUQ3YAl407uJBnnx37poD9+l7tW2t5po+hyg=" 241 241 }, 242 242 "plasma-pa": { 243 - "version": "6.2.0", 244 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-pa-6.2.0.tar.xz", 245 - "hash": "sha256-imSTF32dgj90f+kXrMO8hZxhxP6dOt15mrfxlDTZmSA=" 243 + "version": "6.2.1", 244 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-pa-6.2.1.tar.xz", 245 + "hash": "sha256-9k5vtxJClgia3YnWz0P3YWWFTNvNwiz/MbAsxoBugu0=" 246 246 }, 247 247 "plasma-sdk": { 248 - "version": "6.2.0", 249 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-sdk-6.2.0.tar.xz", 250 - "hash": "sha256-2KGwAi0WA19xOTqjXoFrweLW3DuxrXaUg9RYnot4whY=" 248 + "version": "6.2.1", 249 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-sdk-6.2.1.tar.xz", 250 + "hash": "sha256-+0RVKwsk5fGlA7J8gIQ6cW+6+sxqwMjM44VT8V9wkxw=" 251 251 }, 252 252 "plasma-systemmonitor": { 253 - "version": "6.2.0", 254 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-systemmonitor-6.2.0.tar.xz", 255 - "hash": "sha256-lZg9xBp/JffAv+gYUse4CPIX1ti+u10UC9QgWFloWhc=" 253 + "version": "6.2.1", 254 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-systemmonitor-6.2.1.tar.xz", 255 + "hash": "sha256-bte/HWDba4Kcxz2bZua6PDnopOqsxnWP+/FF8uVkqZo=" 256 256 }, 257 257 "plasma-thunderbolt": { 258 - "version": "6.2.0", 259 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-thunderbolt-6.2.0.tar.xz", 260 - "hash": "sha256-HNx2MAPiAReOUm9Iww32UPN6i04BbSWl6YObvOlNzjo=" 258 + "version": "6.2.1", 259 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-thunderbolt-6.2.1.tar.xz", 260 + "hash": "sha256-rFT3T7wBz77WWTQT6Pat29QgYz6ZGnKa9zjlpTR9QdU=" 261 261 }, 262 262 "plasma-vault": { 263 - "version": "6.2.0", 264 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-vault-6.2.0.tar.xz", 265 - "hash": "sha256-wfA9G2uP3zkYeQ9glmToD4ug+KxJ/uThU8uHhebdJ5c=" 263 + "version": "6.2.1", 264 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-vault-6.2.1.tar.xz", 265 + "hash": "sha256-eXYlKEZcvY468Pt1/aGE3G3V0J32C0hwECf6LO7JaI8=" 266 266 }, 267 267 "plasma-welcome": { 268 - "version": "6.2.0", 269 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-welcome-6.2.0.tar.xz", 270 - "hash": "sha256-Z4JAbVZDdFlT3oKxsfWKRKb4VMLX4NZ10DfmM3f1UtU=" 268 + "version": "6.2.1", 269 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-welcome-6.2.1.tar.xz", 270 + "hash": "sha256-oKvYKyCe27g7Qx+GN2R4nGtS4WoXp3fA+Oz0rtWRFPw=" 271 271 }, 272 272 "plasma-workspace": { 273 - "version": "6.2.0", 274 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-workspace-6.2.0.tar.xz", 275 - "hash": "sha256-LUJoy651djG+V9adNPwCyNAgR2JRU3DJZ57LKqKv3zM=" 273 + "version": "6.2.1", 274 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-workspace-6.2.1.tar.xz", 275 + "hash": "sha256-eKrVJIqTcaYHYLyz/HMsGWKqjGNLQkhHZJaJn4FUwi4=" 276 276 }, 277 277 "plasma-workspace-wallpapers": { 278 - "version": "6.2.0", 279 - "url": "mirror://kde/stable/plasma/6.2.0/plasma-workspace-wallpapers-6.2.0.tar.xz", 280 - "hash": "sha256-gkGYLJjEMRAafDOVjPIbn3BjsNsR8GZjpyMl9QEPnAE=" 278 + "version": "6.2.1", 279 + "url": "mirror://kde/stable/plasma/6.2.1/plasma-workspace-wallpapers-6.2.1.tar.xz", 280 + "hash": "sha256-XMbV/NJl6uAoWzqbfPoarLYhmr6PcWVqKCTNPuPk8iE=" 281 281 }, 282 282 "plymouth-kcm": { 283 - "version": "6.2.0", 284 - "url": "mirror://kde/stable/plasma/6.2.0/plymouth-kcm-6.2.0.tar.xz", 285 - "hash": "sha256-+iOqC1pu73bLS1o0mgJ/LmahOyLi2/Wyv8erqwp48a4=" 283 + "version": "6.2.1", 284 + "url": "mirror://kde/stable/plasma/6.2.1/plymouth-kcm-6.2.1.tar.xz", 285 + "hash": "sha256-FZ7i2PFpxiB67lyPcFrelSEg6CRq74Ir9v5lFn/HBhE=" 286 286 }, 287 287 "polkit-kde-agent-1": { 288 - "version": "6.2.0", 289 - "url": "mirror://kde/stable/plasma/6.2.0/polkit-kde-agent-1-6.2.0.tar.xz", 290 - "hash": "sha256-xmUMV95OHVnMUUjtsrjX8XpmwgeFYT7DBTUXSnttyxA=" 288 + "version": "6.2.1", 289 + "url": "mirror://kde/stable/plasma/6.2.1/polkit-kde-agent-1-6.2.1.tar.xz", 290 + "hash": "sha256-lwPpP9tpu9qVNBjXSN7b8loWr9EW/FCZ6Kaht+QQEsc=" 291 291 }, 292 292 "powerdevil": { 293 - "version": "6.2.0", 294 - "url": "mirror://kde/stable/plasma/6.2.0/powerdevil-6.2.0.tar.xz", 295 - "hash": "sha256-g8H9VRF3V6i0xEUqLzBH2PQqzFTzfsBFBloo2SZBecI=" 293 + "version": "6.2.1", 294 + "url": "mirror://kde/stable/plasma/6.2.1/powerdevil-6.2.1.tar.xz", 295 + "hash": "sha256-W/oGj6MfEYeE5oHrl7nEn1qANMBiiwmcAFL9+xKcPmU=" 296 296 }, 297 297 "print-manager": { 298 - "version": "6.2.0", 299 - "url": "mirror://kde/stable/plasma/6.2.0/print-manager-6.2.0.tar.xz", 300 - "hash": "sha256-jIJw8gzMzpSxOpWDDSenIwNT5dj49SSfZ7eMg2Ey+M0=" 298 + "version": "6.2.1", 299 + "url": "mirror://kde/stable/plasma/6.2.1/print-manager-6.2.1.tar.xz", 300 + "hash": "sha256-hQCsuZ1WSvNNT34FhZy7/+kWQcPXifJ4lAKRyCgMc88=" 301 301 }, 302 302 "qqc2-breeze-style": { 303 - "version": "6.2.0", 304 - "url": "mirror://kde/stable/plasma/6.2.0/qqc2-breeze-style-6.2.0.tar.xz", 305 - "hash": "sha256-EZf7M1ZWzIWpkpTpWi8B9DaI7d9UWNqSoUTnthgrVJg=" 303 + "version": "6.2.1", 304 + "url": "mirror://kde/stable/plasma/6.2.1/qqc2-breeze-style-6.2.1.tar.xz", 305 + "hash": "sha256-dkvHgbyPufm5PPoANCQcdv/5TbHI9ODrLsZUJQKoAls=" 306 306 }, 307 307 "sddm-kcm": { 308 - "version": "6.2.0", 309 - "url": "mirror://kde/stable/plasma/6.2.0/sddm-kcm-6.2.0.tar.xz", 310 - "hash": "sha256-1cbMmMGQeJ0biG26gUA5ZYjq1hJTQc9SMa35WmNohR8=" 308 + "version": "6.2.1", 309 + "url": "mirror://kde/stable/plasma/6.2.1/sddm-kcm-6.2.1.tar.xz", 310 + "hash": "sha256-Wl0xBiI20kFl9FfriCn1RmydKu9KpqnzWG+CU9ZTv8E=" 311 311 }, 312 312 "spacebar": { 313 - "version": "6.2.0", 314 - "url": "mirror://kde/stable/plasma/6.2.0/spacebar-6.2.0.tar.xz", 315 - "hash": "sha256-ImSDTUR5JxmDsCQ2xls8GlLJf5jxBkD2g4mue5zqHYc=" 313 + "version": "6.2.1", 314 + "url": "mirror://kde/stable/plasma/6.2.1/spacebar-6.2.1.tar.xz", 315 + "hash": "sha256-5ueaEVK3AJNGCBWpg4e4jqgZNC5h85NT6V3/SiAen1U=" 316 316 }, 317 317 "systemsettings": { 318 - "version": "6.2.0", 319 - "url": "mirror://kde/stable/plasma/6.2.0/systemsettings-6.2.0.tar.xz", 320 - "hash": "sha256-a0Z17dRxf3yojRdwBpbDiHP/RrP5Bj7Pp8wgfrBOuuA=" 318 + "version": "6.2.1", 319 + "url": "mirror://kde/stable/plasma/6.2.1/systemsettings-6.2.1.tar.xz", 320 + "hash": "sha256-HgBl2eAAbnAvMmA0bXFujeJkyVQ3Hcw+91qBJnOAdbM=" 321 321 }, 322 322 "wacomtablet": { 323 - "version": "6.2.0", 324 - "url": "mirror://kde/stable/plasma/6.2.0/wacomtablet-6.2.0.tar.xz", 325 - "hash": "sha256-ml2fa6NyQ5BNTL+RyHSTsgV2vr0linXB9mCTs3YuXeM=" 323 + "version": "6.2.1", 324 + "url": "mirror://kde/stable/plasma/6.2.1/wacomtablet-6.2.1.tar.xz", 325 + "hash": "sha256-1L0/lWFH0mocuOc5cbEk98FdpGaFOYdnPEJLLNCkJhA=" 326 326 }, 327 327 "xdg-desktop-portal-kde": { 328 - "version": "6.2.0", 329 - "url": "mirror://kde/stable/plasma/6.2.0/xdg-desktop-portal-kde-6.2.0.tar.xz", 330 - "hash": "sha256-gAaExbvNvUHbyL/LqO2ponoNufD3IJnRgkb7eUB2T/w=" 328 + "version": "6.2.1", 329 + "url": "mirror://kde/stable/plasma/6.2.1/xdg-desktop-portal-kde-6.2.1.tar.xz", 330 + "hash": "sha256-hDT9KRapOI2ePorKjysW0MrVJonsPmuboRY9XzVmP28=" 331 331 } 332 332 }
+2
pkgs/kde/plasma/plasma-workspace/default.nix
··· 2 2 lib, 3 3 mkKdeDerivation, 4 4 substituteAll, 5 + dbus, 5 6 fontconfig, 6 7 xorg, 7 8 lsof, ··· 23 24 patches = [ 24 25 (substituteAll { 25 26 src = ./dependency-paths.patch; 27 + dbus-send = lib.getExe' dbus "dbus-send"; 26 28 fc-match = lib.getExe' fontconfig "fc-match"; 27 29 lsof = lib.getExe lsof; 28 30 qdbus = lib.getExe' qttools "qdbus";
+5 -5
pkgs/kde/plasma/plasma-workspace/dependency-paths.patch
··· 1 1 diff --git a/applets/devicenotifier/plugin/deviceerrormonitor_p.cpp b/applets/devicenotifier/plugin/deviceerrormonitor_p.cpp 2 - index 7e0c48a00e..fdc8b009f4 100644 2 + index 8c2bc13a74..7b3cd72363 100644 3 3 --- a/applets/devicenotifier/plugin/deviceerrormonitor_p.cpp 4 4 +++ b/applets/devicenotifier/plugin/deviceerrormonitor_p.cpp 5 5 @@ -155,7 +155,7 @@ void DeviceErrorMonitor::queryBlockingApps(const QString &devicePath) ··· 51 51 52 52 void CFcQuery::procExited() 53 53 diff --git a/kcms/krdb/krdb.cpp b/kcms/krdb/krdb.cpp 54 - index eefa0d36a0..76afd0c418 100644 54 + index 39bcb7317d..b0363afde9 100644 55 55 --- a/kcms/krdb/krdb.cpp 56 56 +++ b/kcms/krdb/krdb.cpp 57 57 @@ -423,7 +423,7 @@ void runRdb(unsigned int flags) ··· 135 135 } 136 136 return p; 137 137 diff --git a/startkde/systemd/plasma-ksplash-ready.service.in b/startkde/systemd/plasma-ksplash-ready.service.in 138 - index 3f6744f378..c51266794d 100644 138 + index 0bd88e6c92..eb1e304d37 100644 139 139 --- a/startkde/systemd/plasma-ksplash-ready.service.in 140 140 +++ b/startkde/systemd/plasma-ksplash-ready.service.in 141 141 @@ -6,5 +6,5 @@ PartOf=graphical-session.target 142 142 143 143 [Service] 144 144 Type=oneshot 145 - -ExecStart=-@QtBinariesDir@/qdbus org.kde.KSplash /KSplash org.kde.KSplash.setStage ready 146 - +ExecStart=-@qdbus@ org.kde.KSplash /KSplash org.kde.KSplash.setStage ready 145 + -ExecStart=dbus-send --session --reply-timeout=1 --dest=org.kde.KSplash /KSplash org.kde.KSplash.setStage string:ready 146 + +ExecStart=@dbus-send@ --session --reply-timeout=1 --dest=org.kde.KSplash /KSplash org.kde.KSplash.setStage string:ready 147 147 Slice=session.slice
+2 -2
pkgs/shells/zsh/zsh-you-should-use/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "zsh-you-should-use"; 5 - version = "1.8.0"; 5 + version = "1.9.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "MichaelAquilina"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-fJX748lwVP1+GF/aIl1J3c6XAy/AtYCpEHsP8weUNo0="; 11 + sha256 = "sha256-+3iAmWXSsc4OhFZqAMTwOL7AAHBp5ZtGGtvqCnEOYc0="; 12 12 }; 13 13 14 14 strictDeps = true;
+10 -3
pkgs/tools/backup/conserve/default.nix
··· 1 - { lib 2 - , rustPlatform 3 - , fetchFromGitHub 1 + { 2 + lib, 3 + stdenv, 4 + rustPlatform, 5 + fetchFromGitHub, 6 + darwin 4 7 }: 5 8 6 9 rustPlatform.buildRustPackage rec { ··· 15 18 }; 16 19 17 20 cargoHash = "sha256-IP9x3n5RdI+TKOhMBWEfw9P2CROcC0SmEsmMVaXjiDE="; 21 + 22 + buildInputs = lib.optionals (stdenv.isDarwin) [ 23 + darwin.apple_sdk.frameworks.Security 24 + ]; 18 25 19 26 checkFlags = [ 20 27 # expected to panic if unix user has no secondary group,
+2 -2
pkgs/tools/filesystems/stratis-cli/default.nix
··· 6 6 7 7 python3Packages.buildPythonApplication rec { 8 8 pname = "stratis-cli"; 9 - version = "3.6.2"; 9 + version = "3.7.0"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "stratis-storage"; 14 14 repo = pname; 15 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-f2Bjv7Z7+FZejS5plUGKTlGUixgF2pGN1SeszTDh4Ko="; 16 + hash = "sha256-F/RP/bWf2fV1IvNbrkYX3d94om1kACNe+oJI8pXM5P4="; 17 17 }; 18 18 19 19 nativeBuildInputs = with python3Packages; [
+7 -3
pkgs/tools/filesystems/stratisd/default.nix
··· 12 12 , cryptsetup 13 13 , util-linux 14 14 , lvm2 15 + , python3 15 16 , systemd 16 17 , xfsprogs 17 18 , thin-provisioning-tools ··· 27 28 28 29 stdenv.mkDerivation rec { 29 30 pname = "stratisd"; 30 - version = "3.6.8"; 31 + version = "3.7.1"; 31 32 32 33 src = fetchFromGitHub { 33 34 owner = "stratis-storage"; 34 35 repo = pname; 35 36 rev = "refs/tags/stratisd-v${version}"; 36 - hash = "sha256-cYd2oy9reY8eWSdO98cVcz6/Z+MS26NY4U3UNVfMdbg="; 37 + hash = "sha256-JevVIyNNkRuG1aH9yuBKwVlOgS67jJSoJDZQvpLsy/4="; 37 38 }; 38 39 39 40 cargoDeps = rustPlatform.fetchCargoTarball { 40 41 inherit src; 41 - hash = "sha256-1KzOKo5Q1uBqO3aCBYUJJxla4873AzrwoFPaNpKKFJU="; 42 + hash = "sha256-n8gF8WuHwwPxZAggkJckBxfvb0r+jJDuTcj7KXjg4/Y="; 42 43 }; 43 44 44 45 postPatch = '' ··· 52 53 --replace-fail sleep "${coreutils}/bin/sleep" \ 53 54 --replace-fail udevadm "${systemd}/bin/udevadm" 54 55 ''; 56 + 57 + strictDeps = true; 55 58 56 59 nativeBuildInputs = [ 57 60 rustPlatform.cargoSetupHook ··· 71 74 util-linux 72 75 systemd 73 76 lvm2 77 + (python3.withPackages (ps: [ ps.dbus-python ])) 74 78 ]; 75 79 76 80 outputs = [ "out" "initrd" ];
-3588
pkgs/tools/graphics/wgpu-utils/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.17.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "ahash" 22 - version = "0.7.6" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 25 - dependencies = [ 26 - "getrandom 0.2.8", 27 - "once_cell", 28 - "version_check", 29 - ] 30 - 31 - [[package]] 32 - name = "aho-corasick" 33 - version = "0.7.20" 34 - source = "registry+https://github.com/rust-lang/crates.io-index" 35 - checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 36 - dependencies = [ 37 - "memchr", 38 - ] 39 - 40 - [[package]] 41 - name = "android_system_properties" 42 - version = "0.1.5" 43 - source = "registry+https://github.com/rust-lang/crates.io-index" 44 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 45 - dependencies = [ 46 - "libc", 47 - ] 48 - 49 - [[package]] 50 - name = "anyhow" 51 - version = "1.0.70" 52 - source = "registry+https://github.com/rust-lang/crates.io-index" 53 - checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 54 - 55 - [[package]] 56 - name = "arrayref" 57 - version = "0.3.6" 58 - source = "registry+https://github.com/rust-lang/crates.io-index" 59 - checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" 60 - 61 - [[package]] 62 - name = "arrayvec" 63 - version = "0.5.2" 64 - source = "registry+https://github.com/rust-lang/crates.io-index" 65 - checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 66 - 67 - [[package]] 68 - name = "arrayvec" 69 - version = "0.7.2" 70 - source = "registry+https://github.com/rust-lang/crates.io-index" 71 - checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 72 - dependencies = [ 73 - "serde", 74 - ] 75 - 76 - [[package]] 77 - name = "ash" 78 - version = "0.37.2+1.3.238" 79 - source = "registry+https://github.com/rust-lang/crates.io-index" 80 - checksum = "28bf19c1f0a470be5fbf7522a308a05df06610252c5bcf5143e1b23f629a9a03" 81 - dependencies = [ 82 - "libloading 0.7.4", 83 - ] 84 - 85 - [[package]] 86 - name = "async-executor" 87 - version = "1.5.1" 88 - source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" 90 - dependencies = [ 91 - "async-lock", 92 - "async-task", 93 - "concurrent-queue", 94 - "fastrand", 95 - "futures-lite", 96 - "slab", 97 - ] 98 - 99 - [[package]] 100 - name = "async-lock" 101 - version = "2.6.0" 102 - source = "registry+https://github.com/rust-lang/crates.io-index" 103 - checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685" 104 - dependencies = [ 105 - "event-listener", 106 - "futures-lite", 107 - ] 108 - 109 - [[package]] 110 - name = "async-task" 111 - version = "4.3.0" 112 - source = "registry+https://github.com/rust-lang/crates.io-index" 113 - checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" 114 - 115 - [[package]] 116 - name = "async-trait" 117 - version = "0.1.68" 118 - source = "registry+https://github.com/rust-lang/crates.io-index" 119 - checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 120 - dependencies = [ 121 - "proc-macro2", 122 - "quote", 123 - "syn 2.0.11", 124 - ] 125 - 126 - [[package]] 127 - name = "autocfg" 128 - version = "1.1.0" 129 - source = "registry+https://github.com/rust-lang/crates.io-index" 130 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 131 - 132 - [[package]] 133 - name = "backtrace" 134 - version = "0.3.66" 135 - source = "registry+https://github.com/rust-lang/crates.io-index" 136 - checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" 137 - dependencies = [ 138 - "addr2line", 139 - "cc", 140 - "cfg-if", 141 - "libc", 142 - "miniz_oxide 0.5.4", 143 - "object", 144 - "rustc-demangle", 145 - ] 146 - 147 - [[package]] 148 - name = "base64" 149 - version = "0.9.3" 150 - source = "registry+https://github.com/rust-lang/crates.io-index" 151 - checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" 152 - dependencies = [ 153 - "byteorder", 154 - "safemem", 155 - ] 156 - 157 - [[package]] 158 - name = "base64" 159 - version = "0.13.1" 160 - source = "registry+https://github.com/rust-lang/crates.io-index" 161 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 162 - 163 - [[package]] 164 - name = "base64-simd" 165 - version = "0.8.0" 166 - source = "registry+https://github.com/rust-lang/crates.io-index" 167 - checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 168 - dependencies = [ 169 - "outref", 170 - "vsimd", 171 - ] 172 - 173 - [[package]] 174 - name = "bit-set" 175 - version = "0.5.3" 176 - source = "registry+https://github.com/rust-lang/crates.io-index" 177 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 178 - dependencies = [ 179 - "bit-vec", 180 - ] 181 - 182 - [[package]] 183 - name = "bit-vec" 184 - version = "0.6.3" 185 - source = "registry+https://github.com/rust-lang/crates.io-index" 186 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 187 - 188 - [[package]] 189 - name = "bitflags" 190 - version = "1.3.2" 191 - source = "registry+https://github.com/rust-lang/crates.io-index" 192 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 193 - 194 - [[package]] 195 - name = "bitflags" 196 - version = "2.1.0" 197 - source = "registry+https://github.com/rust-lang/crates.io-index" 198 - checksum = "c70beb79cbb5ce9c4f8e20849978f34225931f665bb49efa6982875a4d5facb3" 199 - 200 - [[package]] 201 - name = "block" 202 - version = "0.1.6" 203 - source = "registry+https://github.com/rust-lang/crates.io-index" 204 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 205 - 206 - [[package]] 207 - name = "bumpalo" 208 - version = "3.11.1" 209 - source = "registry+https://github.com/rust-lang/crates.io-index" 210 - checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" 211 - 212 - [[package]] 213 - name = "bytemuck" 214 - version = "1.13.1" 215 - source = "registry+https://github.com/rust-lang/crates.io-index" 216 - checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" 217 - dependencies = [ 218 - "bytemuck_derive", 219 - ] 220 - 221 - [[package]] 222 - name = "bytemuck_derive" 223 - version = "1.4.0" 224 - source = "registry+https://github.com/rust-lang/crates.io-index" 225 - checksum = "1aca418a974d83d40a0c1f0c5cba6ff4bc28d8df099109ca459a2118d40b6322" 226 - dependencies = [ 227 - "proc-macro2", 228 - "quote", 229 - "syn 1.0.105", 230 - ] 231 - 232 - [[package]] 233 - name = "byteorder" 234 - version = "1.4.3" 235 - source = "registry+https://github.com/rust-lang/crates.io-index" 236 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 237 - 238 - [[package]] 239 - name = "bytes" 240 - version = "1.2.1" 241 - source = "registry+https://github.com/rust-lang/crates.io-index" 242 - checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" 243 - 244 - [[package]] 245 - name = "calloop" 246 - version = "0.10.2" 247 - source = "registry+https://github.com/rust-lang/crates.io-index" 248 - checksum = "595eb0438b3c6d262395fe30e6de9a61beb57ea56290b00a07f227fe6e20cbf2" 249 - dependencies = [ 250 - "log", 251 - "nix", 252 - "slotmap", 253 - "thiserror", 254 - "vec_map", 255 - ] 256 - 257 - [[package]] 258 - name = "cargo-run-wasm" 259 - version = "0.3.2" 260 - source = "registry+https://github.com/rust-lang/crates.io-index" 261 - checksum = "cc1e37cf14ef470ed74ec2a8b95e51b8623bcf6f76d24f233ebaeb209f766230" 262 - dependencies = [ 263 - "devserver_lib", 264 - "pico-args", 265 - "serde_json", 266 - "wasm-bindgen-cli-support", 267 - ] 268 - 269 - [[package]] 270 - name = "cc" 271 - version = "1.0.77" 272 - source = "registry+https://github.com/rust-lang/crates.io-index" 273 - checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4" 274 - 275 - [[package]] 276 - name = "cfg-if" 277 - version = "1.0.0" 278 - source = "registry+https://github.com/rust-lang/crates.io-index" 279 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 280 - 281 - [[package]] 282 - name = "cgl" 283 - version = "0.3.2" 284 - source = "registry+https://github.com/rust-lang/crates.io-index" 285 - checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 286 - dependencies = [ 287 - "libc", 288 - ] 289 - 290 - [[package]] 291 - name = "cmake" 292 - version = "0.1.49" 293 - source = "registry+https://github.com/rust-lang/crates.io-index" 294 - checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c" 295 - dependencies = [ 296 - "cc", 297 - ] 298 - 299 - [[package]] 300 - name = "cocoa" 301 - version = "0.24.1" 302 - source = "registry+https://github.com/rust-lang/crates.io-index" 303 - checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 304 - dependencies = [ 305 - "bitflags 1.3.2", 306 - "block", 307 - "cocoa-foundation", 308 - "core-foundation", 309 - "core-graphics", 310 - "foreign-types 0.3.2", 311 - "libc", 312 - "objc", 313 - ] 314 - 315 - [[package]] 316 - name = "cocoa-foundation" 317 - version = "0.1.0" 318 - source = "registry+https://github.com/rust-lang/crates.io-index" 319 - checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318" 320 - dependencies = [ 321 - "bitflags 1.3.2", 322 - "block", 323 - "core-foundation", 324 - "core-graphics-types", 325 - "foreign-types 0.3.2", 326 - "libc", 327 - "objc", 328 - ] 329 - 330 - [[package]] 331 - name = "codespan-reporting" 332 - version = "0.11.1" 333 - source = "registry+https://github.com/rust-lang/crates.io-index" 334 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 335 - dependencies = [ 336 - "termcolor", 337 - "unicode-width", 338 - ] 339 - 340 - [[package]] 341 - name = "color_quant" 342 - version = "1.1.0" 343 - source = "registry+https://github.com/rust-lang/crates.io-index" 344 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 345 - 346 - [[package]] 347 - name = "com-rs" 348 - version = "0.2.1" 349 - source = "registry+https://github.com/rust-lang/crates.io-index" 350 - checksum = "bf43edc576402991846b093a7ca18a3477e0ef9c588cde84964b5d3e43016642" 351 - 352 - [[package]] 353 - name = "concurrent-queue" 354 - version = "2.0.0" 355 - source = "registry+https://github.com/rust-lang/crates.io-index" 356 - checksum = "bd7bef69dc86e3c610e4e7aed41035e2a7ed12e72dd7530f61327a6579a4390b" 357 - dependencies = [ 358 - "crossbeam-utils", 359 - ] 360 - 361 - [[package]] 362 - name = "console_error_panic_hook" 363 - version = "0.1.7" 364 - source = "registry+https://github.com/rust-lang/crates.io-index" 365 - checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 366 - dependencies = [ 367 - "cfg-if", 368 - "wasm-bindgen", 369 - ] 370 - 371 - [[package]] 372 - name = "console_log" 373 - version = "0.2.2" 374 - source = "registry+https://github.com/rust-lang/crates.io-index" 375 - checksum = "e89f72f65e8501878b8a004d5a1afb780987e2ce2b4532c562e367a72c57499f" 376 - dependencies = [ 377 - "log", 378 - "web-sys", 379 - ] 380 - 381 - [[package]] 382 - name = "convert_case" 383 - version = "0.4.0" 384 - source = "registry+https://github.com/rust-lang/crates.io-index" 385 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 386 - 387 - [[package]] 388 - name = "core-foundation" 389 - version = "0.9.3" 390 - source = "registry+https://github.com/rust-lang/crates.io-index" 391 - checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 392 - dependencies = [ 393 - "core-foundation-sys", 394 - "libc", 395 - ] 396 - 397 - [[package]] 398 - name = "core-foundation-sys" 399 - version = "0.8.3" 400 - source = "registry+https://github.com/rust-lang/crates.io-index" 401 - checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 402 - 403 - [[package]] 404 - name = "core-graphics" 405 - version = "0.22.3" 406 - source = "registry+https://github.com/rust-lang/crates.io-index" 407 - checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 408 - dependencies = [ 409 - "bitflags 1.3.2", 410 - "core-foundation", 411 - "core-graphics-types", 412 - "foreign-types 0.3.2", 413 - "libc", 414 - ] 415 - 416 - [[package]] 417 - name = "core-graphics-types" 418 - version = "0.1.1" 419 - source = "registry+https://github.com/rust-lang/crates.io-index" 420 - checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b" 421 - dependencies = [ 422 - "bitflags 1.3.2", 423 - "core-foundation", 424 - "foreign-types 0.3.2", 425 - "libc", 426 - ] 427 - 428 - [[package]] 429 - name = "core-text" 430 - version = "19.2.0" 431 - source = "registry+https://github.com/rust-lang/crates.io-index" 432 - checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25" 433 - dependencies = [ 434 - "core-foundation", 435 - "core-graphics", 436 - "foreign-types 0.3.2", 437 - "libc", 438 - ] 439 - 440 - [[package]] 441 - name = "crc32fast" 442 - version = "1.3.2" 443 - source = "registry+https://github.com/rust-lang/crates.io-index" 444 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 445 - dependencies = [ 446 - "cfg-if", 447 - ] 448 - 449 - [[package]] 450 - name = "crossbeam-utils" 451 - version = "0.8.14" 452 - source = "registry+https://github.com/rust-lang/crates.io-index" 453 - checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" 454 - dependencies = [ 455 - "cfg-if", 456 - ] 457 - 458 - [[package]] 459 - name = "crossfont" 460 - version = "0.5.1" 461 - source = "registry+https://github.com/rust-lang/crates.io-index" 462 - checksum = "21fd3add36ea31aba1520aa5288714dd63be506106753226d0eb387a93bc9c45" 463 - dependencies = [ 464 - "cocoa", 465 - "core-foundation", 466 - "core-foundation-sys", 467 - "core-graphics", 468 - "core-text", 469 - "dwrote", 470 - "foreign-types 0.5.0", 471 - "freetype-rs", 472 - "libc", 473 - "log", 474 - "objc", 475 - "once_cell", 476 - "pkg-config", 477 - "servo-fontconfig", 478 - "winapi", 479 - ] 480 - 481 - [[package]] 482 - name = "cts_runner" 483 - version = "0.1.0" 484 - dependencies = [ 485 - "deno_console", 486 - "deno_core", 487 - "deno_url", 488 - "deno_web", 489 - "deno_webgpu", 490 - "deno_webidl", 491 - "termcolor", 492 - "tokio", 493 - ] 494 - 495 - [[package]] 496 - name = "cty" 497 - version = "0.2.2" 498 - source = "registry+https://github.com/rust-lang/crates.io-index" 499 - checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" 500 - 501 - [[package]] 502 - name = "d3d12" 503 - version = "0.6.0" 504 - source = "git+https://github.com/gfx-rs/d3d12-rs?rev=b940b1d71#b940b1d71ab7083ae80eec697872672dc1f2bd32" 505 - dependencies = [ 506 - "bitflags 1.3.2", 507 - "libloading 0.7.4", 508 - "winapi", 509 - ] 510 - 511 - [[package]] 512 - name = "darling" 513 - version = "0.13.4" 514 - source = "registry+https://github.com/rust-lang/crates.io-index" 515 - checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" 516 - dependencies = [ 517 - "darling_core", 518 - "darling_macro", 519 - ] 520 - 521 - [[package]] 522 - name = "darling_core" 523 - version = "0.13.4" 524 - source = "registry+https://github.com/rust-lang/crates.io-index" 525 - checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" 526 - dependencies = [ 527 - "fnv", 528 - "ident_case", 529 - "proc-macro2", 530 - "quote", 531 - "strsim", 532 - "syn 1.0.105", 533 - ] 534 - 535 - [[package]] 536 - name = "darling_macro" 537 - version = "0.13.4" 538 - source = "registry+https://github.com/rust-lang/crates.io-index" 539 - checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" 540 - dependencies = [ 541 - "darling_core", 542 - "quote", 543 - "syn 1.0.105", 544 - ] 545 - 546 - [[package]] 547 - name = "data-encoding" 548 - version = "2.3.3" 549 - source = "registry+https://github.com/rust-lang/crates.io-index" 550 - checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" 551 - 552 - [[package]] 553 - name = "ddsfile" 554 - version = "0.5.1" 555 - source = "registry+https://github.com/rust-lang/crates.io-index" 556 - checksum = "594ecd967c2f40db5dde8da4c356975fc1fe030e951c7c3962f6dc2e80042e87" 557 - dependencies = [ 558 - "bitflags 1.3.2", 559 - "byteorder", 560 - "enum_primitive", 561 - ] 562 - 563 - [[package]] 564 - name = "deno_console" 565 - version = "0.92.0" 566 - source = "registry+https://github.com/rust-lang/crates.io-index" 567 - checksum = "55193bcb66a9a9830e1348280acbb9dd65c67d9a9a0586af9730079886408dce" 568 - dependencies = [ 569 - "deno_core", 570 - ] 571 - 572 - [[package]] 573 - name = "deno_core" 574 - version = "0.174.0" 575 - source = "registry+https://github.com/rust-lang/crates.io-index" 576 - checksum = "8077367e7e7ab2f52f1bc6285af301a1a6328b984991a3ff22236ad79862fce3" 577 - dependencies = [ 578 - "anyhow", 579 - "bytes", 580 - "deno_ops", 581 - "futures", 582 - "indexmap", 583 - "libc", 584 - "log", 585 - "once_cell", 586 - "parking_lot 0.12.1", 587 - "pin-project", 588 - "serde", 589 - "serde_json", 590 - "serde_v8", 591 - "smallvec", 592 - "sourcemap", 593 - "url", 594 - "v8", 595 - ] 596 - 597 - [[package]] 598 - name = "deno_ops" 599 - version = "0.52.0" 600 - source = "registry+https://github.com/rust-lang/crates.io-index" 601 - checksum = "dc9d81c9e5cd9590be6043546f4565670cb6e6a7de1986fd1c354adce04eb9d4" 602 - dependencies = [ 603 - "once_cell", 604 - "pmutil", 605 - "proc-macro-crate", 606 - "proc-macro2", 607 - "quote", 608 - "regex", 609 - "syn 1.0.105", 610 - ] 611 - 612 - [[package]] 613 - name = "deno_url" 614 - version = "0.92.0" 615 - source = "registry+https://github.com/rust-lang/crates.io-index" 616 - checksum = "906895a8ba4a95f48c51a32947061bf82f42da8f7c8df787012503f1a6042685" 617 - dependencies = [ 618 - "deno_core", 619 - "serde", 620 - "serde_repr", 621 - "urlpattern", 622 - ] 623 - 624 - [[package]] 625 - name = "deno_web" 626 - version = "0.123.0" 627 - source = "registry+https://github.com/rust-lang/crates.io-index" 628 - checksum = "af75e7ff90a3f719adc074a8789da16687b9e77a97d67eb727b65fae71262637" 629 - dependencies = [ 630 - "async-trait", 631 - "base64-simd", 632 - "deno_core", 633 - "encoding_rs", 634 - "flate2", 635 - "serde", 636 - "tokio", 637 - "uuid", 638 - ] 639 - 640 - [[package]] 641 - name = "deno_webgpu" 642 - version = "0.85.0" 643 - dependencies = [ 644 - "deno_core", 645 - "raw-window-handle 0.5.2", 646 - "serde", 647 - "tokio", 648 - "wgpu-core", 649 - "wgpu-types", 650 - ] 651 - 652 - [[package]] 653 - name = "deno_webidl" 654 - version = "0.92.0" 655 - source = "registry+https://github.com/rust-lang/crates.io-index" 656 - checksum = "387a0cfb076580e0237ba6f1b338ee2688779c6a5e531d4a8a2a82b216917ae0" 657 - dependencies = [ 658 - "deno_core", 659 - ] 660 - 661 - [[package]] 662 - name = "derive_more" 663 - version = "0.99.17" 664 - source = "registry+https://github.com/rust-lang/crates.io-index" 665 - checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 666 - dependencies = [ 667 - "convert_case", 668 - "proc-macro2", 669 - "quote", 670 - "rustc_version 0.4.0", 671 - "syn 1.0.105", 672 - ] 673 - 674 - [[package]] 675 - name = "devserver_lib" 676 - version = "0.4.2" 677 - source = "registry+https://github.com/rust-lang/crates.io-index" 678 - checksum = "edf215dbb8cb1409cca7645aaed35f9e39fb0a21855bba1ac48bc0334903bf66" 679 - 680 - [[package]] 681 - name = "dispatch" 682 - version = "0.2.0" 683 - source = "registry+https://github.com/rust-lang/crates.io-index" 684 - checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 685 - 686 - [[package]] 687 - name = "dlib" 688 - version = "0.5.0" 689 - source = "registry+https://github.com/rust-lang/crates.io-index" 690 - checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794" 691 - dependencies = [ 692 - "libloading 0.7.4", 693 - ] 694 - 695 - [[package]] 696 - name = "downcast-rs" 697 - version = "1.2.0" 698 - source = "registry+https://github.com/rust-lang/crates.io-index" 699 - checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 700 - 701 - [[package]] 702 - name = "dummy" 703 - version = "0.16.1" 704 - dependencies = [ 705 - "wgpu-core", 706 - ] 707 - 708 - [[package]] 709 - name = "dwrote" 710 - version = "0.11.0" 711 - source = "registry+https://github.com/rust-lang/crates.io-index" 712 - checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b" 713 - dependencies = [ 714 - "lazy_static", 715 - "libc", 716 - "serde", 717 - "serde_derive", 718 - "winapi", 719 - "wio", 720 - ] 721 - 722 - [[package]] 723 - name = "either" 724 - version = "1.8.1" 725 - source = "registry+https://github.com/rust-lang/crates.io-index" 726 - checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 727 - 728 - [[package]] 729 - name = "encoding_rs" 730 - version = "0.8.31" 731 - source = "registry+https://github.com/rust-lang/crates.io-index" 732 - checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" 733 - dependencies = [ 734 - "cfg-if", 735 - ] 736 - 737 - [[package]] 738 - name = "enum_primitive" 739 - version = "0.1.1" 740 - source = "registry+https://github.com/rust-lang/crates.io-index" 741 - checksum = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180" 742 - dependencies = [ 743 - "num-traits 0.1.43", 744 - ] 745 - 746 - [[package]] 747 - name = "env_logger" 748 - version = "0.10.0" 749 - source = "registry+https://github.com/rust-lang/crates.io-index" 750 - checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 751 - dependencies = [ 752 - "humantime", 753 - "is-terminal", 754 - "log", 755 - "regex", 756 - "termcolor", 757 - ] 758 - 759 - [[package]] 760 - name = "errno" 761 - version = "0.2.8" 762 - source = "registry+https://github.com/rust-lang/crates.io-index" 763 - checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 764 - dependencies = [ 765 - "errno-dragonfly", 766 - "libc", 767 - "winapi", 768 - ] 769 - 770 - [[package]] 771 - name = "errno" 772 - version = "0.3.1" 773 - source = "registry+https://github.com/rust-lang/crates.io-index" 774 - checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 775 - dependencies = [ 776 - "errno-dragonfly", 777 - "libc", 778 - "windows-sys 0.48.0", 779 - ] 780 - 781 - [[package]] 782 - name = "errno-dragonfly" 783 - version = "0.1.2" 784 - source = "registry+https://github.com/rust-lang/crates.io-index" 785 - checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 786 - dependencies = [ 787 - "cc", 788 - "libc", 789 - ] 790 - 791 - [[package]] 792 - name = "event-listener" 793 - version = "2.5.3" 794 - source = "registry+https://github.com/rust-lang/crates.io-index" 795 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 796 - 797 - [[package]] 798 - name = "expat-sys" 799 - version = "2.1.6" 800 - source = "registry+https://github.com/rust-lang/crates.io-index" 801 - checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa" 802 - dependencies = [ 803 - "cmake", 804 - "pkg-config", 805 - ] 806 - 807 - [[package]] 808 - name = "fastrand" 809 - version = "1.8.0" 810 - source = "registry+https://github.com/rust-lang/crates.io-index" 811 - checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 812 - dependencies = [ 813 - "instant", 814 - ] 815 - 816 - [[package]] 817 - name = "fdeflate" 818 - version = "0.3.0" 819 - source = "registry+https://github.com/rust-lang/crates.io-index" 820 - checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10" 821 - dependencies = [ 822 - "simd-adler32", 823 - ] 824 - 825 - [[package]] 826 - name = "fixedbitset" 827 - version = "0.4.2" 828 - source = "registry+https://github.com/rust-lang/crates.io-index" 829 - checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 830 - 831 - [[package]] 832 - name = "flate2" 833 - version = "1.0.24" 834 - source = "registry+https://github.com/rust-lang/crates.io-index" 835 - checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" 836 - dependencies = [ 837 - "crc32fast", 838 - "miniz_oxide 0.5.4", 839 - ] 840 - 841 - [[package]] 842 - name = "fnv" 843 - version = "1.0.7" 844 - source = "registry+https://github.com/rust-lang/crates.io-index" 845 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 846 - 847 - [[package]] 848 - name = "foreign-types" 849 - version = "0.3.2" 850 - source = "registry+https://github.com/rust-lang/crates.io-index" 851 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 852 - dependencies = [ 853 - "foreign-types-shared 0.1.1", 854 - ] 855 - 856 - [[package]] 857 - name = "foreign-types" 858 - version = "0.5.0" 859 - source = "registry+https://github.com/rust-lang/crates.io-index" 860 - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 861 - dependencies = [ 862 - "foreign-types-macros", 863 - "foreign-types-shared 0.3.1", 864 - ] 865 - 866 - [[package]] 867 - name = "foreign-types-macros" 868 - version = "0.2.2" 869 - source = "registry+https://github.com/rust-lang/crates.io-index" 870 - checksum = "c8469d0d40519bc608ec6863f1cc88f3f1deee15913f2f3b3e573d81ed38cccc" 871 - dependencies = [ 872 - "proc-macro2", 873 - "quote", 874 - "syn 1.0.105", 875 - ] 876 - 877 - [[package]] 878 - name = "foreign-types-shared" 879 - version = "0.1.1" 880 - source = "registry+https://github.com/rust-lang/crates.io-index" 881 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 882 - 883 - [[package]] 884 - name = "foreign-types-shared" 885 - version = "0.3.1" 886 - source = "registry+https://github.com/rust-lang/crates.io-index" 887 - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 888 - 889 - [[package]] 890 - name = "form_urlencoded" 891 - version = "1.1.0" 892 - source = "registry+https://github.com/rust-lang/crates.io-index" 893 - checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 894 - dependencies = [ 895 - "percent-encoding", 896 - ] 897 - 898 - [[package]] 899 - name = "freetype-rs" 900 - version = "0.26.0" 901 - source = "registry+https://github.com/rust-lang/crates.io-index" 902 - checksum = "74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb" 903 - dependencies = [ 904 - "bitflags 1.3.2", 905 - "freetype-sys", 906 - "libc", 907 - ] 908 - 909 - [[package]] 910 - name = "freetype-sys" 911 - version = "0.13.1" 912 - source = "registry+https://github.com/rust-lang/crates.io-index" 913 - checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a" 914 - dependencies = [ 915 - "cmake", 916 - "libc", 917 - "pkg-config", 918 - ] 919 - 920 - [[package]] 921 - name = "fslock" 922 - version = "0.1.8" 923 - source = "registry+https://github.com/rust-lang/crates.io-index" 924 - checksum = "57eafdd0c16f57161105ae1b98a1238f97645f2f588438b2949c99a2af9616bf" 925 - dependencies = [ 926 - "libc", 927 - "winapi", 928 - ] 929 - 930 - [[package]] 931 - name = "futures" 932 - version = "0.3.28" 933 - source = "registry+https://github.com/rust-lang/crates.io-index" 934 - checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 935 - dependencies = [ 936 - "futures-channel", 937 - "futures-core", 938 - "futures-executor", 939 - "futures-io", 940 - "futures-sink", 941 - "futures-task", 942 - "futures-util", 943 - ] 944 - 945 - [[package]] 946 - name = "futures-channel" 947 - version = "0.3.28" 948 - source = "registry+https://github.com/rust-lang/crates.io-index" 949 - checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 950 - dependencies = [ 951 - "futures-core", 952 - "futures-sink", 953 - ] 954 - 955 - [[package]] 956 - name = "futures-core" 957 - version = "0.3.28" 958 - source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 960 - 961 - [[package]] 962 - name = "futures-executor" 963 - version = "0.3.28" 964 - source = "registry+https://github.com/rust-lang/crates.io-index" 965 - checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 966 - dependencies = [ 967 - "futures-core", 968 - "futures-task", 969 - "futures-util", 970 - ] 971 - 972 - [[package]] 973 - name = "futures-intrusive" 974 - version = "0.4.2" 975 - source = "registry+https://github.com/rust-lang/crates.io-index" 976 - checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5" 977 - dependencies = [ 978 - "futures-core", 979 - "lock_api", 980 - "parking_lot 0.11.2", 981 - ] 982 - 983 - [[package]] 984 - name = "futures-io" 985 - version = "0.3.28" 986 - source = "registry+https://github.com/rust-lang/crates.io-index" 987 - checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 988 - 989 - [[package]] 990 - name = "futures-lite" 991 - version = "1.12.0" 992 - source = "registry+https://github.com/rust-lang/crates.io-index" 993 - checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" 994 - dependencies = [ 995 - "fastrand", 996 - "futures-core", 997 - "futures-io", 998 - "memchr", 999 - "parking", 1000 - "pin-project-lite", 1001 - "waker-fn", 1002 - ] 1003 - 1004 - [[package]] 1005 - name = "futures-macro" 1006 - version = "0.3.28" 1007 - source = "registry+https://github.com/rust-lang/crates.io-index" 1008 - checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 1009 - dependencies = [ 1010 - "proc-macro2", 1011 - "quote", 1012 - "syn 2.0.11", 1013 - ] 1014 - 1015 - [[package]] 1016 - name = "futures-sink" 1017 - version = "0.3.28" 1018 - source = "registry+https://github.com/rust-lang/crates.io-index" 1019 - checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 1020 - 1021 - [[package]] 1022 - name = "futures-task" 1023 - version = "0.3.28" 1024 - source = "registry+https://github.com/rust-lang/crates.io-index" 1025 - checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 1026 - 1027 - [[package]] 1028 - name = "futures-util" 1029 - version = "0.3.28" 1030 - source = "registry+https://github.com/rust-lang/crates.io-index" 1031 - checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 1032 - dependencies = [ 1033 - "futures-channel", 1034 - "futures-core", 1035 - "futures-io", 1036 - "futures-macro", 1037 - "futures-sink", 1038 - "futures-task", 1039 - "memchr", 1040 - "pin-project-lite", 1041 - "pin-utils", 1042 - "slab", 1043 - ] 1044 - 1045 - [[package]] 1046 - name = "getrandom" 1047 - version = "0.1.16" 1048 - source = "registry+https://github.com/rust-lang/crates.io-index" 1049 - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1050 - dependencies = [ 1051 - "cfg-if", 1052 - "libc", 1053 - "wasi 0.9.0+wasi-snapshot-preview1", 1054 - ] 1055 - 1056 - [[package]] 1057 - name = "getrandom" 1058 - version = "0.2.8" 1059 - source = "registry+https://github.com/rust-lang/crates.io-index" 1060 - checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 1061 - dependencies = [ 1062 - "cfg-if", 1063 - "libc", 1064 - "wasi 0.11.0+wasi-snapshot-preview1", 1065 - ] 1066 - 1067 - [[package]] 1068 - name = "gimli" 1069 - version = "0.26.2" 1070 - source = "registry+https://github.com/rust-lang/crates.io-index" 1071 - checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" 1072 - 1073 - [[package]] 1074 - name = "gl_generator" 1075 - version = "0.14.0" 1076 - source = "registry+https://github.com/rust-lang/crates.io-index" 1077 - checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 1078 - dependencies = [ 1079 - "khronos_api", 1080 - "log", 1081 - "xml-rs", 1082 - ] 1083 - 1084 - [[package]] 1085 - name = "glam" 1086 - version = "0.21.3" 1087 - source = "registry+https://github.com/rust-lang/crates.io-index" 1088 - checksum = "518faa5064866338b013ff9b2350dc318e14cc4fcd6cb8206d7e7c9886c98815" 1089 - 1090 - [[package]] 1091 - name = "glow" 1092 - version = "0.12.1" 1093 - source = "registry+https://github.com/rust-lang/crates.io-index" 1094 - checksum = "4e007a07a24de5ecae94160f141029e9a347282cfe25d1d58d85d845cf3130f1" 1095 - dependencies = [ 1096 - "js-sys", 1097 - "slotmap", 1098 - "wasm-bindgen", 1099 - "web-sys", 1100 - ] 1101 - 1102 - [[package]] 1103 - name = "glutin" 1104 - version = "0.29.1" 1105 - source = "registry+https://github.com/rust-lang/crates.io-index" 1106 - checksum = "444c9ad294fdcaf20ccf6726b78f380b5450275540c9b68ab62f49726ad1c713" 1107 - dependencies = [ 1108 - "cgl", 1109 - "cocoa", 1110 - "core-foundation", 1111 - "glutin_egl_sys", 1112 - "glutin_gles2_sys", 1113 - "glutin_glx_sys", 1114 - "glutin_wgl_sys", 1115 - "libloading 0.7.4", 1116 - "log", 1117 - "objc", 1118 - "once_cell", 1119 - "osmesa-sys", 1120 - "parking_lot 0.12.1", 1121 - "raw-window-handle 0.5.2", 1122 - "wayland-client", 1123 - "wayland-egl", 1124 - "winapi", 1125 - "winit", 1126 - ] 1127 - 1128 - [[package]] 1129 - name = "glutin_egl_sys" 1130 - version = "0.1.6" 1131 - source = "registry+https://github.com/rust-lang/crates.io-index" 1132 - checksum = "68900f84b471f31ea1d1355567eb865a2cf446294f06cef8d653ed7bcf5f013d" 1133 - dependencies = [ 1134 - "gl_generator", 1135 - "winapi", 1136 - ] 1137 - 1138 - [[package]] 1139 - name = "glutin_gles2_sys" 1140 - version = "0.1.5" 1141 - source = "registry+https://github.com/rust-lang/crates.io-index" 1142 - checksum = "e8094e708b730a7c8a1954f4f8a31880af00eb8a1c5b5bf85d28a0a3c6d69103" 1143 - dependencies = [ 1144 - "gl_generator", 1145 - "objc", 1146 - ] 1147 - 1148 - [[package]] 1149 - name = "glutin_glx_sys" 1150 - version = "0.1.8" 1151 - source = "registry+https://github.com/rust-lang/crates.io-index" 1152 - checksum = "d93d0575865098580c5b3a423188cd959419912ea60b1e48e8b3b526f6d02468" 1153 - dependencies = [ 1154 - "gl_generator", 1155 - "x11-dl", 1156 - ] 1157 - 1158 - [[package]] 1159 - name = "glutin_wgl_sys" 1160 - version = "0.1.5" 1161 - source = "registry+https://github.com/rust-lang/crates.io-index" 1162 - checksum = "3da5951a1569dbab865c6f2a863efafff193a93caf05538d193e9e3816d21696" 1163 - dependencies = [ 1164 - "gl_generator", 1165 - ] 1166 - 1167 - [[package]] 1168 - name = "gpu-alloc" 1169 - version = "0.5.3" 1170 - source = "registry+https://github.com/rust-lang/crates.io-index" 1171 - checksum = "7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d" 1172 - dependencies = [ 1173 - "bitflags 1.3.2", 1174 - "gpu-alloc-types", 1175 - ] 1176 - 1177 - [[package]] 1178 - name = "gpu-alloc-types" 1179 - version = "0.2.0" 1180 - source = "registry+https://github.com/rust-lang/crates.io-index" 1181 - checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5" 1182 - dependencies = [ 1183 - "bitflags 1.3.2", 1184 - ] 1185 - 1186 - [[package]] 1187 - name = "gpu-allocator" 1188 - version = "0.22.0" 1189 - source = "registry+https://github.com/rust-lang/crates.io-index" 1190 - checksum = "ce95f9e2e11c2c6fadfce42b5af60005db06576f231f5c92550fdded43c423e8" 1191 - dependencies = [ 1192 - "backtrace", 1193 - "log", 1194 - "thiserror", 1195 - "winapi", 1196 - "windows", 1197 - ] 1198 - 1199 - [[package]] 1200 - name = "gpu-descriptor" 1201 - version = "0.2.3" 1202 - source = "registry+https://github.com/rust-lang/crates.io-index" 1203 - checksum = "0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a" 1204 - dependencies = [ 1205 - "bitflags 1.3.2", 1206 - "gpu-descriptor-types", 1207 - "hashbrown", 1208 - ] 1209 - 1210 - [[package]] 1211 - name = "gpu-descriptor-types" 1212 - version = "0.1.1" 1213 - source = "registry+https://github.com/rust-lang/crates.io-index" 1214 - checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126" 1215 - dependencies = [ 1216 - "bitflags 1.3.2", 1217 - ] 1218 - 1219 - [[package]] 1220 - name = "hashbrown" 1221 - version = "0.12.3" 1222 - source = "registry+https://github.com/rust-lang/crates.io-index" 1223 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1224 - dependencies = [ 1225 - "ahash", 1226 - ] 1227 - 1228 - [[package]] 1229 - name = "hassle-rs" 1230 - version = "0.10.0" 1231 - source = "registry+https://github.com/rust-lang/crates.io-index" 1232 - checksum = "1397650ee315e8891a0df210707f0fc61771b0cc518c3023896064c5407cb3b0" 1233 - dependencies = [ 1234 - "bitflags 1.3.2", 1235 - "com-rs", 1236 - "libc", 1237 - "libloading 0.7.4", 1238 - "thiserror", 1239 - "widestring", 1240 - "winapi", 1241 - ] 1242 - 1243 - [[package]] 1244 - name = "heck" 1245 - version = "0.3.3" 1246 - source = "registry+https://github.com/rust-lang/crates.io-index" 1247 - checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1248 - dependencies = [ 1249 - "unicode-segmentation", 1250 - ] 1251 - 1252 - [[package]] 1253 - name = "hermit-abi" 1254 - version = "0.2.6" 1255 - source = "registry+https://github.com/rust-lang/crates.io-index" 1256 - checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 1257 - dependencies = [ 1258 - "libc", 1259 - ] 1260 - 1261 - [[package]] 1262 - name = "hermit-abi" 1263 - version = "0.3.1" 1264 - source = "registry+https://github.com/rust-lang/crates.io-index" 1265 - checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 1266 - 1267 - [[package]] 1268 - name = "hexf-parse" 1269 - version = "0.2.1" 1270 - source = "registry+https://github.com/rust-lang/crates.io-index" 1271 - checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 1272 - 1273 - [[package]] 1274 - name = "humantime" 1275 - version = "2.1.0" 1276 - source = "registry+https://github.com/rust-lang/crates.io-index" 1277 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1278 - 1279 - [[package]] 1280 - name = "id-arena" 1281 - version = "2.2.1" 1282 - source = "registry+https://github.com/rust-lang/crates.io-index" 1283 - checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" 1284 - 1285 - [[package]] 1286 - name = "ident_case" 1287 - version = "1.0.1" 1288 - source = "registry+https://github.com/rust-lang/crates.io-index" 1289 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1290 - 1291 - [[package]] 1292 - name = "idna" 1293 - version = "0.3.0" 1294 - source = "registry+https://github.com/rust-lang/crates.io-index" 1295 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 1296 - dependencies = [ 1297 - "unicode-bidi", 1298 - "unicode-normalization", 1299 - ] 1300 - 1301 - [[package]] 1302 - name = "if_chain" 1303 - version = "1.0.2" 1304 - source = "registry+https://github.com/rust-lang/crates.io-index" 1305 - checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" 1306 - 1307 - [[package]] 1308 - name = "image" 1309 - version = "0.24.6" 1310 - source = "registry+https://github.com/rust-lang/crates.io-index" 1311 - checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a" 1312 - dependencies = [ 1313 - "bytemuck", 1314 - "byteorder", 1315 - "color_quant", 1316 - "num-rational", 1317 - "num-traits 0.2.15", 1318 - "png", 1319 - ] 1320 - 1321 - [[package]] 1322 - name = "indexmap" 1323 - version = "1.9.2" 1324 - source = "registry+https://github.com/rust-lang/crates.io-index" 1325 - checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 1326 - dependencies = [ 1327 - "autocfg", 1328 - "hashbrown", 1329 - "serde", 1330 - ] 1331 - 1332 - [[package]] 1333 - name = "instant" 1334 - version = "0.1.12" 1335 - source = "registry+https://github.com/rust-lang/crates.io-index" 1336 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1337 - dependencies = [ 1338 - "cfg-if", 1339 - "js-sys", 1340 - "wasm-bindgen", 1341 - "web-sys", 1342 - ] 1343 - 1344 - [[package]] 1345 - name = "io-lifetimes" 1346 - version = "1.0.5" 1347 - source = "registry+https://github.com/rust-lang/crates.io-index" 1348 - checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3" 1349 - dependencies = [ 1350 - "libc", 1351 - "windows-sys 0.45.0", 1352 - ] 1353 - 1354 - [[package]] 1355 - name = "is-terminal" 1356 - version = "0.4.3" 1357 - source = "registry+https://github.com/rust-lang/crates.io-index" 1358 - checksum = "22e18b0a45d56fe973d6db23972bf5bc46f988a4a2385deac9cc29572f09daef" 1359 - dependencies = [ 1360 - "hermit-abi 0.3.1", 1361 - "io-lifetimes", 1362 - "rustix 0.36.8", 1363 - "windows-sys 0.45.0", 1364 - ] 1365 - 1366 - [[package]] 1367 - name = "itoa" 1368 - version = "1.0.4" 1369 - source = "registry+https://github.com/rust-lang/crates.io-index" 1370 - checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" 1371 - 1372 - [[package]] 1373 - name = "jni-sys" 1374 - version = "0.3.0" 1375 - source = "registry+https://github.com/rust-lang/crates.io-index" 1376 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1377 - 1378 - [[package]] 1379 - name = "js-sys" 1380 - version = "0.3.61" 1381 - source = "registry+https://github.com/rust-lang/crates.io-index" 1382 - checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 1383 - dependencies = [ 1384 - "wasm-bindgen", 1385 - ] 1386 - 1387 - [[package]] 1388 - name = "khronos-egl" 1389 - version = "4.1.0" 1390 - source = "registry+https://github.com/rust-lang/crates.io-index" 1391 - checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3" 1392 - dependencies = [ 1393 - "libc", 1394 - "libloading 0.7.4", 1395 - "pkg-config", 1396 - ] 1397 - 1398 - [[package]] 1399 - name = "khronos_api" 1400 - version = "3.1.0" 1401 - source = "registry+https://github.com/rust-lang/crates.io-index" 1402 - checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 1403 - 1404 - [[package]] 1405 - name = "lazy_static" 1406 - version = "1.4.0" 1407 - source = "registry+https://github.com/rust-lang/crates.io-index" 1408 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1409 - 1410 - [[package]] 1411 - name = "leb128" 1412 - version = "0.2.5" 1413 - source = "registry+https://github.com/rust-lang/crates.io-index" 1414 - checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 1415 - 1416 - [[package]] 1417 - name = "libc" 1418 - version = "0.2.141" 1419 - source = "registry+https://github.com/rust-lang/crates.io-index" 1420 - checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" 1421 - 1422 - [[package]] 1423 - name = "libloading" 1424 - version = "0.7.4" 1425 - source = "registry+https://github.com/rust-lang/crates.io-index" 1426 - checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 1427 - dependencies = [ 1428 - "cfg-if", 1429 - "winapi", 1430 - ] 1431 - 1432 - [[package]] 1433 - name = "libloading" 1434 - version = "0.8.0" 1435 - source = "registry+https://github.com/rust-lang/crates.io-index" 1436 - checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb" 1437 - dependencies = [ 1438 - "cfg-if", 1439 - "windows-sys 0.48.0", 1440 - ] 1441 - 1442 - [[package]] 1443 - name = "linux-raw-sys" 1444 - version = "0.1.4" 1445 - source = "registry+https://github.com/rust-lang/crates.io-index" 1446 - checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 1447 - 1448 - [[package]] 1449 - name = "linux-raw-sys" 1450 - version = "0.3.1" 1451 - source = "registry+https://github.com/rust-lang/crates.io-index" 1452 - checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" 1453 - 1454 - [[package]] 1455 - name = "lock_api" 1456 - version = "0.4.9" 1457 - source = "registry+https://github.com/rust-lang/crates.io-index" 1458 - checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 1459 - dependencies = [ 1460 - "autocfg", 1461 - "scopeguard", 1462 - ] 1463 - 1464 - [[package]] 1465 - name = "log" 1466 - version = "0.4.17" 1467 - source = "registry+https://github.com/rust-lang/crates.io-index" 1468 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1469 - dependencies = [ 1470 - "cfg-if", 1471 - ] 1472 - 1473 - [[package]] 1474 - name = "malloc_buf" 1475 - version = "0.0.6" 1476 - source = "registry+https://github.com/rust-lang/crates.io-index" 1477 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 1478 - dependencies = [ 1479 - "libc", 1480 - ] 1481 - 1482 - [[package]] 1483 - name = "memchr" 1484 - version = "2.5.0" 1485 - source = "registry+https://github.com/rust-lang/crates.io-index" 1486 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1487 - 1488 - [[package]] 1489 - name = "memmap2" 1490 - version = "0.5.8" 1491 - source = "registry+https://github.com/rust-lang/crates.io-index" 1492 - checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc" 1493 - dependencies = [ 1494 - "libc", 1495 - ] 1496 - 1497 - [[package]] 1498 - name = "memoffset" 1499 - version = "0.6.5" 1500 - source = "registry+https://github.com/rust-lang/crates.io-index" 1501 - checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 1502 - dependencies = [ 1503 - "autocfg", 1504 - ] 1505 - 1506 - [[package]] 1507 - name = "metal" 1508 - version = "0.24.0" 1509 - source = "registry+https://github.com/rust-lang/crates.io-index" 1510 - checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060" 1511 - dependencies = [ 1512 - "bitflags 1.3.2", 1513 - "block", 1514 - "core-graphics-types", 1515 - "foreign-types 0.3.2", 1516 - "log", 1517 - "objc", 1518 - ] 1519 - 1520 - [[package]] 1521 - name = "minimal-lexical" 1522 - version = "0.2.1" 1523 - source = "registry+https://github.com/rust-lang/crates.io-index" 1524 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1525 - 1526 - [[package]] 1527 - name = "miniz_oxide" 1528 - version = "0.5.4" 1529 - source = "registry+https://github.com/rust-lang/crates.io-index" 1530 - checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34" 1531 - dependencies = [ 1532 - "adler", 1533 - ] 1534 - 1535 - [[package]] 1536 - name = "miniz_oxide" 1537 - version = "0.7.1" 1538 - source = "registry+https://github.com/rust-lang/crates.io-index" 1539 - checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1540 - dependencies = [ 1541 - "adler", 1542 - "simd-adler32", 1543 - ] 1544 - 1545 - [[package]] 1546 - name = "mio" 1547 - version = "0.8.5" 1548 - source = "registry+https://github.com/rust-lang/crates.io-index" 1549 - checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de" 1550 - dependencies = [ 1551 - "libc", 1552 - "log", 1553 - "wasi 0.11.0+wasi-snapshot-preview1", 1554 - "windows-sys 0.42.0", 1555 - ] 1556 - 1557 - [[package]] 1558 - name = "naga" 1559 - version = "0.12.0" 1560 - source = "git+https://github.com/gfx-rs/naga?rev=b99d58ea435090e561377949f428bce2c18451bb#b99d58ea435090e561377949f428bce2c18451bb" 1561 - dependencies = [ 1562 - "bit-set", 1563 - "bitflags 1.3.2", 1564 - "codespan-reporting", 1565 - "hexf-parse", 1566 - "indexmap", 1567 - "log", 1568 - "num-traits 0.2.15", 1569 - "petgraph", 1570 - "pp-rs", 1571 - "rustc-hash", 1572 - "serde", 1573 - "spirv", 1574 - "termcolor", 1575 - "thiserror", 1576 - "unicode-xid", 1577 - ] 1578 - 1579 - [[package]] 1580 - name = "nanorand" 1581 - version = "0.7.0" 1582 - source = "registry+https://github.com/rust-lang/crates.io-index" 1583 - checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 1584 - 1585 - [[package]] 1586 - name = "ndk" 1587 - version = "0.7.0" 1588 - source = "registry+https://github.com/rust-lang/crates.io-index" 1589 - checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0" 1590 - dependencies = [ 1591 - "bitflags 1.3.2", 1592 - "jni-sys", 1593 - "ndk-sys", 1594 - "num_enum", 1595 - "raw-window-handle 0.5.2", 1596 - "thiserror", 1597 - ] 1598 - 1599 - [[package]] 1600 - name = "ndk-context" 1601 - version = "0.1.1" 1602 - source = "registry+https://github.com/rust-lang/crates.io-index" 1603 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 1604 - 1605 - [[package]] 1606 - name = "ndk-glue" 1607 - version = "0.7.0" 1608 - source = "registry+https://github.com/rust-lang/crates.io-index" 1609 - checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f" 1610 - dependencies = [ 1611 - "libc", 1612 - "log", 1613 - "ndk", 1614 - "ndk-context", 1615 - "ndk-macro", 1616 - "ndk-sys", 1617 - "once_cell", 1618 - "parking_lot 0.12.1", 1619 - ] 1620 - 1621 - [[package]] 1622 - name = "ndk-macro" 1623 - version = "0.3.0" 1624 - source = "registry+https://github.com/rust-lang/crates.io-index" 1625 - checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c" 1626 - dependencies = [ 1627 - "darling", 1628 - "proc-macro-crate", 1629 - "proc-macro2", 1630 - "quote", 1631 - "syn 1.0.105", 1632 - ] 1633 - 1634 - [[package]] 1635 - name = "ndk-sys" 1636 - version = "0.4.1+23.1.7779620" 1637 - source = "registry+https://github.com/rust-lang/crates.io-index" 1638 - checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3" 1639 - dependencies = [ 1640 - "jni-sys", 1641 - ] 1642 - 1643 - [[package]] 1644 - name = "nix" 1645 - version = "0.24.3" 1646 - source = "registry+https://github.com/rust-lang/crates.io-index" 1647 - checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" 1648 - dependencies = [ 1649 - "bitflags 1.3.2", 1650 - "cfg-if", 1651 - "libc", 1652 - "memoffset", 1653 - ] 1654 - 1655 - [[package]] 1656 - name = "noise" 1657 - version = "0.7.0" 1658 - source = "registry+https://github.com/rust-lang/crates.io-index" 1659 - checksum = "82051dd6745d5184c6efb7bc8be14892a7f6d4f3ad6dbf754d1c7d7d5fe24b43" 1660 - dependencies = [ 1661 - "rand", 1662 - "rand_xorshift", 1663 - ] 1664 - 1665 - [[package]] 1666 - name = "nom" 1667 - version = "7.1.1" 1668 - source = "registry+https://github.com/rust-lang/crates.io-index" 1669 - checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" 1670 - dependencies = [ 1671 - "memchr", 1672 - "minimal-lexical", 1673 - ] 1674 - 1675 - [[package]] 1676 - name = "num-integer" 1677 - version = "0.1.45" 1678 - source = "registry+https://github.com/rust-lang/crates.io-index" 1679 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1680 - dependencies = [ 1681 - "autocfg", 1682 - "num-traits 0.2.15", 1683 - ] 1684 - 1685 - [[package]] 1686 - name = "num-rational" 1687 - version = "0.4.1" 1688 - source = "registry+https://github.com/rust-lang/crates.io-index" 1689 - checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 1690 - dependencies = [ 1691 - "autocfg", 1692 - "num-integer", 1693 - "num-traits 0.2.15", 1694 - ] 1695 - 1696 - [[package]] 1697 - name = "num-traits" 1698 - version = "0.1.43" 1699 - source = "registry+https://github.com/rust-lang/crates.io-index" 1700 - checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" 1701 - dependencies = [ 1702 - "num-traits 0.2.15", 1703 - ] 1704 - 1705 - [[package]] 1706 - name = "num-traits" 1707 - version = "0.2.15" 1708 - source = "registry+https://github.com/rust-lang/crates.io-index" 1709 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1710 - dependencies = [ 1711 - "autocfg", 1712 - ] 1713 - 1714 - [[package]] 1715 - name = "num_cpus" 1716 - version = "1.15.0" 1717 - source = "registry+https://github.com/rust-lang/crates.io-index" 1718 - checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1719 - dependencies = [ 1720 - "hermit-abi 0.2.6", 1721 - "libc", 1722 - ] 1723 - 1724 - [[package]] 1725 - name = "num_enum" 1726 - version = "0.5.7" 1727 - source = "registry+https://github.com/rust-lang/crates.io-index" 1728 - checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9" 1729 - dependencies = [ 1730 - "num_enum_derive", 1731 - ] 1732 - 1733 - [[package]] 1734 - name = "num_enum_derive" 1735 - version = "0.5.7" 1736 - source = "registry+https://github.com/rust-lang/crates.io-index" 1737 - checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce" 1738 - dependencies = [ 1739 - "proc-macro-crate", 1740 - "proc-macro2", 1741 - "quote", 1742 - "syn 1.0.105", 1743 - ] 1744 - 1745 - [[package]] 1746 - name = "obj" 1747 - version = "0.10.2" 1748 - source = "registry+https://github.com/rust-lang/crates.io-index" 1749 - checksum = "059c95245738cdc7b40078cdd51a23200252a4c0a0a6dd005136152b3f467a4a" 1750 - 1751 - [[package]] 1752 - name = "objc" 1753 - version = "0.2.7" 1754 - source = "registry+https://github.com/rust-lang/crates.io-index" 1755 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 1756 - dependencies = [ 1757 - "malloc_buf", 1758 - "objc_exception", 1759 - ] 1760 - 1761 - [[package]] 1762 - name = "objc_exception" 1763 - version = "0.1.2" 1764 - source = "registry+https://github.com/rust-lang/crates.io-index" 1765 - checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 1766 - dependencies = [ 1767 - "cc", 1768 - ] 1769 - 1770 - [[package]] 1771 - name = "object" 1772 - version = "0.29.0" 1773 - source = "registry+https://github.com/rust-lang/crates.io-index" 1774 - checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" 1775 - dependencies = [ 1776 - "memchr", 1777 - ] 1778 - 1779 - [[package]] 1780 - name = "once_cell" 1781 - version = "1.17.1" 1782 - source = "registry+https://github.com/rust-lang/crates.io-index" 1783 - checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 1784 - 1785 - [[package]] 1786 - name = "osmesa-sys" 1787 - version = "0.1.2" 1788 - source = "registry+https://github.com/rust-lang/crates.io-index" 1789 - checksum = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b" 1790 - dependencies = [ 1791 - "shared_library", 1792 - ] 1793 - 1794 - [[package]] 1795 - name = "outref" 1796 - version = "0.5.1" 1797 - source = "registry+https://github.com/rust-lang/crates.io-index" 1798 - checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 1799 - 1800 - [[package]] 1801 - name = "parking" 1802 - version = "2.0.0" 1803 - source = "registry+https://github.com/rust-lang/crates.io-index" 1804 - checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" 1805 - 1806 - [[package]] 1807 - name = "parking_lot" 1808 - version = "0.11.2" 1809 - source = "registry+https://github.com/rust-lang/crates.io-index" 1810 - checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 1811 - dependencies = [ 1812 - "instant", 1813 - "lock_api", 1814 - "parking_lot_core 0.8.5", 1815 - ] 1816 - 1817 - [[package]] 1818 - name = "parking_lot" 1819 - version = "0.12.1" 1820 - source = "registry+https://github.com/rust-lang/crates.io-index" 1821 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1822 - dependencies = [ 1823 - "lock_api", 1824 - "parking_lot_core 0.9.5", 1825 - ] 1826 - 1827 - [[package]] 1828 - name = "parking_lot_core" 1829 - version = "0.8.5" 1830 - source = "registry+https://github.com/rust-lang/crates.io-index" 1831 - checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 1832 - dependencies = [ 1833 - "cfg-if", 1834 - "instant", 1835 - "libc", 1836 - "redox_syscall 0.2.16", 1837 - "smallvec", 1838 - "winapi", 1839 - ] 1840 - 1841 - [[package]] 1842 - name = "parking_lot_core" 1843 - version = "0.9.5" 1844 - source = "registry+https://github.com/rust-lang/crates.io-index" 1845 - checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba" 1846 - dependencies = [ 1847 - "cfg-if", 1848 - "libc", 1849 - "redox_syscall 0.2.16", 1850 - "smallvec", 1851 - "windows-sys 0.42.0", 1852 - ] 1853 - 1854 - [[package]] 1855 - name = "percent-encoding" 1856 - version = "2.2.0" 1857 - source = "registry+https://github.com/rust-lang/crates.io-index" 1858 - checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 1859 - 1860 - [[package]] 1861 - name = "petgraph" 1862 - version = "0.6.2" 1863 - source = "registry+https://github.com/rust-lang/crates.io-index" 1864 - checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143" 1865 - dependencies = [ 1866 - "fixedbitset", 1867 - "indexmap", 1868 - ] 1869 - 1870 - [[package]] 1871 - name = "pico-args" 1872 - version = "0.5.0" 1873 - source = "registry+https://github.com/rust-lang/crates.io-index" 1874 - checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 1875 - 1876 - [[package]] 1877 - name = "pin-project" 1878 - version = "1.0.12" 1879 - source = "registry+https://github.com/rust-lang/crates.io-index" 1880 - checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 1881 - dependencies = [ 1882 - "pin-project-internal", 1883 - ] 1884 - 1885 - [[package]] 1886 - name = "pin-project-internal" 1887 - version = "1.0.12" 1888 - source = "registry+https://github.com/rust-lang/crates.io-index" 1889 - checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 1890 - dependencies = [ 1891 - "proc-macro2", 1892 - "quote", 1893 - "syn 1.0.105", 1894 - ] 1895 - 1896 - [[package]] 1897 - name = "pin-project-lite" 1898 - version = "0.2.9" 1899 - source = "registry+https://github.com/rust-lang/crates.io-index" 1900 - checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1901 - 1902 - [[package]] 1903 - name = "pin-utils" 1904 - version = "0.1.0" 1905 - source = "registry+https://github.com/rust-lang/crates.io-index" 1906 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1907 - 1908 - [[package]] 1909 - name = "pkg-config" 1910 - version = "0.3.26" 1911 - source = "registry+https://github.com/rust-lang/crates.io-index" 1912 - checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 1913 - 1914 - [[package]] 1915 - name = "player" 1916 - version = "0.16.1" 1917 - dependencies = [ 1918 - "env_logger", 1919 - "log", 1920 - "raw-window-handle 0.5.2", 1921 - "ron", 1922 - "serde", 1923 - "wgpu-core", 1924 - "wgpu-types", 1925 - "winit", 1926 - ] 1927 - 1928 - [[package]] 1929 - name = "pmutil" 1930 - version = "0.5.3" 1931 - source = "registry+https://github.com/rust-lang/crates.io-index" 1932 - checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004" 1933 - dependencies = [ 1934 - "proc-macro2", 1935 - "quote", 1936 - "syn 1.0.105", 1937 - ] 1938 - 1939 - [[package]] 1940 - name = "png" 1941 - version = "0.17.8" 1942 - source = "registry+https://github.com/rust-lang/crates.io-index" 1943 - checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa" 1944 - dependencies = [ 1945 - "bitflags 1.3.2", 1946 - "crc32fast", 1947 - "fdeflate", 1948 - "flate2", 1949 - "miniz_oxide 0.7.1", 1950 - ] 1951 - 1952 - [[package]] 1953 - name = "pollster" 1954 - version = "0.2.5" 1955 - source = "registry+https://github.com/rust-lang/crates.io-index" 1956 - checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7" 1957 - 1958 - [[package]] 1959 - name = "pp-rs" 1960 - version = "0.2.1" 1961 - source = "registry+https://github.com/rust-lang/crates.io-index" 1962 - checksum = "bb458bb7f6e250e6eb79d5026badc10a3ebb8f9a15d1fff0f13d17c71f4d6dee" 1963 - dependencies = [ 1964 - "unicode-xid", 1965 - ] 1966 - 1967 - [[package]] 1968 - name = "ppv-lite86" 1969 - version = "0.2.17" 1970 - source = "registry+https://github.com/rust-lang/crates.io-index" 1971 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1972 - 1973 - [[package]] 1974 - name = "proc-macro-crate" 1975 - version = "1.2.1" 1976 - source = "registry+https://github.com/rust-lang/crates.io-index" 1977 - checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9" 1978 - dependencies = [ 1979 - "once_cell", 1980 - "thiserror", 1981 - "toml", 1982 - ] 1983 - 1984 - [[package]] 1985 - name = "proc-macro2" 1986 - version = "1.0.54" 1987 - source = "registry+https://github.com/rust-lang/crates.io-index" 1988 - checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534" 1989 - dependencies = [ 1990 - "unicode-ident", 1991 - ] 1992 - 1993 - [[package]] 1994 - name = "profiling" 1995 - version = "1.0.8" 1996 - source = "registry+https://github.com/rust-lang/crates.io-index" 1997 - checksum = "332cd62e95873ea4f41f3dfd6bbbfc5b52aec892d7e8d534197c4720a0bbbab2" 1998 - 1999 - [[package]] 2000 - name = "quote" 2001 - version = "1.0.26" 2002 - source = "registry+https://github.com/rust-lang/crates.io-index" 2003 - checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 2004 - dependencies = [ 2005 - "proc-macro2", 2006 - ] 2007 - 2008 - [[package]] 2009 - name = "rand" 2010 - version = "0.7.3" 2011 - source = "registry+https://github.com/rust-lang/crates.io-index" 2012 - checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 2013 - dependencies = [ 2014 - "getrandom 0.1.16", 2015 - "libc", 2016 - "rand_chacha", 2017 - "rand_core", 2018 - "rand_hc", 2019 - ] 2020 - 2021 - [[package]] 2022 - name = "rand_chacha" 2023 - version = "0.2.2" 2024 - source = "registry+https://github.com/rust-lang/crates.io-index" 2025 - checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 2026 - dependencies = [ 2027 - "ppv-lite86", 2028 - "rand_core", 2029 - ] 2030 - 2031 - [[package]] 2032 - name = "rand_core" 2033 - version = "0.5.1" 2034 - source = "registry+https://github.com/rust-lang/crates.io-index" 2035 - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 2036 - dependencies = [ 2037 - "getrandom 0.1.16", 2038 - ] 2039 - 2040 - [[package]] 2041 - name = "rand_hc" 2042 - version = "0.2.0" 2043 - source = "registry+https://github.com/rust-lang/crates.io-index" 2044 - checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 2045 - dependencies = [ 2046 - "rand_core", 2047 - ] 2048 - 2049 - [[package]] 2050 - name = "rand_xorshift" 2051 - version = "0.2.0" 2052 - source = "registry+https://github.com/rust-lang/crates.io-index" 2053 - checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8" 2054 - dependencies = [ 2055 - "rand_core", 2056 - ] 2057 - 2058 - [[package]] 2059 - name = "range-alloc" 2060 - version = "0.1.3" 2061 - source = "registry+https://github.com/rust-lang/crates.io-index" 2062 - checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab" 2063 - 2064 - [[package]] 2065 - name = "raw-window-handle" 2066 - version = "0.4.3" 2067 - source = "registry+https://github.com/rust-lang/crates.io-index" 2068 - checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41" 2069 - dependencies = [ 2070 - "cty", 2071 - ] 2072 - 2073 - [[package]] 2074 - name = "raw-window-handle" 2075 - version = "0.5.2" 2076 - source = "registry+https://github.com/rust-lang/crates.io-index" 2077 - checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 2078 - 2079 - [[package]] 2080 - name = "redox_syscall" 2081 - version = "0.2.16" 2082 - source = "registry+https://github.com/rust-lang/crates.io-index" 2083 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2084 - dependencies = [ 2085 - "bitflags 1.3.2", 2086 - ] 2087 - 2088 - [[package]] 2089 - name = "redox_syscall" 2090 - version = "0.3.5" 2091 - source = "registry+https://github.com/rust-lang/crates.io-index" 2092 - checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 2093 - dependencies = [ 2094 - "bitflags 1.3.2", 2095 - ] 2096 - 2097 - [[package]] 2098 - name = "regex" 2099 - version = "1.7.1" 2100 - source = "registry+https://github.com/rust-lang/crates.io-index" 2101 - checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 2102 - dependencies = [ 2103 - "aho-corasick", 2104 - "memchr", 2105 - "regex-syntax", 2106 - ] 2107 - 2108 - [[package]] 2109 - name = "regex-syntax" 2110 - version = "0.6.28" 2111 - source = "registry+https://github.com/rust-lang/crates.io-index" 2112 - checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 2113 - 2114 - [[package]] 2115 - name = "renderdoc-sys" 2116 - version = "1.0.0" 2117 - source = "registry+https://github.com/rust-lang/crates.io-index" 2118 - checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b" 2119 - 2120 - [[package]] 2121 - name = "ron" 2122 - version = "0.8.0" 2123 - source = "registry+https://github.com/rust-lang/crates.io-index" 2124 - checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff" 2125 - dependencies = [ 2126 - "base64 0.13.1", 2127 - "bitflags 1.3.2", 2128 - "serde", 2129 - ] 2130 - 2131 - [[package]] 2132 - name = "run-wasm" 2133 - version = "0.16.1" 2134 - dependencies = [ 2135 - "cargo-run-wasm", 2136 - ] 2137 - 2138 - [[package]] 2139 - name = "rustc-demangle" 2140 - version = "0.1.21" 2141 - source = "registry+https://github.com/rust-lang/crates.io-index" 2142 - checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 2143 - 2144 - [[package]] 2145 - name = "rustc-hash" 2146 - version = "1.1.0" 2147 - source = "registry+https://github.com/rust-lang/crates.io-index" 2148 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2149 - 2150 - [[package]] 2151 - name = "rustc_version" 2152 - version = "0.2.3" 2153 - source = "registry+https://github.com/rust-lang/crates.io-index" 2154 - checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 2155 - dependencies = [ 2156 - "semver 0.9.0", 2157 - ] 2158 - 2159 - [[package]] 2160 - name = "rustc_version" 2161 - version = "0.4.0" 2162 - source = "registry+https://github.com/rust-lang/crates.io-index" 2163 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2164 - dependencies = [ 2165 - "semver 1.0.17", 2166 - ] 2167 - 2168 - [[package]] 2169 - name = "rustix" 2170 - version = "0.36.8" 2171 - source = "registry+https://github.com/rust-lang/crates.io-index" 2172 - checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644" 2173 - dependencies = [ 2174 - "bitflags 1.3.2", 2175 - "errno 0.2.8", 2176 - "io-lifetimes", 2177 - "libc", 2178 - "linux-raw-sys 0.1.4", 2179 - "windows-sys 0.45.0", 2180 - ] 2181 - 2182 - [[package]] 2183 - name = "rustix" 2184 - version = "0.37.7" 2185 - source = "registry+https://github.com/rust-lang/crates.io-index" 2186 - checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d" 2187 - dependencies = [ 2188 - "bitflags 1.3.2", 2189 - "errno 0.3.1", 2190 - "io-lifetimes", 2191 - "libc", 2192 - "linux-raw-sys 0.3.1", 2193 - "windows-sys 0.45.0", 2194 - ] 2195 - 2196 - [[package]] 2197 - name = "ryu" 2198 - version = "1.0.11" 2199 - source = "registry+https://github.com/rust-lang/crates.io-index" 2200 - checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" 2201 - 2202 - [[package]] 2203 - name = "safe_arch" 2204 - version = "0.5.2" 2205 - source = "registry+https://github.com/rust-lang/crates.io-index" 2206 - checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05" 2207 - dependencies = [ 2208 - "bytemuck", 2209 - ] 2210 - 2211 - [[package]] 2212 - name = "safemem" 2213 - version = "0.3.3" 2214 - source = "registry+https://github.com/rust-lang/crates.io-index" 2215 - checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 2216 - 2217 - [[package]] 2218 - name = "scoped-tls" 2219 - version = "1.0.1" 2220 - source = "registry+https://github.com/rust-lang/crates.io-index" 2221 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2222 - 2223 - [[package]] 2224 - name = "scopeguard" 2225 - version = "1.1.0" 2226 - source = "registry+https://github.com/rust-lang/crates.io-index" 2227 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 2228 - 2229 - [[package]] 2230 - name = "sctk-adwaita" 2231 - version = "0.4.3" 2232 - source = "registry+https://github.com/rust-lang/crates.io-index" 2233 - checksum = "61270629cc6b4d77ec1907db1033d5c2e1a404c412743621981a871dc9c12339" 2234 - dependencies = [ 2235 - "crossfont", 2236 - "log", 2237 - "smithay-client-toolkit", 2238 - "tiny-skia", 2239 - ] 2240 - 2241 - [[package]] 2242 - name = "semver" 2243 - version = "0.9.0" 2244 - source = "registry+https://github.com/rust-lang/crates.io-index" 2245 - checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 2246 - dependencies = [ 2247 - "semver-parser", 2248 - ] 2249 - 2250 - [[package]] 2251 - name = "semver" 2252 - version = "1.0.17" 2253 - source = "registry+https://github.com/rust-lang/crates.io-index" 2254 - checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 2255 - 2256 - [[package]] 2257 - name = "semver-parser" 2258 - version = "0.7.0" 2259 - source = "registry+https://github.com/rust-lang/crates.io-index" 2260 - checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 2261 - 2262 - [[package]] 2263 - name = "serde" 2264 - version = "1.0.160" 2265 - source = "registry+https://github.com/rust-lang/crates.io-index" 2266 - checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" 2267 - dependencies = [ 2268 - "serde_derive", 2269 - ] 2270 - 2271 - [[package]] 2272 - name = "serde_bytes" 2273 - version = "0.11.9" 2274 - source = "registry+https://github.com/rust-lang/crates.io-index" 2275 - checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294" 2276 - dependencies = [ 2277 - "serde", 2278 - ] 2279 - 2280 - [[package]] 2281 - name = "serde_derive" 2282 - version = "1.0.160" 2283 - source = "registry+https://github.com/rust-lang/crates.io-index" 2284 - checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" 2285 - dependencies = [ 2286 - "proc-macro2", 2287 - "quote", 2288 - "syn 2.0.11", 2289 - ] 2290 - 2291 - [[package]] 2292 - name = "serde_json" 2293 - version = "1.0.96" 2294 - source = "registry+https://github.com/rust-lang/crates.io-index" 2295 - checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 2296 - dependencies = [ 2297 - "indexmap", 2298 - "itoa", 2299 - "ryu", 2300 - "serde", 2301 - ] 2302 - 2303 - [[package]] 2304 - name = "serde_repr" 2305 - version = "0.1.9" 2306 - source = "registry+https://github.com/rust-lang/crates.io-index" 2307 - checksum = "1fe39d9fbb0ebf5eb2c7cb7e2a47e4f462fad1379f1166b8ae49ad9eae89a7ca" 2308 - dependencies = [ 2309 - "proc-macro2", 2310 - "quote", 2311 - "syn 1.0.105", 2312 - ] 2313 - 2314 - [[package]] 2315 - name = "serde_v8" 2316 - version = "0.85.0" 2317 - source = "registry+https://github.com/rust-lang/crates.io-index" 2318 - checksum = "dba78050262072324b0b1efba11db7367735251adf7ec734fd75780c598c743b" 2319 - dependencies = [ 2320 - "bytes", 2321 - "derive_more", 2322 - "serde", 2323 - "serde_bytes", 2324 - "smallvec", 2325 - "v8", 2326 - ] 2327 - 2328 - [[package]] 2329 - name = "servo-fontconfig" 2330 - version = "0.5.1" 2331 - source = "registry+https://github.com/rust-lang/crates.io-index" 2332 - checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c" 2333 - dependencies = [ 2334 - "libc", 2335 - "servo-fontconfig-sys", 2336 - ] 2337 - 2338 - [[package]] 2339 - name = "servo-fontconfig-sys" 2340 - version = "5.1.0" 2341 - source = "registry+https://github.com/rust-lang/crates.io-index" 2342 - checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388" 2343 - dependencies = [ 2344 - "expat-sys", 2345 - "freetype-sys", 2346 - "pkg-config", 2347 - ] 2348 - 2349 - [[package]] 2350 - name = "shared_library" 2351 - version = "0.1.9" 2352 - source = "registry+https://github.com/rust-lang/crates.io-index" 2353 - checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11" 2354 - dependencies = [ 2355 - "lazy_static", 2356 - "libc", 2357 - ] 2358 - 2359 - [[package]] 2360 - name = "signal-hook-registry" 2361 - version = "1.4.1" 2362 - source = "registry+https://github.com/rust-lang/crates.io-index" 2363 - checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 2364 - dependencies = [ 2365 - "libc", 2366 - ] 2367 - 2368 - [[package]] 2369 - name = "simd-adler32" 2370 - version = "0.3.5" 2371 - source = "registry+https://github.com/rust-lang/crates.io-index" 2372 - checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f" 2373 - 2374 - [[package]] 2375 - name = "slab" 2376 - version = "0.4.7" 2377 - source = "registry+https://github.com/rust-lang/crates.io-index" 2378 - checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 2379 - dependencies = [ 2380 - "autocfg", 2381 - ] 2382 - 2383 - [[package]] 2384 - name = "slotmap" 2385 - version = "1.0.6" 2386 - source = "registry+https://github.com/rust-lang/crates.io-index" 2387 - checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" 2388 - dependencies = [ 2389 - "version_check", 2390 - ] 2391 - 2392 - [[package]] 2393 - name = "smallvec" 2394 - version = "1.10.0" 2395 - source = "registry+https://github.com/rust-lang/crates.io-index" 2396 - checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 2397 - 2398 - [[package]] 2399 - name = "smithay-client-toolkit" 2400 - version = "0.16.0" 2401 - source = "registry+https://github.com/rust-lang/crates.io-index" 2402 - checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454" 2403 - dependencies = [ 2404 - "bitflags 1.3.2", 2405 - "calloop", 2406 - "dlib", 2407 - "lazy_static", 2408 - "log", 2409 - "memmap2", 2410 - "nix", 2411 - "pkg-config", 2412 - "wayland-client", 2413 - "wayland-cursor", 2414 - "wayland-protocols", 2415 - ] 2416 - 2417 - [[package]] 2418 - name = "socket2" 2419 - version = "0.4.9" 2420 - source = "registry+https://github.com/rust-lang/crates.io-index" 2421 - checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 2422 - dependencies = [ 2423 - "libc", 2424 - "winapi", 2425 - ] 2426 - 2427 - [[package]] 2428 - name = "sourcemap" 2429 - version = "6.2.3" 2430 - source = "registry+https://github.com/rust-lang/crates.io-index" 2431 - checksum = "eed16231c92d0a6f0388f56e0ab2be24ecff1173f8e22f0ea5e074d0525631cb" 2432 - dependencies = [ 2433 - "data-encoding", 2434 - "if_chain", 2435 - "rustc_version 0.2.3", 2436 - "serde", 2437 - "serde_json", 2438 - "unicode-id", 2439 - "url", 2440 - ] 2441 - 2442 - [[package]] 2443 - name = "spirv" 2444 - version = "0.2.0+1.5.4" 2445 - source = "registry+https://github.com/rust-lang/crates.io-index" 2446 - checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830" 2447 - dependencies = [ 2448 - "bitflags 1.3.2", 2449 - "num-traits 0.2.15", 2450 - ] 2451 - 2452 - [[package]] 2453 - name = "static_assertions" 2454 - version = "1.1.0" 2455 - source = "registry+https://github.com/rust-lang/crates.io-index" 2456 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2457 - 2458 - [[package]] 2459 - name = "strsim" 2460 - version = "0.10.0" 2461 - source = "registry+https://github.com/rust-lang/crates.io-index" 2462 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 2463 - 2464 - [[package]] 2465 - name = "syn" 2466 - version = "1.0.105" 2467 - source = "registry+https://github.com/rust-lang/crates.io-index" 2468 - checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908" 2469 - dependencies = [ 2470 - "proc-macro2", 2471 - "quote", 2472 - "unicode-ident", 2473 - ] 2474 - 2475 - [[package]] 2476 - name = "syn" 2477 - version = "2.0.11" 2478 - source = "registry+https://github.com/rust-lang/crates.io-index" 2479 - checksum = "21e3787bb71465627110e7d87ed4faaa36c1f61042ee67badb9e2ef173accc40" 2480 - dependencies = [ 2481 - "proc-macro2", 2482 - "quote", 2483 - "unicode-ident", 2484 - ] 2485 - 2486 - [[package]] 2487 - name = "tempfile" 2488 - version = "3.5.0" 2489 - source = "registry+https://github.com/rust-lang/crates.io-index" 2490 - checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 2491 - dependencies = [ 2492 - "cfg-if", 2493 - "fastrand", 2494 - "redox_syscall 0.3.5", 2495 - "rustix 0.37.7", 2496 - "windows-sys 0.45.0", 2497 - ] 2498 - 2499 - [[package]] 2500 - name = "termcolor" 2501 - version = "1.2.0" 2502 - source = "registry+https://github.com/rust-lang/crates.io-index" 2503 - checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 2504 - dependencies = [ 2505 - "winapi-util", 2506 - ] 2507 - 2508 - [[package]] 2509 - name = "thiserror" 2510 - version = "1.0.40" 2511 - source = "registry+https://github.com/rust-lang/crates.io-index" 2512 - checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 2513 - dependencies = [ 2514 - "thiserror-impl", 2515 - ] 2516 - 2517 - [[package]] 2518 - name = "thiserror-impl" 2519 - version = "1.0.40" 2520 - source = "registry+https://github.com/rust-lang/crates.io-index" 2521 - checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 2522 - dependencies = [ 2523 - "proc-macro2", 2524 - "quote", 2525 - "syn 2.0.11", 2526 - ] 2527 - 2528 - [[package]] 2529 - name = "tiny-skia" 2530 - version = "0.7.0" 2531 - source = "registry+https://github.com/rust-lang/crates.io-index" 2532 - checksum = "642680569bb895b16e4b9d181c60be1ed136fa0c9c7f11d004daf053ba89bf82" 2533 - dependencies = [ 2534 - "arrayref", 2535 - "arrayvec 0.5.2", 2536 - "bytemuck", 2537 - "cfg-if", 2538 - "png", 2539 - "safe_arch", 2540 - "tiny-skia-path", 2541 - ] 2542 - 2543 - [[package]] 2544 - name = "tiny-skia-path" 2545 - version = "0.7.0" 2546 - source = "registry+https://github.com/rust-lang/crates.io-index" 2547 - checksum = "c114d32f0c2ee43d585367cb013dfaba967ab9f62b90d9af0d696e955e70fa6c" 2548 - dependencies = [ 2549 - "arrayref", 2550 - "bytemuck", 2551 - ] 2552 - 2553 - [[package]] 2554 - name = "tinyvec" 2555 - version = "1.6.0" 2556 - source = "registry+https://github.com/rust-lang/crates.io-index" 2557 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2558 - dependencies = [ 2559 - "tinyvec_macros", 2560 - ] 2561 - 2562 - [[package]] 2563 - name = "tinyvec_macros" 2564 - version = "0.1.1" 2565 - source = "registry+https://github.com/rust-lang/crates.io-index" 2566 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2567 - 2568 - [[package]] 2569 - name = "tokio" 2570 - version = "1.25.0" 2571 - source = "registry+https://github.com/rust-lang/crates.io-index" 2572 - checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" 2573 - dependencies = [ 2574 - "autocfg", 2575 - "bytes", 2576 - "libc", 2577 - "memchr", 2578 - "mio", 2579 - "num_cpus", 2580 - "parking_lot 0.12.1", 2581 - "pin-project-lite", 2582 - "signal-hook-registry", 2583 - "socket2", 2584 - "tokio-macros", 2585 - "windows-sys 0.42.0", 2586 - ] 2587 - 2588 - [[package]] 2589 - name = "tokio-macros" 2590 - version = "1.8.2" 2591 - source = "registry+https://github.com/rust-lang/crates.io-index" 2592 - checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" 2593 - dependencies = [ 2594 - "proc-macro2", 2595 - "quote", 2596 - "syn 1.0.105", 2597 - ] 2598 - 2599 - [[package]] 2600 - name = "toml" 2601 - version = "0.5.9" 2602 - source = "registry+https://github.com/rust-lang/crates.io-index" 2603 - checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" 2604 - dependencies = [ 2605 - "serde", 2606 - ] 2607 - 2608 - [[package]] 2609 - name = "unic-char-property" 2610 - version = "0.9.0" 2611 - source = "registry+https://github.com/rust-lang/crates.io-index" 2612 - checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 2613 - dependencies = [ 2614 - "unic-char-range", 2615 - ] 2616 - 2617 - [[package]] 2618 - name = "unic-char-range" 2619 - version = "0.9.0" 2620 - source = "registry+https://github.com/rust-lang/crates.io-index" 2621 - checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 2622 - 2623 - [[package]] 2624 - name = "unic-common" 2625 - version = "0.9.0" 2626 - source = "registry+https://github.com/rust-lang/crates.io-index" 2627 - checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 2628 - 2629 - [[package]] 2630 - name = "unic-ucd-ident" 2631 - version = "0.9.0" 2632 - source = "registry+https://github.com/rust-lang/crates.io-index" 2633 - checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" 2634 - dependencies = [ 2635 - "unic-char-property", 2636 - "unic-char-range", 2637 - "unic-ucd-version", 2638 - ] 2639 - 2640 - [[package]] 2641 - name = "unic-ucd-version" 2642 - version = "0.9.0" 2643 - source = "registry+https://github.com/rust-lang/crates.io-index" 2644 - checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 2645 - dependencies = [ 2646 - "unic-common", 2647 - ] 2648 - 2649 - [[package]] 2650 - name = "unicode-bidi" 2651 - version = "0.3.13" 2652 - source = "registry+https://github.com/rust-lang/crates.io-index" 2653 - checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2654 - 2655 - [[package]] 2656 - name = "unicode-id" 2657 - version = "0.3.3" 2658 - source = "registry+https://github.com/rust-lang/crates.io-index" 2659 - checksum = "d70b6494226b36008c8366c288d77190b3fad2eb4c10533139c1c1f461127f1a" 2660 - 2661 - [[package]] 2662 - name = "unicode-ident" 2663 - version = "1.0.5" 2664 - source = "registry+https://github.com/rust-lang/crates.io-index" 2665 - checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" 2666 - 2667 - [[package]] 2668 - name = "unicode-normalization" 2669 - version = "0.1.22" 2670 - source = "registry+https://github.com/rust-lang/crates.io-index" 2671 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2672 - dependencies = [ 2673 - "tinyvec", 2674 - ] 2675 - 2676 - [[package]] 2677 - name = "unicode-segmentation" 2678 - version = "1.10.1" 2679 - source = "registry+https://github.com/rust-lang/crates.io-index" 2680 - checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 2681 - 2682 - [[package]] 2683 - name = "unicode-width" 2684 - version = "0.1.10" 2685 - source = "registry+https://github.com/rust-lang/crates.io-index" 2686 - checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 2687 - 2688 - [[package]] 2689 - name = "unicode-xid" 2690 - version = "0.2.4" 2691 - source = "registry+https://github.com/rust-lang/crates.io-index" 2692 - checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 2693 - 2694 - [[package]] 2695 - name = "url" 2696 - version = "2.3.1" 2697 - source = "registry+https://github.com/rust-lang/crates.io-index" 2698 - checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 2699 - dependencies = [ 2700 - "form_urlencoded", 2701 - "idna", 2702 - "percent-encoding", 2703 - "serde", 2704 - ] 2705 - 2706 - [[package]] 2707 - name = "urlpattern" 2708 - version = "0.2.0" 2709 - source = "registry+https://github.com/rust-lang/crates.io-index" 2710 - checksum = "f9bd5ff03aea02fa45b13a7980151fe45009af1980ba69f651ec367121a31609" 2711 - dependencies = [ 2712 - "derive_more", 2713 - "regex", 2714 - "serde", 2715 - "unic-ucd-ident", 2716 - "url", 2717 - ] 2718 - 2719 - [[package]] 2720 - name = "uuid" 2721 - version = "1.3.1" 2722 - source = "registry+https://github.com/rust-lang/crates.io-index" 2723 - checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb" 2724 - dependencies = [ 2725 - "getrandom 0.2.8", 2726 - "serde", 2727 - ] 2728 - 2729 - [[package]] 2730 - name = "v8" 2731 - version = "0.64.0" 2732 - source = "registry+https://github.com/rust-lang/crates.io-index" 2733 - checksum = "a2287b485fa902172da3722d7e557e083afd63921777e0c6e5c0fba28e6d59d3" 2734 - dependencies = [ 2735 - "bitflags 1.3.2", 2736 - "fslock", 2737 - "lazy_static", 2738 - "which", 2739 - ] 2740 - 2741 - [[package]] 2742 - name = "vec_map" 2743 - version = "0.8.2" 2744 - source = "registry+https://github.com/rust-lang/crates.io-index" 2745 - checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 2746 - 2747 - [[package]] 2748 - name = "version_check" 2749 - version = "0.9.4" 2750 - source = "registry+https://github.com/rust-lang/crates.io-index" 2751 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2752 - 2753 - [[package]] 2754 - name = "vsimd" 2755 - version = "0.8.0" 2756 - source = "registry+https://github.com/rust-lang/crates.io-index" 2757 - checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 2758 - 2759 - [[package]] 2760 - name = "waker-fn" 2761 - version = "1.1.0" 2762 - source = "registry+https://github.com/rust-lang/crates.io-index" 2763 - checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 2764 - 2765 - [[package]] 2766 - name = "walrus" 2767 - version = "0.19.0" 2768 - source = "registry+https://github.com/rust-lang/crates.io-index" 2769 - checksum = "4eb08e48cde54c05f363d984bb54ce374f49e242def9468d2e1b6c2372d291f8" 2770 - dependencies = [ 2771 - "anyhow", 2772 - "id-arena", 2773 - "leb128", 2774 - "log", 2775 - "walrus-macro", 2776 - "wasmparser 0.77.0", 2777 - ] 2778 - 2779 - [[package]] 2780 - name = "walrus-macro" 2781 - version = "0.19.0" 2782 - source = "registry+https://github.com/rust-lang/crates.io-index" 2783 - checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7" 2784 - dependencies = [ 2785 - "heck", 2786 - "proc-macro2", 2787 - "quote", 2788 - "syn 1.0.105", 2789 - ] 2790 - 2791 - [[package]] 2792 - name = "wasi" 2793 - version = "0.9.0+wasi-snapshot-preview1" 2794 - source = "registry+https://github.com/rust-lang/crates.io-index" 2795 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 2796 - 2797 - [[package]] 2798 - name = "wasi" 2799 - version = "0.11.0+wasi-snapshot-preview1" 2800 - source = "registry+https://github.com/rust-lang/crates.io-index" 2801 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2802 - 2803 - [[package]] 2804 - name = "wasm-bindgen" 2805 - version = "0.2.84" 2806 - source = "registry+https://github.com/rust-lang/crates.io-index" 2807 - checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 2808 - dependencies = [ 2809 - "cfg-if", 2810 - "wasm-bindgen-macro", 2811 - ] 2812 - 2813 - [[package]] 2814 - name = "wasm-bindgen-backend" 2815 - version = "0.2.84" 2816 - source = "registry+https://github.com/rust-lang/crates.io-index" 2817 - checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 2818 - dependencies = [ 2819 - "bumpalo", 2820 - "log", 2821 - "once_cell", 2822 - "proc-macro2", 2823 - "quote", 2824 - "syn 1.0.105", 2825 - "wasm-bindgen-shared", 2826 - ] 2827 - 2828 - [[package]] 2829 - name = "wasm-bindgen-cli-support" 2830 - version = "0.2.84" 2831 - source = "registry+https://github.com/rust-lang/crates.io-index" 2832 - checksum = "9d4780c659b883a19ddb7ced365db19f7f45cd182d832ee14de2b7ef52e88a9f" 2833 - dependencies = [ 2834 - "anyhow", 2835 - "base64 0.9.3", 2836 - "log", 2837 - "rustc-demangle", 2838 - "serde_json", 2839 - "tempfile", 2840 - "unicode-ident", 2841 - "walrus", 2842 - "wasm-bindgen-externref-xform", 2843 - "wasm-bindgen-multi-value-xform", 2844 - "wasm-bindgen-shared", 2845 - "wasm-bindgen-threads-xform", 2846 - "wasm-bindgen-wasm-conventions", 2847 - "wasm-bindgen-wasm-interpreter", 2848 - "wit-text", 2849 - "wit-validator", 2850 - "wit-walrus", 2851 - ] 2852 - 2853 - [[package]] 2854 - name = "wasm-bindgen-externref-xform" 2855 - version = "0.2.84" 2856 - source = "registry+https://github.com/rust-lang/crates.io-index" 2857 - checksum = "1d154c3843bf3b635b602ad41b56f505f8f1a25f8a0133fca4bbd0918d74efdc" 2858 - dependencies = [ 2859 - "anyhow", 2860 - "walrus", 2861 - ] 2862 - 2863 - [[package]] 2864 - name = "wasm-bindgen-futures" 2865 - version = "0.4.34" 2866 - source = "registry+https://github.com/rust-lang/crates.io-index" 2867 - checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 2868 - dependencies = [ 2869 - "cfg-if", 2870 - "js-sys", 2871 - "wasm-bindgen", 2872 - "web-sys", 2873 - ] 2874 - 2875 - [[package]] 2876 - name = "wasm-bindgen-macro" 2877 - version = "0.2.84" 2878 - source = "registry+https://github.com/rust-lang/crates.io-index" 2879 - checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 2880 - dependencies = [ 2881 - "quote", 2882 - "wasm-bindgen-macro-support", 2883 - ] 2884 - 2885 - [[package]] 2886 - name = "wasm-bindgen-macro-support" 2887 - version = "0.2.84" 2888 - source = "registry+https://github.com/rust-lang/crates.io-index" 2889 - checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 2890 - dependencies = [ 2891 - "proc-macro2", 2892 - "quote", 2893 - "syn 1.0.105", 2894 - "wasm-bindgen-backend", 2895 - "wasm-bindgen-shared", 2896 - ] 2897 - 2898 - [[package]] 2899 - name = "wasm-bindgen-multi-value-xform" 2900 - version = "0.2.84" 2901 - source = "registry+https://github.com/rust-lang/crates.io-index" 2902 - checksum = "c00a577fbd4be358ef8095432189b5c2e6b6e71f5081797c2032572f77d65d26" 2903 - dependencies = [ 2904 - "anyhow", 2905 - "walrus", 2906 - ] 2907 - 2908 - [[package]] 2909 - name = "wasm-bindgen-shared" 2910 - version = "0.2.84" 2911 - source = "registry+https://github.com/rust-lang/crates.io-index" 2912 - checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 2913 - 2914 - [[package]] 2915 - name = "wasm-bindgen-test" 2916 - version = "0.3.34" 2917 - source = "registry+https://github.com/rust-lang/crates.io-index" 2918 - checksum = "6db36fc0f9fb209e88fb3642590ae0205bb5a56216dabd963ba15879fe53a30b" 2919 - dependencies = [ 2920 - "console_error_panic_hook", 2921 - "js-sys", 2922 - "scoped-tls", 2923 - "wasm-bindgen", 2924 - "wasm-bindgen-futures", 2925 - "wasm-bindgen-test-macro", 2926 - ] 2927 - 2928 - [[package]] 2929 - name = "wasm-bindgen-test-macro" 2930 - version = "0.3.34" 2931 - source = "registry+https://github.com/rust-lang/crates.io-index" 2932 - checksum = "0734759ae6b3b1717d661fe4f016efcfb9828f5edb4520c18eaee05af3b43be9" 2933 - dependencies = [ 2934 - "proc-macro2", 2935 - "quote", 2936 - ] 2937 - 2938 - [[package]] 2939 - name = "wasm-bindgen-threads-xform" 2940 - version = "0.2.84" 2941 - source = "registry+https://github.com/rust-lang/crates.io-index" 2942 - checksum = "0aa93941bae037b7b4fac4ecfc132294b828036c5990a806d0e6fd9284297d94" 2943 - dependencies = [ 2944 - "anyhow", 2945 - "walrus", 2946 - "wasm-bindgen-wasm-conventions", 2947 - ] 2948 - 2949 - [[package]] 2950 - name = "wasm-bindgen-wasm-conventions" 2951 - version = "0.2.84" 2952 - source = "registry+https://github.com/rust-lang/crates.io-index" 2953 - checksum = "d8f5de325048d945c90600fdf66b13521f3340d85971287775c36aa99c04466b" 2954 - dependencies = [ 2955 - "anyhow", 2956 - "walrus", 2957 - ] 2958 - 2959 - [[package]] 2960 - name = "wasm-bindgen-wasm-interpreter" 2961 - version = "0.2.84" 2962 - source = "registry+https://github.com/rust-lang/crates.io-index" 2963 - checksum = "f695df44962e3a107436282232a2daa185b8453c16be8ddfb637cd2601f31128" 2964 - dependencies = [ 2965 - "anyhow", 2966 - "log", 2967 - "walrus", 2968 - "wasm-bindgen-wasm-conventions", 2969 - ] 2970 - 2971 - [[package]] 2972 - name = "wasmparser" 2973 - version = "0.59.0" 2974 - source = "registry+https://github.com/rust-lang/crates.io-index" 2975 - checksum = "a950e6a618f62147fd514ff445b2a0b53120d382751960797f85f058c7eda9b9" 2976 - 2977 - [[package]] 2978 - name = "wasmparser" 2979 - version = "0.77.0" 2980 - source = "registry+https://github.com/rust-lang/crates.io-index" 2981 - checksum = "b35c86d22e720a07d954ebbed772d01180501afe7d03d464f413bb5f8914a8d6" 2982 - 2983 - [[package]] 2984 - name = "wast" 2985 - version = "21.0.0" 2986 - source = "registry+https://github.com/rust-lang/crates.io-index" 2987 - checksum = "0b1844f66a2bc8526d71690104c0e78a8e59ffa1597b7245769d174ebb91deb5" 2988 - dependencies = [ 2989 - "leb128", 2990 - ] 2991 - 2992 - [[package]] 2993 - name = "wayland-client" 2994 - version = "0.29.5" 2995 - source = "registry+https://github.com/rust-lang/crates.io-index" 2996 - checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715" 2997 - dependencies = [ 2998 - "bitflags 1.3.2", 2999 - "downcast-rs", 3000 - "libc", 3001 - "nix", 3002 - "scoped-tls", 3003 - "wayland-commons", 3004 - "wayland-scanner", 3005 - "wayland-sys", 3006 - ] 3007 - 3008 - [[package]] 3009 - name = "wayland-commons" 3010 - version = "0.29.5" 3011 - source = "registry+https://github.com/rust-lang/crates.io-index" 3012 - checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902" 3013 - dependencies = [ 3014 - "nix", 3015 - "once_cell", 3016 - "smallvec", 3017 - "wayland-sys", 3018 - ] 3019 - 3020 - [[package]] 3021 - name = "wayland-cursor" 3022 - version = "0.29.5" 3023 - source = "registry+https://github.com/rust-lang/crates.io-index" 3024 - checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661" 3025 - dependencies = [ 3026 - "nix", 3027 - "wayland-client", 3028 - "xcursor", 3029 - ] 3030 - 3031 - [[package]] 3032 - name = "wayland-egl" 3033 - version = "0.29.5" 3034 - source = "registry+https://github.com/rust-lang/crates.io-index" 3035 - checksum = "402de949f81a012926d821a2d659f930694257e76dd92b6e0042ceb27be4107d" 3036 - dependencies = [ 3037 - "wayland-client", 3038 - "wayland-sys", 3039 - ] 3040 - 3041 - [[package]] 3042 - name = "wayland-protocols" 3043 - version = "0.29.5" 3044 - source = "registry+https://github.com/rust-lang/crates.io-index" 3045 - checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6" 3046 - dependencies = [ 3047 - "bitflags 1.3.2", 3048 - "wayland-client", 3049 - "wayland-commons", 3050 - "wayland-scanner", 3051 - ] 3052 - 3053 - [[package]] 3054 - name = "wayland-scanner" 3055 - version = "0.29.5" 3056 - source = "registry+https://github.com/rust-lang/crates.io-index" 3057 - checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53" 3058 - dependencies = [ 3059 - "proc-macro2", 3060 - "quote", 3061 - "xml-rs", 3062 - ] 3063 - 3064 - [[package]] 3065 - name = "wayland-sys" 3066 - version = "0.29.5" 3067 - source = "registry+https://github.com/rust-lang/crates.io-index" 3068 - checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4" 3069 - dependencies = [ 3070 - "dlib", 3071 - "lazy_static", 3072 - "pkg-config", 3073 - ] 3074 - 3075 - [[package]] 3076 - name = "web-sys" 3077 - version = "0.3.61" 3078 - source = "registry+https://github.com/rust-lang/crates.io-index" 3079 - checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 3080 - dependencies = [ 3081 - "js-sys", 3082 - "wasm-bindgen", 3083 - ] 3084 - 3085 - [[package]] 3086 - name = "wgpu" 3087 - version = "0.16.1" 3088 - dependencies = [ 3089 - "arrayvec 0.7.2", 3090 - "async-executor", 3091 - "bitflags 2.1.0", 3092 - "bytemuck", 3093 - "cfg-if", 3094 - "console_error_panic_hook", 3095 - "console_log", 3096 - "ddsfile", 3097 - "env_logger", 3098 - "futures-intrusive", 3099 - "glam", 3100 - "image", 3101 - "js-sys", 3102 - "log", 3103 - "naga", 3104 - "nanorand", 3105 - "noise", 3106 - "obj", 3107 - "parking_lot 0.11.2", 3108 - "png", 3109 - "pollster", 3110 - "profiling", 3111 - "raw-window-handle 0.5.2", 3112 - "serde", 3113 - "smallvec", 3114 - "static_assertions", 3115 - "wasm-bindgen", 3116 - "wasm-bindgen-futures", 3117 - "wasm-bindgen-test", 3118 - "web-sys", 3119 - "wgpu-core", 3120 - "wgpu-hal", 3121 - "wgpu-types", 3122 - "winit", 3123 - ] 3124 - 3125 - [[package]] 3126 - name = "wgpu-core" 3127 - version = "0.16.1" 3128 - dependencies = [ 3129 - "arrayvec 0.7.2", 3130 - "bit-vec", 3131 - "bitflags 2.1.0", 3132 - "codespan-reporting", 3133 - "log", 3134 - "naga", 3135 - "parking_lot 0.11.2", 3136 - "profiling", 3137 - "raw-window-handle 0.5.2", 3138 - "ron", 3139 - "rustc-hash", 3140 - "serde", 3141 - "smallvec", 3142 - "thiserror", 3143 - "web-sys", 3144 - "wgpu-hal", 3145 - "wgpu-types", 3146 - ] 3147 - 3148 - [[package]] 3149 - name = "wgpu-hal" 3150 - version = "0.16.0" 3151 - dependencies = [ 3152 - "android_system_properties", 3153 - "arrayvec 0.7.2", 3154 - "ash", 3155 - "bit-set", 3156 - "bitflags 2.1.0", 3157 - "block", 3158 - "core-graphics-types", 3159 - "d3d12", 3160 - "env_logger", 3161 - "foreign-types 0.3.2", 3162 - "glow", 3163 - "glutin", 3164 - "gpu-alloc", 3165 - "gpu-allocator", 3166 - "gpu-descriptor", 3167 - "hassle-rs", 3168 - "js-sys", 3169 - "khronos-egl", 3170 - "libc", 3171 - "libloading 0.8.0", 3172 - "log", 3173 - "metal", 3174 - "naga", 3175 - "objc", 3176 - "parking_lot 0.11.2", 3177 - "profiling", 3178 - "range-alloc", 3179 - "raw-window-handle 0.5.2", 3180 - "renderdoc-sys", 3181 - "rustc-hash", 3182 - "smallvec", 3183 - "thiserror", 3184 - "wasm-bindgen", 3185 - "web-sys", 3186 - "wgpu-types", 3187 - "winapi", 3188 - "winit", 3189 - ] 3190 - 3191 - [[package]] 3192 - name = "wgpu-info" 3193 - version = "0.16.1" 3194 - dependencies = [ 3195 - "env_logger", 3196 - "num-traits 0.2.15", 3197 - "wgpu", 3198 - ] 3199 - 3200 - [[package]] 3201 - name = "wgpu-types" 3202 - version = "0.16.0" 3203 - dependencies = [ 3204 - "bitflags 2.1.0", 3205 - "js-sys", 3206 - "serde", 3207 - "serde_json", 3208 - "web-sys", 3209 - ] 3210 - 3211 - [[package]] 3212 - name = "which" 3213 - version = "4.4.0" 3214 - source = "registry+https://github.com/rust-lang/crates.io-index" 3215 - checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 3216 - dependencies = [ 3217 - "either", 3218 - "libc", 3219 - "once_cell", 3220 - ] 3221 - 3222 - [[package]] 3223 - name = "widestring" 3224 - version = "1.0.2" 3225 - source = "registry+https://github.com/rust-lang/crates.io-index" 3226 - checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" 3227 - 3228 - [[package]] 3229 - name = "winapi" 3230 - version = "0.3.9" 3231 - source = "registry+https://github.com/rust-lang/crates.io-index" 3232 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3233 - dependencies = [ 3234 - "winapi-i686-pc-windows-gnu", 3235 - "winapi-x86_64-pc-windows-gnu", 3236 - ] 3237 - 3238 - [[package]] 3239 - name = "winapi-i686-pc-windows-gnu" 3240 - version = "0.4.0" 3241 - source = "registry+https://github.com/rust-lang/crates.io-index" 3242 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3243 - 3244 - [[package]] 3245 - name = "winapi-util" 3246 - version = "0.1.5" 3247 - source = "registry+https://github.com/rust-lang/crates.io-index" 3248 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 3249 - dependencies = [ 3250 - "winapi", 3251 - ] 3252 - 3253 - [[package]] 3254 - name = "winapi-x86_64-pc-windows-gnu" 3255 - version = "0.4.0" 3256 - source = "registry+https://github.com/rust-lang/crates.io-index" 3257 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3258 - 3259 - [[package]] 3260 - name = "windows" 3261 - version = "0.44.0" 3262 - source = "registry+https://github.com/rust-lang/crates.io-index" 3263 - checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b" 3264 - dependencies = [ 3265 - "windows-targets 0.42.1", 3266 - ] 3267 - 3268 - [[package]] 3269 - name = "windows-sys" 3270 - version = "0.36.1" 3271 - source = "registry+https://github.com/rust-lang/crates.io-index" 3272 - checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 3273 - dependencies = [ 3274 - "windows_aarch64_msvc 0.36.1", 3275 - "windows_i686_gnu 0.36.1", 3276 - "windows_i686_msvc 0.36.1", 3277 - "windows_x86_64_gnu 0.36.1", 3278 - "windows_x86_64_msvc 0.36.1", 3279 - ] 3280 - 3281 - [[package]] 3282 - name = "windows-sys" 3283 - version = "0.42.0" 3284 - source = "registry+https://github.com/rust-lang/crates.io-index" 3285 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 3286 - dependencies = [ 3287 - "windows_aarch64_gnullvm 0.42.1", 3288 - "windows_aarch64_msvc 0.42.1", 3289 - "windows_i686_gnu 0.42.1", 3290 - "windows_i686_msvc 0.42.1", 3291 - "windows_x86_64_gnu 0.42.1", 3292 - "windows_x86_64_gnullvm 0.42.1", 3293 - "windows_x86_64_msvc 0.42.1", 3294 - ] 3295 - 3296 - [[package]] 3297 - name = "windows-sys" 3298 - version = "0.45.0" 3299 - source = "registry+https://github.com/rust-lang/crates.io-index" 3300 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 3301 - dependencies = [ 3302 - "windows-targets 0.42.1", 3303 - ] 3304 - 3305 - [[package]] 3306 - name = "windows-sys" 3307 - version = "0.48.0" 3308 - source = "registry+https://github.com/rust-lang/crates.io-index" 3309 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3310 - dependencies = [ 3311 - "windows-targets 0.48.0", 3312 - ] 3313 - 3314 - [[package]] 3315 - name = "windows-targets" 3316 - version = "0.42.1" 3317 - source = "registry+https://github.com/rust-lang/crates.io-index" 3318 - checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 3319 - dependencies = [ 3320 - "windows_aarch64_gnullvm 0.42.1", 3321 - "windows_aarch64_msvc 0.42.1", 3322 - "windows_i686_gnu 0.42.1", 3323 - "windows_i686_msvc 0.42.1", 3324 - "windows_x86_64_gnu 0.42.1", 3325 - "windows_x86_64_gnullvm 0.42.1", 3326 - "windows_x86_64_msvc 0.42.1", 3327 - ] 3328 - 3329 - [[package]] 3330 - name = "windows-targets" 3331 - version = "0.48.0" 3332 - source = "registry+https://github.com/rust-lang/crates.io-index" 3333 - checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 3334 - dependencies = [ 3335 - "windows_aarch64_gnullvm 0.48.0", 3336 - "windows_aarch64_msvc 0.48.0", 3337 - "windows_i686_gnu 0.48.0", 3338 - "windows_i686_msvc 0.48.0", 3339 - "windows_x86_64_gnu 0.48.0", 3340 - "windows_x86_64_gnullvm 0.48.0", 3341 - "windows_x86_64_msvc 0.48.0", 3342 - ] 3343 - 3344 - [[package]] 3345 - name = "windows_aarch64_gnullvm" 3346 - version = "0.42.1" 3347 - source = "registry+https://github.com/rust-lang/crates.io-index" 3348 - checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 3349 - 3350 - [[package]] 3351 - name = "windows_aarch64_gnullvm" 3352 - version = "0.48.0" 3353 - source = "registry+https://github.com/rust-lang/crates.io-index" 3354 - checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 3355 - 3356 - [[package]] 3357 - name = "windows_aarch64_msvc" 3358 - version = "0.36.1" 3359 - source = "registry+https://github.com/rust-lang/crates.io-index" 3360 - checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 3361 - 3362 - [[package]] 3363 - name = "windows_aarch64_msvc" 3364 - version = "0.42.1" 3365 - source = "registry+https://github.com/rust-lang/crates.io-index" 3366 - checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 3367 - 3368 - [[package]] 3369 - name = "windows_aarch64_msvc" 3370 - version = "0.48.0" 3371 - source = "registry+https://github.com/rust-lang/crates.io-index" 3372 - checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 3373 - 3374 - [[package]] 3375 - name = "windows_i686_gnu" 3376 - version = "0.36.1" 3377 - source = "registry+https://github.com/rust-lang/crates.io-index" 3378 - checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 3379 - 3380 - [[package]] 3381 - name = "windows_i686_gnu" 3382 - version = "0.42.1" 3383 - source = "registry+https://github.com/rust-lang/crates.io-index" 3384 - checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 3385 - 3386 - [[package]] 3387 - name = "windows_i686_gnu" 3388 - version = "0.48.0" 3389 - source = "registry+https://github.com/rust-lang/crates.io-index" 3390 - checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 3391 - 3392 - [[package]] 3393 - name = "windows_i686_msvc" 3394 - version = "0.36.1" 3395 - source = "registry+https://github.com/rust-lang/crates.io-index" 3396 - checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 3397 - 3398 - [[package]] 3399 - name = "windows_i686_msvc" 3400 - version = "0.42.1" 3401 - source = "registry+https://github.com/rust-lang/crates.io-index" 3402 - checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 3403 - 3404 - [[package]] 3405 - name = "windows_i686_msvc" 3406 - version = "0.48.0" 3407 - source = "registry+https://github.com/rust-lang/crates.io-index" 3408 - checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 3409 - 3410 - [[package]] 3411 - name = "windows_x86_64_gnu" 3412 - version = "0.36.1" 3413 - source = "registry+https://github.com/rust-lang/crates.io-index" 3414 - checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 3415 - 3416 - [[package]] 3417 - name = "windows_x86_64_gnu" 3418 - version = "0.42.1" 3419 - source = "registry+https://github.com/rust-lang/crates.io-index" 3420 - checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 3421 - 3422 - [[package]] 3423 - name = "windows_x86_64_gnu" 3424 - version = "0.48.0" 3425 - source = "registry+https://github.com/rust-lang/crates.io-index" 3426 - checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 3427 - 3428 - [[package]] 3429 - name = "windows_x86_64_gnullvm" 3430 - version = "0.42.1" 3431 - source = "registry+https://github.com/rust-lang/crates.io-index" 3432 - checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 3433 - 3434 - [[package]] 3435 - name = "windows_x86_64_gnullvm" 3436 - version = "0.48.0" 3437 - source = "registry+https://github.com/rust-lang/crates.io-index" 3438 - checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 3439 - 3440 - [[package]] 3441 - name = "windows_x86_64_msvc" 3442 - version = "0.36.1" 3443 - source = "registry+https://github.com/rust-lang/crates.io-index" 3444 - checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 3445 - 3446 - [[package]] 3447 - name = "windows_x86_64_msvc" 3448 - version = "0.42.1" 3449 - source = "registry+https://github.com/rust-lang/crates.io-index" 3450 - checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 3451 - 3452 - [[package]] 3453 - name = "windows_x86_64_msvc" 3454 - version = "0.48.0" 3455 - source = "registry+https://github.com/rust-lang/crates.io-index" 3456 - checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 3457 - 3458 - [[package]] 3459 - name = "winit" 3460 - version = "0.27.5" 3461 - source = "registry+https://github.com/rust-lang/crates.io-index" 3462 - checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c" 3463 - dependencies = [ 3464 - "bitflags 1.3.2", 3465 - "cocoa", 3466 - "core-foundation", 3467 - "core-graphics", 3468 - "dispatch", 3469 - "instant", 3470 - "libc", 3471 - "log", 3472 - "mio", 3473 - "ndk", 3474 - "ndk-glue", 3475 - "objc", 3476 - "once_cell", 3477 - "parking_lot 0.12.1", 3478 - "percent-encoding", 3479 - "raw-window-handle 0.4.3", 3480 - "raw-window-handle 0.5.2", 3481 - "sctk-adwaita", 3482 - "smithay-client-toolkit", 3483 - "wasm-bindgen", 3484 - "wayland-client", 3485 - "wayland-protocols", 3486 - "web-sys", 3487 - "windows-sys 0.36.1", 3488 - "x11-dl", 3489 - ] 3490 - 3491 - [[package]] 3492 - name = "wio" 3493 - version = "0.2.2" 3494 - source = "registry+https://github.com/rust-lang/crates.io-index" 3495 - checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" 3496 - dependencies = [ 3497 - "winapi", 3498 - ] 3499 - 3500 - [[package]] 3501 - name = "wit-parser" 3502 - version = "0.2.0" 3503 - source = "registry+https://github.com/rust-lang/crates.io-index" 3504 - checksum = "3f5fd97866f4b9c8e1ed57bcf9446f3d0d8ba37e2dd01c3c612c046c053b06f7" 3505 - dependencies = [ 3506 - "anyhow", 3507 - "leb128", 3508 - "wit-schema-version", 3509 - ] 3510 - 3511 - [[package]] 3512 - name = "wit-schema-version" 3513 - version = "0.1.0" 3514 - source = "registry+https://github.com/rust-lang/crates.io-index" 3515 - checksum = "bfee4a6a4716eefa0682e7a3b836152e894a3e4f34a9d6c2c3e1c94429bfe36a" 3516 - 3517 - [[package]] 3518 - name = "wit-text" 3519 - version = "0.8.0" 3520 - source = "registry+https://github.com/rust-lang/crates.io-index" 3521 - checksum = "33358e95c77d660f1c7c07f4a93c2bd89768965e844e3c50730bb4b42658df5f" 3522 - dependencies = [ 3523 - "anyhow", 3524 - "wast", 3525 - "wit-writer", 3526 - ] 3527 - 3528 - [[package]] 3529 - name = "wit-validator" 3530 - version = "0.2.1" 3531 - source = "registry+https://github.com/rust-lang/crates.io-index" 3532 - checksum = "3c11d93d925420e7872b226c4161849c32be38385ccab026b88df99d8ddc6ba6" 3533 - dependencies = [ 3534 - "anyhow", 3535 - "wasmparser 0.59.0", 3536 - "wit-parser", 3537 - "wit-schema-version", 3538 - ] 3539 - 3540 - [[package]] 3541 - name = "wit-walrus" 3542 - version = "0.6.0" 3543 - source = "registry+https://github.com/rust-lang/crates.io-index" 3544 - checksum = "ad559e3e4c6404b2a6a675d44129d62a3836e3b951b90112fa1c5feb852757cd" 3545 - dependencies = [ 3546 - "anyhow", 3547 - "id-arena", 3548 - "walrus", 3549 - "wit-parser", 3550 - "wit-schema-version", 3551 - "wit-writer", 3552 - ] 3553 - 3554 - [[package]] 3555 - name = "wit-writer" 3556 - version = "0.2.0" 3557 - source = "registry+https://github.com/rust-lang/crates.io-index" 3558 - checksum = "c2ad01ba5e9cbcff799a0689e56a153776ea694cec777f605938cb9880d41a09" 3559 - dependencies = [ 3560 - "leb128", 3561 - "wit-schema-version", 3562 - ] 3563 - 3564 - [[package]] 3565 - name = "x11-dl" 3566 - version = "2.20.1" 3567 - source = "registry+https://github.com/rust-lang/crates.io-index" 3568 - checksum = "b1536d6965a5d4e573c7ef73a2c15ebcd0b2de3347bdf526c34c297c00ac40f0" 3569 - dependencies = [ 3570 - "lazy_static", 3571 - "libc", 3572 - "pkg-config", 3573 - ] 3574 - 3575 - [[package]] 3576 - name = "xcursor" 3577 - version = "0.3.4" 3578 - source = "registry+https://github.com/rust-lang/crates.io-index" 3579 - checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7" 3580 - dependencies = [ 3581 - "nom", 3582 - ] 3583 - 3584 - [[package]] 3585 - name = "xml-rs" 3586 - version = "0.8.4" 3587 - source = "registry+https://github.com/rust-lang/crates.io-index" 3588 - checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
-44
pkgs/tools/graphics/wgpu-utils/default.nix
··· 1 - { lib, stdenv, rustPlatform, fetchFromGitHub, pkg-config, makeWrapper, vulkan-loader, QuartzCore }: 2 - 3 - rustPlatform.buildRustPackage rec { 4 - pname = "wgpu-utils"; 5 - version = "0.16.1"; 6 - 7 - src = fetchFromGitHub { 8 - owner = "gfx-rs"; 9 - repo = "wgpu"; 10 - rev = "v${version}"; 11 - hash = "sha256-tGjjjQDcN9zkxQSOrW/D1Pu6cycTKo/lh71mTEpZQIE="; 12 - }; 13 - 14 - cargoLock = { 15 - lockFile = ./Cargo.lock; 16 - outputHashes = { 17 - "d3d12-0.6.0" = "sha256-xCazXUriIQWMVa3DOI1aySBATmYwyDqsVYULRV2l/44="; 18 - "naga-0.12.0" = "sha256-EZ8ZKixOFPT9ZTKIC/UGh2B3F09ENbCTUi+ASamJzMM="; 19 - }; 20 - }; 21 - 22 - nativeBuildInputs = [ 23 - pkg-config 24 - makeWrapper 25 - ]; 26 - 27 - buildInputs = lib.optional stdenv.hostPlatform.isDarwin QuartzCore; 28 - 29 - # Tests fail, as the Nix sandbox doesn't provide an appropriate adapter (e.g. Vulkan). 30 - doCheck = false; 31 - 32 - postInstall = '' 33 - wrapProgram $out/bin/wgpu-info \ 34 - --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ vulkan-loader ]} 35 - ''; 36 - 37 - meta = with lib; { 38 - description = "Safe and portable GPU abstraction in Rust, implementing WebGPU API"; 39 - homepage = "https://wgpu.rs/"; 40 - license = with licenses; [ asl20 /* or */ mit ]; 41 - maintainers = with maintainers; [ erictapen ]; 42 - mainProgram = "wgpu-info"; 43 - }; 44 - }
+2 -2
pkgs/tools/misc/pipectl/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "pipectl"; 10 - version = "0.5.0"; 10 + version = "0.5.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Ferdi265"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - hash = "sha256-uBKHGR4kv62EMOIT/K+WbvFtdJ0V5IbsxjwQvhUu9f8="; 16 + hash = "sha256-pNBw1ukNaqu40qPXnORUGApYpJ/0EAO9Tq5zAbDe33I="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ cmake scdoc ];
-8
pkgs/top-level/all-packages.nix
··· 13773 13773 13774 13774 wget2 = callPackage ../tools/networking/wget2 { }; 13775 13775 13776 - wgpu-utils = callPackage ../tools/graphics/wgpu-utils { 13777 - inherit (darwin.apple_sdk.frameworks) QuartzCore; 13778 - }; 13779 - 13780 13776 wg-bond = callPackage ../applications/networking/wg-bond { }; 13781 13777 13782 13778 wgcf = callPackage ../applications/networking/wgcf { }; ··· 28213 28209 28214 28210 ax25-tools = callPackage ../applications/radio/ax25-tools { }; 28215 28211 28216 - azpainter = callPackage ../applications/graphics/azpainter { }; 28217 - 28218 28212 bambootracker = libsForQt5.callPackage ../applications/audio/bambootracker { 28219 28213 stdenv = if stdenv.hostPlatform.isDarwin then 28220 28214 darwin.apple_sdk_11_0.stdenv ··· 38690 38684 fac-build = callPackage ../development/tools/build-managers/fac { 38691 38685 inherit (darwin.apple_sdk.frameworks) CoreServices; 38692 38686 }; 38693 - 38694 - nufmt = callPackage ../development/tools/nufmt { }; 38695 38687 38696 38688 bottom = darwin.apple_sdk_11_0.callPackage ../tools/system/bottom { }; 38697 38689
+1
pkgs/top-level/python-aliases.nix
··· 359 359 net2grid = gridnet; # add 2022-04-22 360 360 nghttp2 = throw "in 1.52.0 removed deprecated python bindings."; # added 2023-06-08 361 361 ninja-python = ninja; # add 2022-08-03 362 + nose = throw "nose has been removed since it has been deprecated and unmaintained for almost a decade and does not work on Python 3.12; please switch to pytest or another test runner/framework"; # added 2024-07-28 362 363 nose3 = throw "nose3 has been removed since it is unmaintained and does not work with Python 3.12"; # added 2024-07-28 363 364 nosejs = throw "nosejs has been removed since it has not been maintained for 15 years and there are no dependent packages"; # added 2024-05-21 364 365 nose-cov = throw "nose-cov has been removed, it was archived and unmaintained since 2012"; # added 2024-05-21
-2
pkgs/top-level/python-packages.nix
··· 9031 9031 9032 9032 normality = callPackage ../development/python-modules/normality { }; 9033 9033 9034 - nose = callPackage ../development/python-modules/nose { }; 9035 - 9036 9034 nose2 = callPackage ../development/python-modules/nose2 { }; 9037 9035 9038 9036 nose2pytest = callPackage ../development/python-modules/nose2pytest { };