lazygit: 0.39.4 -> 0.40.0

This commit is contained in:
Pavel Sobolev
2023-08-05 11:06:32 +03:00
parent 82326d676d
commit e3c771f877
+2 -2
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;