1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-01-24 04:03:16 +00:00
parent 617f0f8f8b
commit 1bf4d38e56
2 changed files with 15 additions and 15 deletions

View file

@ -279,11 +279,11 @@
},
"locked": {
"dir": "contrib",
"lastModified": 1706046678,
"narHash": "sha256-RSUCVXcOyVtEecKeBphPoljv6RmfScuSbxszBi2OOKc=",
"lastModified": 1706052573,
"narHash": "sha256-udBwiS24ancONwus0Nyu74CtDhP7QE8jCGDb0JihVqI=",
"owner": "neovim",
"repo": "neovim",
"rev": "fcd9905291c02917410ff7c55542fd73e4b25e2d",
"rev": "65bfa86efeeb2ec18ba82fd821ffd4c8f97fcd2b",
"type": "github"
},
"original": {
@ -304,11 +304,11 @@
]
},
"locked": {
"lastModified": 1706046947,
"narHash": "sha256-YWulmLXhGCOEM0yMO71jHTCuaNkrkw6aLA5dwktbANI=",
"lastModified": 1706061719,
"narHash": "sha256-WVJJxtYvdUAtInHQmtVKAIzFaMX7wwZ2PS/M5SmXF5o=",
"ref": "refs/heads/master",
"rev": "e6b1de062ef6b35837aec79fe5abbf8560792f47",
"revCount": 681,
"rev": "e943e7c6298aae286bd3ba77997db423d770bdfb",
"revCount": 682,
"type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay"
},

View file

@ -117,12 +117,12 @@ in
};
nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter";
version = "2024-01-23";
version = "2024-01-24";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "177a775fd8b2a9de97011a43f13c74ad8d3739c8";
sha256 = "1dbyk1c4qjvdpx5sc4kjw5ygzkmxs0z34r4xcwsmfjlmd50v82zr";
rev = "41128a7724ec40a33ce01b133aec1e9928ca4312";
sha256 = "145nlh0csm4339l5x28anm10ad6bv2vb0n3kn5i8w59agzaflq90";
fetchSubmodules = false;
};
};
@ -176,8 +176,8 @@ in
src = fetchFromGitHub {
owner = "nvim-telescope";
repo = "telescope.nvim";
rev = "36dce6261ae3660bb57ba942361067b2028aec31";
sha256 = "0p85sqsaqrb1wk4wd02npnarcgwql9h5qn19g0p9jjsvim08vj7m";
rev = "301505da4bb72d11ffeee47ad45e0b677f70abe5";
sha256 = "0zflm2d5zmclxgg6gmxwq7if6zxzxr427ml089p5cpxd32p51p9s";
fetchSubmodules = false;
};
};
@ -238,12 +238,12 @@ in
};
schemastore-nvim = buildVimPlugin {
pname = "schemastore.nvim";
version = "2024-01-22";
version = "2024-01-24";
src = fetchFromGitHub {
owner = "b0o";
repo = "schemastore.nvim";
rev = "f877fa4f16b04c8d2e253539e1803a0850833272";
sha256 = "15scxqvcl804wjlvh4bv4aq93g93gfa9a1h59sim3dqdas5q8m08";
rev = "0550c6d5754dd2a183efc9c238f5524b68860e21";
sha256 = "1hd1qnkjbl38k9ivzqxf3j74yyh1gd56r5nz7nmzf8b5yyjkc0ws";
fetchSubmodules = false;
};
};