lazygit: 0.38.2 -> 0.39.3

This commit is contained in:
Isa 2023-07-23 12:28:05 +02:00
parent de1cfd0e2a
commit 250f8d953b

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;