Update deps
This commit is contained in:
parent
161ad47913
commit
2560107b39
2 changed files with 8 additions and 8 deletions
|
@ -379,11 +379,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1701174899,
|
"lastModified": 1701237617,
|
||||||
"narHash": "sha256-1W+FMe8mWsJKXoBc+QgKmEeRj33kTFnPq7XCjU+bfnA=",
|
"narHash": "sha256-Ryd8xpNDY9MJnBFDYhB37XSFIxCPVVVXAbInNPa95vs=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "010c7296f3b19a58b206fdf7d68d75a5b0a09e9e",
|
"rev": "85306ef2470ba705c97ce72741d56e42d0264015",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -121,8 +121,8 @@ in
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "93750d388162f5658cfdb77bdcfe80711e637647";
|
rev = "1e64838ff575405c32b447b68762649289e8d73c";
|
||||||
sha256 = "12dvr02pfbgckgpmpb5gjbafl3dwip247i1yfgkxbhp3jf2j9gpj";
|
sha256 = "0pk4w81fn82chz5jn7cymkb1z0adaxca1xbdz09h18szdbcbx2h1";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -252,12 +252,12 @@ in
|
||||||
};
|
};
|
||||||
schemastore-nvim = buildVimPlugin {
|
schemastore-nvim = buildVimPlugin {
|
||||||
pname = "schemastore.nvim";
|
pname = "schemastore.nvim";
|
||||||
version = "2023-11-26";
|
version = "2023-11-30";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "b0o";
|
owner = "b0o";
|
||||||
repo = "schemastore.nvim";
|
repo = "schemastore.nvim";
|
||||||
rev = "54a4ea14b70cd3fc9db8217bb4ac9e1f78bfa390";
|
rev = "5bfeb36550018438c2c7ef58f91174f79d99a28a";
|
||||||
sha256 = "0zbdh40pknm3p6llndf87fr6l28yx7cyaa6307gskfhpia105nwg";
|
sha256 = "192rq8dzfckyz9vpvf489zbqxmd33r8mw6frdrm8fa9xq1q1i0ab";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue