Skip to content

Commit

Permalink
Update module sources (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 11, 2024
1 parent a8dfc90 commit a20c1d9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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 = "53d3df271d031c405255e99410628c26a8f0d2b0";
sha256 = "07zggsby7v2migmc314nd1dsga9ixwp89ibwlsl3lrm2dwqlkbg9";
rev = "69a2c1675b66e002799f5eef803b87a12f593049";
sha256 = "0598qidaysarhzdz9p75kl0s8m9k65d0ir7f8vkzw5nbj1pqpkn2";
};
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 = "84f2dd42efffa20d505ac44c78568d778ca7e0a1";
sha256 = "07ngajqlkgfaijj2ampyr0d4why1slq5bp6izyki22310yifdbhj";
rev = "796394fd19fb878e8dbc4fd1e9c9c186ed07a5f4";
sha256 = "175x2apvda70j6spc8k7j5slylfsccn3km2471yz1kn8qkpizhqa";
};

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 = "6213322ab56eb27356fdc09a5078e41e3ea7f3bc";
sha256 = "074bq8p1bkyr12z1wy31bipb97vmqia4lsmdp2aj1v1r5x5ph736";
rev = "4367e05c06d19f28c514e1498bcd9410f4bc65b2";
sha256 = "1d7yw9fi2sf65r6syinw5qfx3q4g07r2yqdibwk0xlnlip4338l2";
};
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 = "ab818bf5a2ee21515ade9afcf428e98056b6197b";
sha256 = "190srmnrwyffjwgzlrzxkv5hw39wls6m3xgsb16lsw8arp1ycnmm";
rev = "8cd2b230174efbf7b5d9f49fe2f90bda6b5eb16e";
sha256 = "0ypnv48s28spjhf51s7qid9pi8x1aas7hqsn0hv4yqmpgjl5gkjx";
};
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 = "a1425903ab52a0a0460622519e827f224e5b4fee";
sha256 = "11ag1v91b6pbrvrrmw4dvi9r46zrni9pgg1a5ndli5w5wdy7sf67";
rev = "db0c864375c198cacc171ff373e76bfce2a85045";
sha256 = "1qli4s3i00bd93wc0mjhp6wx9py2rc7lbdcf5dl93x2ymggy6ln5";
};
noSetup = true;
moduleName = "devicons";
Expand Down

0 comments on commit a20c1d9

Please sign in to comment.