From 73e41ea678ca36642a3448aee149bc6ef59c89b4 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Thu, 24 Aug 2023 13:18:38 +0200 Subject: [PATCH] Update deps --- flake.lock | 18 +++++++++--------- home/programs/nvim/plugins.nix | 22 +++++++++++----------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index e51467a..24ba5eb 100644 --- a/flake.lock +++ b/flake.lock @@ -514,11 +514,11 @@ }, "locked": { "dir": "contrib", - "lastModified": 1692769493, - "narHash": "sha256-YxhJOUJ6kOD77vXoHIePRn46UOKYPSOziLL0KXRwZ3s=", + "lastModified": 1692848767, + "narHash": "sha256-AYosfuR4GOko8fWJBl573uZ007IgVv+I5Dn12AayPjM=", "owner": "neovim", "repo": "neovim", - "rev": "99265d099c2c366eea936438734a323d1fb9b341", + "rev": "cbadb39d16c15b2a3d4f9a122644b3d61ba2d494", "type": "github" }, "original": { @@ -539,11 +539,11 @@ "weewx-proxy-flake": "weewx-proxy-flake" }, "locked": { - "lastModified": 1692778752, - "narHash": "sha256-CT2A7KY/+IUGNkQnCBG8nhgefAcDHLyQMib/DcntsSo=", + "lastModified": 1692865140, + "narHash": "sha256-O0++wI1Pfim19EorTLIKEBv47i72lABWxwfbZN+4OCc=", "owner": "nifoc", "repo": "nix-overlay", - "rev": "1ad4fab807cc036403423fc4433b34efb49507a5", + "rev": "1db4d00787fbcdcbe3f291357ff249a07d9493ce", "type": "github" }, "original": { @@ -606,11 +606,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1692684269, - "narHash": "sha256-zJk2pyF4Cuhtor0khtPlf+hfJIh22rzAUC+KU3Ob31Q=", + "lastModified": 1692808169, + "narHash": "sha256-x9Opq06rIiwdwGeK2Ykj69dNc2IvUH1fY55Wm7atwrE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9d757ec498666cc1dcc6f2be26db4fd3e1e9ab37", + "rev": "9201b5ff357e781bf014d0330d18555695df7ba8", "type": "github" }, "original": { diff --git a/home/programs/nvim/plugins.nix b/home/programs/nvim/plugins.nix index 6c2c2d3..0772955 100644 --- a/home/programs/nvim/plugins.nix +++ b/home/programs/nvim/plugins.nix @@ -118,12 +118,12 @@ in }; nvim-treesitter = buildVimPluginFrom2Nix { pname = "nvim-treesitter"; - version = "2023-08-23"; + version = "2023-08-24"; src = fetchFromGitHub { owner = "nvim-treesitter"; repo = "nvim-treesitter"; - rev = "05fe2c38a3bd4f889ac13f1735685ab348d95346"; - sha256 = "0fsx1d8fhb7dpb6p85c35vnanz1xyfcbr0p93ixwk9w1hz2b3sz2"; + rev = "31f608e47b838594d32a7bc42028e2cefd0ddaad"; + sha256 = "1gfcv00a1dlcs4948jl77w6vi6d5im6zvgsvgcaap3j1vd549zim"; fetchSubmodules = false; }; }; @@ -246,8 +246,8 @@ in src = fetchFromGitHub { owner = "neovim"; repo = "nvim-lspconfig"; - rev = "1cfb96490c3889a2c57d1ef5e1acc59e9b47c455"; - sha256 = "0nkzp80llimjfppb82ag67af799cc50fqyr091ravra1yyxnhk6m"; + rev = "f7922e59aeb9bc3e31a660ea4e7405ffa3fc2c3a"; + sha256 = "008jx1hnb6xn85wx1c0brlmvzp6flyk4b7id30ccsv78h6s9bqfx"; fetchSubmodules = false; }; }; @@ -297,12 +297,12 @@ in }; nvim-lint = buildVimPluginFrom2Nix { pname = "nvim-lint"; - version = "2023-08-21"; + version = "2023-08-24"; src = fetchFromGitHub { owner = "mfussenegger"; repo = "nvim-lint"; - rev = "8864e99d560bbb7eefcdab21c105be91161af0ba"; - sha256 = "17rjql08a4l6si79ngzqwhdy5r6x1xsla05hk9m9cay43yim5iaz"; + rev = "29df35ea2ac5af0f85d8f0f40bddbd7fdaa8c492"; + sha256 = "162lq8vzl2hswjb6pw7315ziskan1walix9fimagvp9qcdv34m28"; fetchSubmodules = false; }; }; @@ -495,12 +495,12 @@ in }; nvim-treesitter-textobjects = buildVimPluginFrom2Nix { pname = "nvim-treesitter-textobjects"; - version = "2023-08-17"; + version = "2023-08-24"; src = fetchFromGitHub { owner = "nvim-treesitter"; repo = "nvim-treesitter-textobjects"; - rev = "56272167a6dead91c47c02dbdbfe1ae5643c59f5"; - sha256 = "0jxsmg1xw0jfy8i9y3anpbdr8c1smcab82kh22nz9www6pa4m2xs"; + rev = "e3e2b6de4ccf781fb653a3a1d397aeb4a0095609"; + sha256 = "1458q2a7xvvf12fa7az6gnq7bhnci2czqpazljjqz181pp2wcrl0"; fetchSubmodules = false; }; };