lazygit: 0.40.0 -> 0.40.2

This commit is contained in:
Austin Horstman 2023-08-07 09:33:12 -05:00
parent 3013bd06cb
commit 59f817edf3
No known key found for this signature in database

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazygit";
version = "0.40.0";
version = "0.40.2";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
hash = "sha256-UGIqrdjIP7AyLck1DT38wS48hSn46uZXcMrSehXOui8=";
hash = "sha256-xj5WKAduaJWA3NhWuMsF5EXF91+NTGAXkbdhpeFqLxE=";
};
vendorHash = null;