nvim-neorocks / rocks.nvim

Neovim plugin management inspired by Cargo, powered by luarocks
GNU General Public License v3.0
378 stars 6 forks source link

chore: update flake.lock #286

Closed mrcjkb closed 3 weeks ago

mrcjkb commented 3 weeks ago

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

Flake lock file updates:

• Updated input 'neorocks':
    'github:nvim-neorocks/neorocks/1b7ae79f1121e121cd736fd356d035bb1686280b?narHash=sha256-8EGvWILBdYgKp44LXbgA8/rrLPtbBWAKQnRCb1JmhW0%3D' (2024-04-06)
  → 'github:nvim-neorocks/neorocks/f72e57d2ebc0cd21d208ecc245a2c6dcd4c8c2b3?narHash=sha256-mFkkilqCVZl4wjfNNW4SRe%2Bgn2t%2BPUUMGBp%2BGwidB/o%3D' (2024-04-20)
• Updated input 'neorocks/neovim-nightly':
    'github:neovim/neovim/dc110cba3c0d48d7c9dbb91900f8be0cf6cf0c9b?dir=contrib&narHash=sha256-vfO7iy2rnPOzn3EbgPoFrYO3dJtNGYHSDyBnhTxpRwI%3D' (2024-03-22)
  → 'github:neovim/neovim/4d52b0cf670502caf81b70f2f1e6f8c548b78f58?dir=contrib&narHash=sha256-MJgRD8o7f3WQNZ2IfH9d9M7LFtUr4DIExBlwt9jdF2A%3D' (2024-04-20)
• Updated input 'neorocks/neovim-nightly/flake-utils':
    'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725?narHash=sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8%3D' (2023-12-04)
  → 'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a?narHash=sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ%3D' (2024-03-11)
• Updated input 'neorocks/nixpkgs':
    'github:nixos/nixpkgs/7872526e9c5332274ea5932a0c3270d6e4724f3b?narHash=sha256-Pr6F5Pmd7JnNEMHHmspZ0qVqIBVxyZ13ik1pJtm2QXk%3D' (2024-03-19)
  → 'github:nixos/nixpkgs/d764f230634fa4f86dc8d01c6af9619c7cc5d225?narHash=sha256-LoExypse3c/uun/39u4bPTN4wejIF7hNsdITZO41qTw%3D' (2024-04-18)
• Updated input 'neorocks/pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/e611897ddfdde3ed3eaac4758635d7177ff78673?narHash=sha256-6hOpUiuxuwpXXc/xfJsBUJeqqgGI%2BJMJuLo45aG3cKc%3D' (2024-03-20)
  → 'github:cachix/pre-commit-hooks.nix/40e6053ecb65fcbf12863338a6dcefb3f55f1bf8?narHash=sha256-nMirxrGteNAl9sWiOhoN5tIHyjBbVi5e2tgZUgZlK3Y%3D' (2024-04-12)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/7ec2248074c23e5844bf9f146d10713f33056f79?narHash=sha256-uwi5DDCkYF41G5rIysHCGfkC9DxmVp4YELtbwvjR1q8%3D' (2024-04-14)
  → 'github:nixos/nixpkgs/754a00b38a44e774dba3518ced7efbf51a8970ba?narHash=sha256-5zVIy90Uc5LzE7rt4x7LLZZWoYVM5g40QQlAxqc7BDc%3D' (2024-04-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