Merge pull request #247299 from paveloom/lazygit

lazygit: 0.39.4 -> 0.40.0
This commit is contained in:
Nikolay Korotkiy 2023-08-05 15:24:37 +04:00 committed by GitHub
commit d1b20f9567
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.39.4";
version = "0.40.0";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
hash = "sha256-1eJmnLsQrcGw+A0rGXfZUFHwJAthZSNhNcc2zt/dx5M=";
hash = "sha256-UGIqrdjIP7AyLck1DT38wS48hSn46uZXcMrSehXOui8=";
};
vendorHash = null;