Skip to content

Commit

Permalink
Update module sources (#31)
Browse files Browse the repository at this point in the history
chore: update module sources

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 8, 2024
1 parent 45f6709 commit 5777b9c
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions modules/lazy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
src = pkgs.fetchFromGitHub {
owner = "folke";
repo = "lazy.nvim";
rev = "aedcd79811d491b60d0a6577a9c1701063c2a609";
sha256 = "1lsxb684pdsn625krshxr65lyqb5aa07ryqb5yif8p19766g01pj";
rev = "d3974346b6cef2116c8e7b08423256a834cb7cbc";
sha256 = "1k8nx3wgh87kv15qa023caqxbngajx1f2b44g8bvzxhs5jf1ldfh";
};
mkPlugNameDrv = plug:
pkgs.stdenv.mkDerivation rec {
Expand Down
4 changes: 2 additions & 2 deletions modules/lsp/completion/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ with lib; let
src = pkgs.fetchFromGitHub {
owner = "hrsh7th";
repo = "nvim-cmp";
rev = "04e0ca376d6abdbfc8b52180f8ea236cbfddf782";
sha256 = "0zzlkla5vgrfa55a3sjb885q0574s67ji5ps2rq53q82hlfwwphl";
rev = "8f3c541407e691af6163e2447f3af1bd6e17f9a3";
sha256 = "00axjaxgnv6s7rk89sk2wnq5nsqhmv0dm9sn6l1l3cg1vwqqjgxg";
};
completionSourceDeps = builtins.map (v: {inherit (v) src;}) (builtins.attrValues cfg.sources);
completionSourceOpts = lib.attrsets.mapAttrsToList (n: v:
Expand Down
4 changes: 2 additions & 2 deletions modules/lsp/completion/snippet.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ in {
src = pkgs.fetchFromGitHub {
owner = "rafamadriz";
repo = "friendly-snippets";
rev = "dcd4a586439a1c81357d5b9d26319ae218cc9479";
sha256 = "10326d83hghpfzjkbjy9zy9f07p2wvhl4ss92zfx2mbfj44xg3qi";
rev = "3e9a3f5a0cfcef1741e352c37bda4e82e5eb846a";
sha256 = "03z76x6a444fxys8qnsjbafy3ij8hf3y15wn6gc22glxfqyfvjsn";
};
config = lib.lua.rawLua ''
function()
Expand Down
4 changes: 2 additions & 2 deletions modules/lsp/lsp-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ with lib; let
src = pkgs.fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "0ebcaedb2feb946e56658e0c9b6155fb6c8ad62b";
sha256 = "1f7garam5szvpnh25nwgf2nsg98rkzz6cb218p0bm02fvhiwnsg8";
rev = "2beb3e9cac3ed9335f8972eb6082f380a4f1f124";
sha256 = "00b92gkr2c93qr5mw5fbasjgja6x0hd43zpz6d82sinijcxzvqy4";
};

mkServerConfig = name: value: let
Expand Down
4 changes: 2 additions & 2 deletions modules/telescope/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ with lib; let
src = pkgs.fetchFromGitHub {
owner = "nvim-telescope";
repo = "telescope.nvim";
rev = "d5c4d9856320a07d04607c9b3a0523bd3f373328";
sha256 = "1990xwzrhk0fapl1bwqkpyj91fwsrz50n34x876rljkxsic7qp6y";
rev = "fac83a556e7b710dc31433dec727361ca062dbe9";
sha256 = "0caam3dm86z9g3qw1c418pzsqhzq8yvzpf26j4sbczrvy6s1x0aa";
};
cfg = config.telescope;
configuredExtensions = builtins.mapAttrs (n: v:
Expand Down
4 changes: 2 additions & 2 deletions modules/treesitter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ with lib; let
src = pkgs.fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "d2f58c0b6507a4ad02ca0b647c130fb8396b4587";
sha256 = "18k5k9b9r3mxb5qdnzihp5iq5qi6jig9ss5nww8pqx2c9vw44rx6";
rev = "acefffae27b5105a717b213e19c5975bf7a4ba68";
sha256 = "02d48yfkbcw27c77rlkyzzx7f50giib256v9r5zhpfbjidxxr36y";
};
cfg = config.treesitter;
configuredExtensions = builtins.mapAttrs (n: v:
Expand Down
4 changes: 2 additions & 2 deletions modules/util/devicons.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ lib.vim.mkSimplePlugin {
plugin = pkgs.fetchFromGitHub {
owner = "nvim-tree";
repo = "nvim-web-devicons";
rev = "0bb67ef952ea3eb7b1bac9c011281471d99a27bc";
sha256 = "0rykazpyv111w408c4xm1x76nr0vdwss8f7mbkfdgijxj9llk87b";
rev = "5b9067899ee6a2538891573500e8fd6ff008440f";
sha256 = "0d7gzk06f6z9wq496frbaavx90mcxvdhrswqd3pcayj2872i698d";
};
noSetup = true;
moduleName = "devicons";
Expand Down
4 changes: 2 additions & 2 deletions modules/util/plenary.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ lib.vim.mkSimplePlugin {
plugin = pkgs.fetchFromGitHub {
owner = "nvim-lua";
repo = "plenary.nvim";
rev = "4f71c0c4a196ceb656c824a70792f3df3ce6bb6d";
sha256 = "0kr8c5fgvv7ijsvk4z0c9dawqy58mg5yz9yzx0al2ljax32lfqh1";
rev = "08e301982b9a057110ede7a735dd1b5285eb341f";
sha256 = "03x9mxxqscahs3plml9pw0q6yacyiz6nvw4pcbpqlcqj99f0qbdz";
};
noSetup = true;
category = "util";
Expand Down

0 comments on commit 5777b9c

Please sign in to comment.