diff --git a/flake.lock b/flake.lock index 1a94c1e..5b2d8a1 100644 --- a/flake.lock +++ b/flake.lock @@ -296,11 +296,11 @@ ] }, "locked": { - "lastModified": 1729551526, - "narHash": "sha256-7LAGY32Xl14OVQp3y6M43/0AtHYYvV6pdyBcp3eoz0s=", + "lastModified": 1729716953, + "narHash": "sha256-FbRKGRRd0amsk/WS/UV9ukJ8jT1dZ2pJBISxkX+uq6A=", "owner": "nix-community", "repo": "home-manager", - "rev": "5ec753a1fc4454df9285d8b3ec0809234defb975", + "rev": "a4353cc43d1b4dd6bdeacea90eb92a8b7b78a9d7", "type": "github" }, "original": { @@ -420,11 +420,11 @@ "poetry2nix": "poetry2nix" }, "locked": { - "lastModified": 1729735295, - "narHash": "sha256-UuWqCLwW0OUmvcAQ5T1ahK3L615wQuPCv5rr3BZUTCE=", + "lastModified": 1729821694, + "narHash": "sha256-InHqnmYBJyiY3d9cuqzowitKfUkuVZjFAtgNmw1C+54=", "ref": "refs/heads/master", - "rev": "c92550bcbe56023ba3858ffd1733aa52c0151627", - "revCount": 997, + "rev": "e2eeb4b8eecc41c9b64c79ac90b647fa6ae7eacf", + "revCount": 998, "type": "git", "url": "https://git.kempkens.io/daniel/nix-overlay" }, @@ -440,11 +440,11 @@ ] }, "locked": { - "lastModified": 1729727404, - "narHash": "sha256-NwBlKkNCgDnD0lSebVGjCSPUHyUTj8JjAAaQueSGvGw=", + "lastModified": 1729826725, + "narHash": "sha256-w3WNlYxqWYsuzm/jgFPyhncduoDNjot28aC8j39TW0U=", "owner": "lnl7", "repo": "nix-darwin", - "rev": "5f05c2c3d296c358dbdee8591528959d5360c247", + "rev": "7840909b00fbd5a183008a6eb251ea307fe4a76e", "type": "github" }, "original": { @@ -493,11 +493,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1729674553, - "narHash": "sha256-avsQc594jov0sLa64mhuEbBTZY+cUuNTnLudrt/0JQo=", + "lastModified": 1729766066, + "narHash": "sha256-QLeNRaGsoIFfv2Kfd4rw2l1TTDb1i4gQzvClSmrk1l4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c0915172d935f94d92abd5e0d048903446e22c42", + "rev": "8b052aac04356e25b6ec1058c86de8792440362d", "type": "github" }, "original": { diff --git a/home/programs/nvim/plugins.nix b/home/programs/nvim/plugins.nix index 81a28ae..3420314 100644 --- a/home/programs/nvim/plugins.nix +++ b/home/programs/nvim/plugins.nix @@ -117,12 +117,12 @@ in }; nvim-treesitter = buildVimPlugin { pname = "nvim-treesitter"; - version = "2024-10-23"; + version = "2024-10-24"; src = fetchFromGitHub { owner = "nvim-treesitter"; repo = "nvim-treesitter"; - rev = "9210b9a4fa106247333495e19c843710f4d62102"; - sha256 = "0d1gf3ilaqbgxyr41rzqry75l7brcfdqcwqmw1widylfcc259sl7"; + rev = "377039daa260b71f304c881d1b21d643c501a261"; + sha256 = "1a6416kqfyb2s7xcaf7nhd26239fyz5g1qd7ngas7dgzw1pzqznq"; fetchSubmodules = false; }; }; @@ -183,12 +183,12 @@ in }; nvim-lspconfig = buildVimPlugin { pname = "nvim-lspconfig"; - version = "2024-10-23"; + version = "2024-10-24"; src = fetchFromGitHub { owner = "neovim"; repo = "nvim-lspconfig"; - rev = "edd9591199d1c78c0cb20514231f7f936f9412a2"; - sha256 = "0c63k4f0fazy3f01cbsawjxz54yxhc1sd1nqv474j4hdn4s5p6m1"; + rev = "85afd4b936acd62b578c2e2d8e86541fb972c32e"; + sha256 = "01d704rw4nky8hfx98zfxnsyywdb7kixx45dn6k60493k3lsmy4z"; fetchSubmodules = false; }; }; @@ -359,12 +359,12 @@ in }; conform-nvim = buildVimPlugin { pname = "conform.nvim"; - version = "2024-10-23"; + version = "2024-10-24"; src = fetchFromGitHub { owner = "stevearc"; repo = "conform.nvim"; - rev = "5fbea7d7043bae2499d643c97b407f6da44abff4"; - sha256 = "1h40h4h3hwwxvyhzk0qh614vq6habhbvkwf87lny8bqc53bl9jgz"; + rev = "278376b953bcab65e2ab9508b5575d1f9a2cbac1"; + sha256 = "15i4x2yx24jplra8pwc0kg3rdfyild7v0hphj5464w5za99ssvpg"; fetchSubmodules = false; }; };