Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nifoc committed Aug 1, 2023
1 parent e55ab84 commit 3a15eba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions home/programs/nvim/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ in
};
vim-just = buildVimPluginFrom2Nix {
pname = "vim-just";
version = "2023-07-30";
version = "2023-08-01";
src = fetchFromGitHub {
owner = "NoahTheDuke";
repo = "vim-just";
rev = "9129b096a6b43e0a47e405cc7b3fb55bc0e31c42";
sha256 = "04sh6xdnmb89gw31wjd1zd4jwl4cwb4731qpkgz59rh5cdiv27qr";
rev = "875c910392b0d791270592c35f0887a2395b87e1";
sha256 = "0yik1iqxs4xb75xrahdbbl3ayrzp5ha6d1gy0dsr1myjaq46h3zw";
fetchSubmodules = false;
};
};
Expand Down Expand Up @@ -253,12 +253,12 @@ in
};
nvim-jdtls = buildVimPluginFrom2Nix {
pname = "nvim-jdtls";
version = "2023-07-10";
version = "2023-08-01";
src = fetchFromGitHub {
owner = "mfussenegger";
repo = "nvim-jdtls";
rev = "96e3978c3fdae3950f6ccda548775e8b8952f74a";
sha256 = "0rbbf8r06kc67xpf06qsshyj2f0xkspaxndv5afrxqcmiz1qlnhy";
rev = "095dc490f362adc85be66dc14bd9665ddd94413b";
sha256 = "02b1kqfmj03snmvjd1z1piklihxq2n0w7rpdchaf6ylqh0arka7h";
fetchSubmodules = false;
};
};
Expand Down Expand Up @@ -286,12 +286,12 @@ in
};
vim-illuminate = buildVimPluginFrom2Nix {
pname = "vim-illuminate";
version = "2023-03-19";
version = "2023-08-01";
src = fetchFromGitHub {
owner = "RRethy";
repo = "vim-illuminate";
rev = "a2907275a6899c570d16e95b9db5fd921c167502";
sha256 = "1i2s3d9c0c31pv0y0iljqk2s3qcqanjw84w81ww2dnnh31qgglpi";
rev = "5ed17582a8e97bf0a0c617c3cf762e98f87b9859";
sha256 = "118ay038gblb2b8f5mx7mdnylw7425s4kvhwmdszrqqdppjnw7x8";
fetchSubmodules = false;
};
};
Expand Down

0 comments on commit 3a15eba

Please sign in to comment.