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

View file

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