lazygit: 0.43.1 -> 0.44.0

This commit is contained in:
Pavel Sobolev 2024-09-07 11:54:02 +03:00
parent b4b441a852
commit de5a0215fb
No known key found for this signature in database

View File

@ -7,13 +7,13 @@
}:
buildGoModule rec {
pname = "lazygit";
version = "0.43.1";
version = "0.44.0";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
hash = "sha256-iFx/ffaijhOqEDRW1QVzhQMvSgnS4lKFOzq1YdlkUzc=";
hash = "sha256-bJ2wdS0BCAGjfbnMoQSUhw/xAkC5HPRklefXx2ux078=";
};
vendorHash = null;