From 5e1ea16c4d083d6e35061446c48ac362341df575 Mon Sep 17 00:00:00 2001 From: Actions Bot Date: Fri, 29 Mar 2024 04:03:26 +0000 Subject: [PATCH] [automation] Update flake --- flake.lock | 32 ++++++++++++++++---------------- home/programs/nvim/plugins.nix | 12 ++++++------ 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/flake.lock b/flake.lock index a0438bc..ffebde0 100644 --- a/flake.lock +++ b/flake.lock @@ -237,11 +237,11 @@ ] }, "locked": { - "lastModified": 1711554349, - "narHash": "sha256-RypwcWEIFePBI0Hubfj4chanbM/G2yzJzC6wgz+dmS4=", + "lastModified": 1711625603, + "narHash": "sha256-W+9dfqA9bqUIBV5u7jaIARAzMe3kTq/Hp2SpSVXKRQw=", "owner": "nix-community", "repo": "home-manager", - "rev": "179f6acaf7c068c7870542cdae72afec9427a5b0", + "rev": "c0ef0dab55611c676ad7539bf4e41b3ec6fa87d2", "type": "github" }, "original": { @@ -280,11 +280,11 @@ }, "locked": { "dir": "contrib", - "lastModified": 1711589552, - "narHash": "sha256-DjA8BFXG/ygJbIvhN8fELaUSlHtMLaJSpms4Ksiq8lk=", + "lastModified": 1711669189, + "narHash": "sha256-VVRFhOKS/MmhV2u6av2e9Qzg4WE24vEmrW/JKed6tlo=", "owner": "neovim", "repo": "neovim", - "rev": "a89ce89742db600665b69e58d5e1bc3dbee9d57b", + "rev": "e2224a7933b6e30ab6efb0b7ad4e3f26da57c226", "type": "github" }, "original": { @@ -305,11 +305,11 @@ ] }, "locked": { - "lastModified": 1711591314, - "narHash": "sha256-enQUc41Q4fdfsQh2nUUq5PmUMJemUtf/LVu4cXDx/L0=", + "lastModified": 1711677737, + "narHash": "sha256-cumfn1eNk9BT3bdfY8xbGY/gKzL8URKTWsLqbAA0RyA=", "ref": "refs/heads/master", - "rev": "9c6b71c596a1416f92a105ce8049f3daa23a89a2", - "revCount": 760, + "rev": "4d6e7cfd03176e46b8d584587cef58ae3ebf066e", + "revCount": 761, "type": "git", "url": "https://git.kempkens.io/daniel/nix-overlay" }, @@ -356,11 +356,11 @@ }, "nixos-unstable": { "locked": { - "lastModified": 1711572435, - "narHash": "sha256-O90CV8yeChD44TenDStUhOqcWAJ862ghfA7/l5jUTfk=", + "lastModified": 1711659517, + "narHash": "sha256-giUZ1zxOHKeJZOSHvKvbimOv0TheGl4M8Eu7FgPdR/o=", "owner": "nixos", "repo": "nixpkgs", - "rev": "38760f86d61431987e82108a6afb672e8a236bd8", + "rev": "867036f7c0a13a06d54efb707675e5751acf8ede", "type": "github" }, "original": { @@ -372,11 +372,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1711562861, - "narHash": "sha256-ETfttWNpw5HSfC8QeGYPXkJZWnj8MPVxIVuCE3nFqKA=", + "lastModified": 1711655175, + "narHash": "sha256-1xiaYhC3ul4y+i3eicYxeERk8ZkrNjLkrFSb/UW36Zw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "feb8fc72187e5beae47d81fc38541fae89e7eaf8", + "rev": "64c81edb4b97a51c5bbc54c191763ac71a6517ee", "type": "github" }, "original": { diff --git a/home/programs/nvim/plugins.nix b/home/programs/nvim/plugins.nix index 682f771..24a4ee5 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-03-27"; + version = "2024-03-28"; src = fetchFromGitHub { owner = "nvim-treesitter"; repo = "nvim-treesitter"; - rev = "07a404570f3d912afdfe92bbf74ff55886293369"; - sha256 = "0iz5pxg8vygnc5nvasdbvm63mb86gcwabv4jm26w7ip7rrj17dz1"; + rev = "23ba63028c6acca29be6462c0a291fc4a1b9eae8"; + sha256 = "14vs8mchqaycwii29igpxp3q24gqz3g9d9rbziw06skcjpr2dp5f"; fetchSubmodules = false; }; }; @@ -524,12 +524,12 @@ in }; neogit = buildVimPlugin { pname = "neogit"; - version = "2024-03-27"; + version = "2024-03-28"; src = fetchFromGitHub { owner = "NeogitOrg"; repo = "neogit"; - rev = "09dde52915db71280fe33f72c92e3a3576754e1c"; - sha256 = "1h5gn1jln73w7ps00bd5d1ifj9v0ys3iband7mbsvpf03fa5aizg"; + rev = "73e23120492e879cd9dfde85ad831970bf63f886"; + sha256 = "0rqd2yh3xanda1b81swcgkk6fh533j6ch8q68sv9z17rr3frj4c5"; fetchSubmodules = false; }; };