From f2698267439da364ee1a4e7f1e38736ccf56afef Mon Sep 17 00:00:00 2001 From: Actions Bot Date: Sun, 27 Oct 2024 04:02:07 +0000 Subject: [PATCH] [automation] Update flake --- flake.lock | 20 ++++++++++---------- home/programs/nvim/plugins.nix | 18 +++++++++--------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/flake.lock b/flake.lock index f4ce93e..a2a4d3b 100644 --- a/flake.lock +++ b/flake.lock @@ -420,11 +420,11 @@ "poetry2nix": "poetry2nix" }, "locked": { - "lastModified": 1729908096, - "narHash": "sha256-xQsAyLIfVMBn/Z+LjI9qm8/edWXNbLDet90wLOhpAFc=", + "lastModified": 1729994493, + "narHash": "sha256-+NaATx9Vc727YHaXcwkFcey+KBRLQcJHwV4jrorok5A=", "ref": "refs/heads/master", - "rev": "931a566a6a9875caa87693a777ed137af62964fc", - "revCount": 999, + "rev": "2493cee0233bf249eb204af2b8302b15b5298865", + "revCount": 1000, "type": "git", "url": "https://git.kempkens.io/daniel/nix-overlay" }, @@ -440,11 +440,11 @@ ] }, "locked": { - "lastModified": 1729826725, - "narHash": "sha256-w3WNlYxqWYsuzm/jgFPyhncduoDNjot28aC8j39TW0U=", + "lastModified": 1729982130, + "narHash": "sha256-HmLLQbX07rYD0RXPxbf3kJtUo66XvEIX9Y+N5QHQ9aY=", "owner": "lnl7", "repo": "nix-darwin", - "rev": "7840909b00fbd5a183008a6eb251ea307fe4a76e", + "rev": "2eb472230a5400c81d9008014888b4bff23bcf44", "type": "github" }, "original": { @@ -493,11 +493,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1729852875, - "narHash": "sha256-UuPcH8qiGSDxXcQg16ibMl1OK3fZf6rG7Lw63MHCm5M=", + "lastModified": 1729980323, + "narHash": "sha256-eWPRZAlhf446bKSmzw6x7RWEE4IuZgAp8NW3eXZwRAY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9801748d78845bda7f7b9d854edccef173a04c35", + "rev": "86e78d3d2084ff87688da662cf78c2af085d8e73", "type": "github" }, "original": { diff --git a/home/programs/nvim/plugins.nix b/home/programs/nvim/plugins.nix index e36cc67..01fd320 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-25"; + version = "2024-10-26"; src = fetchFromGitHub { owner = "nvim-treesitter"; repo = "nvim-treesitter"; - rev = "48fc5d1dfe3dded8028826dfee7526e26212c73b"; - sha256 = "0lhvcsbhaxd5ymxcjlc4z16yz3dwcrmvkbq2adlj544z7gb78wbi"; + rev = "46a6587a23eb842411e27f325280e8d7f71bd00a"; + sha256 = "1i92r70dqx5n1sf9rskrki0gi0lqrdlx237c1gfdifa4vlj13k26"; fetchSubmodules = false; }; }; @@ -150,12 +150,12 @@ in }; telescope-nvim = buildVimPlugin { pname = "telescope.nvim"; - version = "2024-10-10"; + version = "2024-10-26"; src = fetchFromGitHub { owner = "nvim-telescope"; repo = "telescope.nvim"; - rev = "df534c3042572fb958586facd02841e10186707c"; - sha256 = "0a82h051ymnbkzxsz21f454fbk5qq26fhxk4h42jby6vgy7myqqx"; + rev = "37dc9233a473dd6c3f54456ef9994d8f77c80211"; + sha256 = "0jbwmmf810jbhixd5sfdyfjcv9xrb1l1hliap09p1bhnvm55h9yf"; fetchSubmodules = false; }; }; @@ -491,12 +491,12 @@ in }; neogit = buildVimPlugin { pname = "neogit"; - version = "2024-10-25"; + version = "2024-10-26"; src = fetchFromGitHub { owner = "NeogitOrg"; repo = "neogit"; - rev = "570c39181784f7a2e1bc9cedbfb11846022eea54"; - sha256 = "0i75yd4sw8cdxl54d2dwzx1slcfnixfrjh4zysc0v9qsq34d57s1"; + rev = "51450329e04860f71a31d8c7ef5178fce6e60524"; + sha256 = "0s2pkl0al8ynhq4b56vnsli6vn59ngfrjpgpg7rzb4zk3xq7v868"; fetchSubmodules = false; }; };