lazygit: 0.38.1 -> 0.38.2

This commit is contained in:
R. Ryantm 2023-05-06 02:22:44 +00:00 committed by Bobby Rong
parent 93c3d1274f
commit a3927314fa

View file

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