lazygit: 0.49.0 -> 0.50.0

Diff: https://github.com/jesseduffield/lazygit/compare/v0.49.0...v0.50.0
This commit is contained in:
Ryan Omasta 2025-05-02 21:56:49 -06:00
parent e818f3c4b3
commit 49c08e3c0d
No known key found for this signature in database

View File

@ -8,13 +8,13 @@
}:
buildGoModule rec {
pname = "lazygit";
version = "0.49.0";
version = "0.50.0";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
tag = "v${version}";
hash = "sha256-hNEznDz+DHalKgmz1fXFivf9T1YJ/jfwcD4baTUO4Cw=";
hash = "sha256-LxPKV6Zt4R+gsZAp7FXqWnAXjEoaFTn44qJBOpbh0P8=";
};
vendorHash = null;