Update deps
This commit is contained in:
parent
c45fa535c1
commit
d7ad3eaa27
2 changed files with 13 additions and 13 deletions
14
flake.lock
14
flake.lock
|
@ -287,11 +287,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "contrib",
|
"dir": "contrib",
|
||||||
"lastModified": 1698298145,
|
"lastModified": 1698393789,
|
||||||
"narHash": "sha256-FM3a/jYBSNcK786g7DXnL6xmIqBqb83pz8fNZBBhEaY=",
|
"narHash": "sha256-qUh+KpbdzZyuDXQxc+i+s+zWVCBfWgiAK4Muit2sHDs=",
|
||||||
"owner": "neovim",
|
"owner": "neovim",
|
||||||
"repo": "neovim",
|
"repo": "neovim",
|
||||||
"rev": "15983cf2c64c527fc13681925d0d00c070c30640",
|
"rev": "5753e5e7ebb60d26d78aa3c99a8b0e2ee8023056",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -312,11 +312,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1698309439,
|
"lastModified": 1698393941,
|
||||||
"narHash": "sha256-ttiivgsdxx3cyxFoGA9stHfCXeQuO6tcSycbMzOAxy4=",
|
"narHash": "sha256-cGceA8VsGvuDUPHmjK2yggDgXzZb6rYPu7hpfZ4EDXo=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "21c504f977ace32a61b3f9d1d329577697035269",
|
"rev": "4dcf23e8d7f8e94d50d7bc9f97d83d88534976ce",
|
||||||
"revCount": 549,
|
"revCount": 550,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.kempkens.io/daniel/nix-overlay"
|
"url": "https://git.kempkens.io/daniel/nix-overlay"
|
||||||
},
|
},
|
||||||
|
|
|
@ -117,12 +117,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-treesitter = buildVimPlugin {
|
nvim-treesitter = buildVimPlugin {
|
||||||
pname = "nvim-treesitter";
|
pname = "nvim-treesitter";
|
||||||
version = "2023-10-25";
|
version = "2023-10-26";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "107e61afb7129d637ea6c3c68b97a22194b0bf16";
|
rev = "3954741f2652fbcef9d6877d0e3a4d91d44b1632";
|
||||||
sha256 = "165w1k40431x6mxr41vgkxkjp6lbds8ay6w28msdkwl0qnifl45k";
|
sha256 = "0r7w5v12q8iw5z85dyxy7lhidqr37wmn371v74l63zn8jlg2wfv5";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -274,12 +274,12 @@ in
|
||||||
};
|
};
|
||||||
conform-nvim = buildVimPlugin {
|
conform-nvim = buildVimPlugin {
|
||||||
pname = "conform.nvim";
|
pname = "conform.nvim";
|
||||||
version = "2023-10-26";
|
version = "2023-10-27";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "stevearc";
|
owner = "stevearc";
|
||||||
repo = "conform.nvim";
|
repo = "conform.nvim";
|
||||||
rev = "278bcd8bf2017e187e963b515017341fdd87fe2f";
|
rev = "4653408d5c270168e31ffd0585d1cf2de27fc827";
|
||||||
sha256 = "1g8nm2am1ahqlpbmbmmgm9s9ibm5a8fsv46nc3qh9rai8hvvfj1v";
|
sha256 = "1z96vkdi5whcl0vm9g95p0k6nf1q0zbyxahxfbcq1awvcx6j0146";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue