nickel-lang / json-schema-to-nickel

Convert JSON schemas into Nickel contracts
Apache License 2.0
32 stars 0 forks source link

flake.lock: Update #98

Closed vkleen closed 2 weeks ago

vkleen commented 2 weeks ago

Automated changes by the update-flake-lock GitHub Action.

Flake lock file updates:

• Updated input 'fenix':
    'github:nix-community/fenix/8f14b37d4ad9eafd33315ba67faded5c1e1a1044?narHash=sha256-W68/drb51fBhOl/BMOoRlI%2B7qxeoNWGmCZwAyuXVlQY%3D' (2024-09-14)
  → 'github:nix-community/fenix/18eefba7fd0bf03e115785948758a44125a9fd68?narHash=sha256-v3r7yJY8YE4HAzD5DXOxLkzj8YZKQ0xuccp9yppGW1U%3D' (2024-09-21)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/4221354a8fe90ea8218d3757d14735eac08d3e81?narHash=sha256-0Cb2bK2eyZ1njSX3593USMlcrj94VZprNN1/HllIfgw%3D' (2024-09-13)
  → 'github:rust-lang/rust-analyzer/94b526fc86eaa0e90fb4d54a5ba6313aa1e9b269?narHash=sha256-nCmG4NJpwI0IoIlYlwtDwVA49yuspA2E6OhfCOmiArQ%3D' (2024-09-15)
• Updated input 'nickel':
    'github:tweag/nickel/5145172e7b0035790267cae05aa5a1cc9ef6baf0?narHash=sha256-Eny/p%2B/XjxBZB8m8fee8oPykMWD8/1z0zOmBG/VJLA4%3D' (2024-09-13)
  → 'github:tweag/nickel/c50647d281e65da6f877d508f94ce9290341fc16?narHash=sha256-aLF%2BstHEYMiqWtkaOjnGPuUY5i22aJc/UfzQ3cN7S1c%3D' (2024-09-18)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/01f064c99c792715054dc7a70e4c1626dbbec0c3?narHash=sha256-3//V84fYaGVncFImitM6lSAliRdrGayZLdxWlpcuGk0%3D' (2024-09-13)
  → 'github:NixOS/nixpkgs/a1d92660c6b3b7c26fb883500a80ea9d33321be2?narHash=sha256-V5LpfdHyQkUF7RfOaDPrZDP%2Boqz88lTJrMT1%2BstXNwo%3D' (2024-09-20)
• Updated input 'topiary':
    'github:tweag/topiary/b4a842673b2849fd1efef23df39cc25e26a352c8?narHash=sha256-aY%2BMZ3a/YcMd2WuyfVIcgP5QWvAGTPfhcCQb2DB9WQk%3D' (2024-09-11)
  → 'github:tweag/topiary/7229c0f6828785b0f2b7868a8a2c99855ba321df?narHash=sha256-LGKqp7AuHJEKwWbqti3EdYyu33HRJeo2A0UlshjXOjM%3D' (2024-09-20)

Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.

To run GitHub Actions workflows on this PR, run:

git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force