Update deps
This commit is contained in:
parent
08fac34493
commit
29f6779dda
2 changed files with 14 additions and 14 deletions
|
@ -166,11 +166,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1682203081,
|
"lastModified": 1682273416,
|
||||||
"narHash": "sha256-kRL4ejWDhi0zph/FpebFYhzqlOBrk0Pl3dzGEKSAlEw=",
|
"narHash": "sha256-YvRc5TOyf92Fcvt6cYfsqxfjqalAUME3Klv4IbdhkBE=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "32d3e39c491e2f91152c84f8ad8b003420eab0a1",
|
"rev": "a5a294a622a7d3a837aaa145334e4d813c1bc5b1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -111,19 +111,19 @@ in
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "3f7301789bddf44c328cce7875442d9a617e94fe";
|
rev = "455ded29924aeebdd584f2bb0866788ba0a49dfe";
|
||||||
sha256 = "0bvh3ympq3z7k2cr3n2lhgg9yk8fn0dfnbjbgi8ivrydfjw3k9yl";
|
sha256 = "014kiaj9rp7miwga6la5lc2p0qamc2hdn4qmgv8lb5kibgbx8l0m";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nvim-ts-rainbow2 = buildVimPluginFrom2Nix {
|
nvim-ts-rainbow2 = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-ts-rainbow2";
|
pname = "nvim-ts-rainbow2";
|
||||||
version = "2023-04-17";
|
version = "2023-04-23";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "HiPhish";
|
owner = "HiPhish";
|
||||||
repo = "nvim-ts-rainbow2";
|
repo = "nvim-ts-rainbow2";
|
||||||
rev = "3bfcb9a7dd55d106f2e8afd3dcaec1ac624db2db";
|
rev = "06392f349c629a0aacaabeafc42af76c4ccc79c4";
|
||||||
sha256 = "1vh125k3i2j35jqw0rfkjxsvivxr8g5kg31zzkpcwq1irhfz9w5d";
|
sha256 = "0756hvxl70b5qzp6wzcwnpfwkd19i0825j562nyxaw2r7y83lw8h";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -140,12 +140,12 @@ in
|
||||||
};
|
};
|
||||||
telescope-nvim = buildVimPluginFrom2Nix {
|
telescope-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "telescope.nvim";
|
pname = "telescope.nvim";
|
||||||
version = "2023-04-10";
|
version = "2023-04-23";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-telescope";
|
owner = "nvim-telescope";
|
||||||
repo = "telescope.nvim";
|
repo = "telescope.nvim";
|
||||||
rev = "6258d50b09f9ae087317e392efe7c05a7323492d";
|
rev = "f2645c13205abb9ee3dbcee68416645c69b863c8";
|
||||||
sha256 = "0p4wz6gvs7952gbzlaz8sdjb92s1nwwry8mkxywi37pn8z6rvj2h";
|
sha256 = "0kayab5maqjw9dq1dvila2si6j79rrbimfmj7az718msz20fp35z";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -297,12 +297,12 @@ in
|
||||||
};
|
};
|
||||||
LuaSnip = buildVimPluginFrom2Nix {
|
LuaSnip = buildVimPluginFrom2Nix {
|
||||||
pname = "LuaSnip";
|
pname = "LuaSnip";
|
||||||
version = "2023-04-18";
|
version = "2023-04-23";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "L3MON4D3";
|
owner = "L3MON4D3";
|
||||||
repo = "LuaSnip";
|
repo = "LuaSnip";
|
||||||
rev = "8d6c0a93dec34900577ba725e91c44b8d3ca1f45";
|
rev = "e77fa9ad0b1f4fc6cddf54e51047e17e90c7d7ed";
|
||||||
sha256 = "1639scna45nvk6a2fjli8ijj1d0mkipdkgv5aglhf20w4f5gjqfa";
|
sha256 = "0dfqfrq5gpyys11bxxsqpmi9ha2lxz0byqwbn7qyn7fph6dpwysx";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue