Merge pull request #245010 from f2k1de/lazygit-0.39.3

lazygit: 0.38.2 -> 0.39.3
This commit is contained in:
Nikolay Korotkiy 2023-07-23 15:14:17 +04:00 committed by GitHub
commit ba4c4df702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazygit";
version = "0.38.2";
version = "0.39.3";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "sha256-HxOM2M2EoeM0IHCrFQqLdP9Rai6DbC1uRG0CiQyqRdE=";
sha256 = "sha256-VIWNuCHO41Wf6KM6Fz6BGzl/nS/SFprZpJUz7ZxaoJc=";
};
vendorHash = null;