nickel-lang / json-schema-to-nickel

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

flake.lock: Update #90

Closed vkleen closed 3 weeks ago

vkleen commented 3 weeks ago

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

Flake lock file updates:

• Updated input 'crane':
    'github:ipetkov/crane/32c21c29b034d0a93fdb2379d6fabc40fc3d0e6c?narHash=sha256-QmD6B6FYpuoCqu6ZuPJH896ItNquDkn0ulQlOn4ykN8%3D' (2024-06-18)
  → 'github:ipetkov/crane/aa5dcd0518a422dfd545d565f0d5a25971fea52a?narHash=sha256-WIoVERD4AN6CmfGSRPy3mfPx2dDbRHgzP2V8z6aNbaY%3D' (2024-06-29)
• Updated input 'fenix':
    'github:nix-community/fenix/bedf55efd03d4796a3ddb267d7e081cc6b34483d?narHash=sha256-%2Bx7sc7OPYwi8OPebZ4Pqtzo9XyRcG5Sx7UZSGdj7HVs%3D' (2024-06-22)
  → 'github:nix-community/fenix/b49a0746ae9516336f3ab281164923624c7a506f?narHash=sha256-6DFZ%2BXbU%2BnPz86uDicmyypxf4oYKGomecSyTiNnXYBU%3D' (2024-06-29)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/c4681ea2cc1f2d1e1a0568ad03069c57bdcd7a88?narHash=sha256-Roaz1CckctannQVyhfwJ7sqmCGmU3hfTo/7Nmms06WM%3D' (2024-06-21)
  → 'github:rust-lang/rust-analyzer/9463d9eea4b87e651e7d8ed8425a9c92f23b1cdf?narHash=sha256-YzF4P6YVInAjcR5eJHWefkKEu5t70KYVZMvdLODv8CM%3D' (2024-06-28)
• Updated input 'nickel':
    'github:tweag/nickel/e2e6742c5aa3b4682456186c9d948d98acaf47dd?narHash=sha256-757l62bHj9xvOVErqSuUTYUr9K0OUV2l/4xstYOJsmc%3D' (2024-06-21)
  → 'github:tweag/nickel/9969d9a9d40958d97f323420daba79c1b910522e?narHash=sha256-Py5q5Nv32BIfM0IIBD7T8TLnmf1J%2BekrhOWi/8%2BIC7A%3D' (2024-06-24)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/90338afd6177fc683a04d934199d693708c85a3b?narHash=sha256-%2B1xgeIow4gJeiwo4ETvMRvWoircnvb0JOt7NS9kUhoM%3D' (2024-06-21)
  → 'github:NixOS/nixpkgs/1e3deb3d8a86a870d925760db1a5adecc64d329d?narHash=sha256-vN5xJAZ4UGREEglh3lfbbkIj%2BMPEYMuqewMn4atZFaQ%3D' (2024-06-27)

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