Skip to content

Commit

Permalink
Update module sources (#32)
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 Jun 9, 2024
1 parent 5777b9c commit 11ecbb9
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 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 = "d3974346b6cef2116c8e7b08423256a834cb7cbc";
sha256 = "1k8nx3wgh87kv15qa023caqxbngajx1f2b44g8bvzxhs5jf1ldfh";
rev = "eb4957442e3182f051b0ae11da32e06d22c190e3";
sha256 = "11bi66yvmff74102w903z9fx756n7zvkq0nb15ssq0vyikq4m13z";
};
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 = "8f3c541407e691af6163e2447f3af1bd6e17f9a3";
sha256 = "00axjaxgnv6s7rk89sk2wnq5nsqhmv0dm9sn6l1l3cg1vwqqjgxg";
rev = "a110e12d0b58eefcf5b771f533fc2cf3050680ac";
sha256 = "0qn7yz2nqp1k5p337nys0d2sr34ybs52s8sx4gg9krl76l91zlgf";
};
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 = "3e9a3f5a0cfcef1741e352c37bda4e82e5eb846a";
sha256 = "03z76x6a444fxys8qnsjbafy3ij8hf3y15wn6gc22glxfqyfvjsn";
rev = "e11b09bf10706bb74e16e4c3d11b2274d62e687f";
sha256 = "0d0f2slxi2j1y4l8swzhgwba10w9y835nff1ml14pdfqr0nmhw66";
};
config = lib.lua.rawLua ''
function()
Expand Down
8 changes: 4 additions & 4 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 = "2beb3e9cac3ed9335f8972eb6082f380a4f1f124";
sha256 = "00b92gkr2c93qr5mw5fbasjgja6x0hd43zpz6d82sinijcxzvqy4";
rev = "92166b89ab4b3d60f24e58170cac53b7141fd032";
sha256 = "11mqav4hb8ll2jcs7r85hzqhcvmabk1qjppc92iri9s33xkhnn22";
};

mkServerConfig = name: value: let
Expand All @@ -37,8 +37,8 @@ with lib; let
cmp-nvim-lsp = pkgs.fetchFromGitHub {
owner = "hrsh7th";
repo = "cmp-nvim-lsp";
rev = "5af77f54de1b16c34b23cba810150689a3a90312";
sha256 = "03q0v6wgi1lphcfjjdsc26zhnmj3ab9xxsiyp1adl3s1ybv22jzz";
rev = "39e2eda76828d88b773cc27a3f61d2ad782c922d";
sha256 = "13zcw6c7zppvbsjlr8yj3vml6ayalvhjbbqszljmn1f9hmkpwg89";
};

serverConfigurations = lib.attrsets.mapAttrsToList mkServerConfig cfg.servers;
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 = "fac83a556e7b710dc31433dec727361ca062dbe9";
sha256 = "0caam3dm86z9g3qw1c418pzsqhzq8yvzpf26j4sbczrvy6s1x0aa";
rev = "3a743491e5c6be0ed0aa8c31c6905df8f66179ba";
sha256 = "13vsv6c1p9rw6swj8jgsclw8frdwcm2giihcqn1rs01r1f3ghgmj";
};
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 = "acefffae27b5105a717b213e19c5975bf7a4ba68";
sha256 = "02d48yfkbcw27c77rlkyzzx7f50giib256v9r5zhpfbjidxxr36y";
rev = "c1e1e24b6433d4539bad9f5daa207df39633071b";
sha256 = "1pi6rzp4j7bqyh0qqjxndjqsrsmv90z1x9hab9bkdys6ah65ad2a";
};
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 = "5b9067899ee6a2538891573500e8fd6ff008440f";
sha256 = "0d7gzk06f6z9wq496frbaavx90mcxvdhrswqd3pcayj2872i698d";
rev = "b4b302d6ae229f67df7a87ef69fa79473fe788a9";
sha256 = "0p8x6ir4hkbns4647fidaadkg5s632hy49mpdc1sal11wv2vp43f";
};
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 = "08e301982b9a057110ede7a735dd1b5285eb341f";
sha256 = "03x9mxxqscahs3plml9pw0q6yacyiz6nvw4pcbpqlcqj99f0qbdz";
rev = "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683";
sha256 = "0n2p8krzwiw682f0yb6n8faamffpp336rjy50pbqf3jmc6czd5z4";
};
noSetup = true;
category = "util";
Expand Down

0 comments on commit 11ecbb9

Please sign in to comment.