nvfetcher: Update sources

This commit is contained in:
Mr Hedgehog 2022-03-16 06:34:10 -04:00
parent 026db8c669
commit 0922701b43
No known key found for this signature in database
GPG key ID: A5F69F6C161FDA7E
3 changed files with 17 additions and 9 deletions

Binary file not shown.

View file

@ -15,26 +15,26 @@
};
coq-artifacts = {
pname = "coq-artifacts";
version = "23eea02f5876a9b7c29a34c98e4817dfa0709bdf";
version = "4f5c13cea8cf9e4ea407213f83b5e20c871dbbc7";
src = fetchgit {
url = "https://github.com/ms-jpq/coq.artifacts";
rev = "23eea02f5876a9b7c29a34c98e4817dfa0709bdf";
rev = "4f5c13cea8cf9e4ea407213f83b5e20c871dbbc7";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "00jymg6km8h0nwbinahh7slk5wc6f75qjchncf5kx6lnvxaxsy8s";
sha256 = "16sfs1alipsgrnbxabryk3r26zxp41z0rah79xbfv6g678vjqsb4";
};
};
coq-tp = {
pname = "coq-tp";
version = "b3d45a46f7cc8c54e2e2791442ab887483087ee4";
version = "083da138b85bf11cff172eb4b8bd1b89aa01c264";
src = fetchgit {
url = "https://github.com/ms-jpq/coq.thirdparty";
rev = "b3d45a46f7cc8c54e2e2791442ab887483087ee4";
rev = "083da138b85bf11cff172eb4b8bd1b89aa01c264";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "1mqa5zq5sckmy80zj3xmjnkf0fpijqh21sddnqqwpl9xcfb2m0gg";
sha256 = "01ha8zl2gbcqlk72jx5p6wfbwfsgw764wync2g6i7q3iv79lp3qc";
};
};
epub-thumbnailer = {
@ -75,14 +75,14 @@
};
nvim-telescope = {
pname = "nvim-telescope";
version = "1daf0917cf859c3c089c62e960b128fe3382fc6d";
version = "a36a813d5d031e6f5d52b74986915e68130febd9";
src = fetchgit {
url = "https://github.com/nvim-telescope/telescope.nvim";
rev = "1daf0917cf859c3c089c62e960b128fe3382fc6d";
rev = "a36a813d5d031e6f5d52b74986915e68130febd9";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "0vrnv2y60xyyvn1s6a4rqz53507cpp4sbfxzcd4ls8d2ia03933g";
sha256 = "0b18wpn33k6cxv3yy737gk9qh5n28jisfmcmfl4byfd9zp3j02hr";
};
};
telescope-media-files = {

View file

@ -31,3 +31,11 @@ fetch.github = "renerocksai/calendar-vim"
[epub-thumbnailer]
src.git = "https://github.com/marianosimone/epub-thumbnailer"
fetch.github = "marianosimone/epub-thumbnailer"
[telescope-ui-select]
src.git = "https://github.com/nvim-telescope/telescope-ui-select.nvim"
fetch.github = "nvim-telescope/telescope-ui-select.nvim"
[nvim-telescope]
src.git = "https://github.com/nvim-telescope/telescope.nvim"
fetch.github = "nvim-telescope/telescope.nvim"