From e7de830e80bfe6695cded0c15d8ea3a5cbd8ea8c Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Sat, 3 Jan 2026 21:17:17 +0100 Subject: [PATCH] lazygit: 0.57.0 -> 0.58.0 Changelog: https://github.com/jesseduffield/lazygit/releases/tag/v0.58.0 Diff: https://github.com/jesseduffield/lazygit/compare/v0.57.0...v0.58.0 --- pkgs/by-name/la/lazygit/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/la/lazygit/package.nix b/pkgs/by-name/la/lazygit/package.nix index 1e24d3dc7c0d..93c1d90e00f9 100644 --- a/pkgs/by-name/la/lazygit/package.nix +++ b/pkgs/by-name/la/lazygit/package.nix @@ -8,13 +8,13 @@ }: buildGoModule rec { pname = "lazygit"; - version = "0.57.0"; + version = "0.58.0"; src = fetchFromGitHub { owner = "jesseduffield"; repo = "lazygit"; tag = "v${version}"; - hash = "sha256-DC0wVkFI7Te3QSE8Y0WU/ysanfukTkGa3N43hmKHXW8="; + hash = "sha256-+xWryg9iLip0VF6GFCDXPKayooNPurBgBfZestpSv4M="; }; vendorHash = null;