1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-12-30 04:02:36 +00:00
parent f33903a4dd
commit e7f6cefe66
2 changed files with 19 additions and 19 deletions

View file

@ -384,11 +384,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1735463474, "lastModified": 1735517129,
"narHash": "sha256-QTw0q1dJnoFygq9aiwjrXsX5cZEwruVzPz3VKg8KemQ=", "narHash": "sha256-ibHgAkr8OXAP8MRBo4Z7AIaVdOHywGR2J8R50vZCQjI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "3d6e49088eae842b6c0556fba66cfb14123f0d59", "rev": "fd381a5a19f553c2466dc437fb94fcf799d77e82",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -400,11 +400,11 @@
"neovim-src": { "neovim-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1735384850, "lastModified": 1735489459,
"narHash": "sha256-e1KLj+283Znt14U9DkKw+zPqShe0AkFPGpT44BhZ9KU=", "narHash": "sha256-PMeWazyxGxpA6UeVrWH/ur8WuqliGxXlRjTTQdMiYVc=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "2b07b14eacf3197754c63f42f9c880e85960eef2", "rev": "e4bc8b5967d22840c1e52c97acab0f77107cd48c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -424,11 +424,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1735437747, "lastModified": 1735524152,
"narHash": "sha256-+LhQPg4OxNQi4tWk/fdmEM2KqzHY7PqdH3iq+uvKnL4=", "narHash": "sha256-u99I5YPSVLrfh9FjHTdpk44PFdbwxqhWJNuFR0VZUQg=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "b16710e4312923700cdc6d0a4fe8138fbf2f73e2", "rev": "0ac20493042352c20cfb8fa9edf0a4ede60c4f16",
"revCount": 1042, "revCount": 1043,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -444,11 +444,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1735470496, "lastModified": 1735478292,
"narHash": "sha256-Kx2ungOLiOXw+A/GDeeWGF91pu4Pxtf51A9VTJQKG1U=", "narHash": "sha256-Ys9pSP9ch0SthhpbjnkCSJ9ZLfaNKnt/dcy7swjmS1A=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "713da7b75b9ed86b1aeef25981dc73f99ea0477f", "rev": "71a3a075e3229a7518d76636bb762aef2bcb73ac",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -497,11 +497,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1735444284, "lastModified": 1735488052,
"narHash": "sha256-U0Vw+ZrjbfvmHqeyJKM7lXZWUXIYdaOa32VtNKkfKo8=", "narHash": "sha256-EYaJtjLImMXzYEf9h52hkuPolXqKG/cAJlCOba6emL0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cf802984d6b41ea45044455724d5835a4f5fcf81", "rev": "adaa9f280329b5f814e8dc83eceddd42b20f72f4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -49,12 +49,12 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2024-12-28"; version = "2024-12-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "5d18ef22dc63624e90aa7b6dbc17f2c3856ae716"; rev = "7e0fcf0d456fc5818da1af35b1a3f5c784fce457";
sha256 = "1cf672phpy24743xg553na6pkfvyl0ngi1ww862x4gzgzyzlgqh7"; sha256 = "0pkx39nbkmg96kwsc5bfswfdxi6wc84bk8g3fznwj09nqb9aw7nz";
fetchSubmodules = false; fetchSubmodules = false;
}; };