lazygit: 0.42.0 -> 0.43.1

This commit is contained in:
isabel 2024-07-13 08:40:07 +01:00
parent 606f9e4878
commit 5d27ab8df1
No known key found for this signature in database
GPG Key ID: 08A97B9A107A1798

View File

@ -7,13 +7,13 @@
}:
buildGoModule rec {
pname = "lazygit";
version = "0.42.0";
version = "0.43.1";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
hash = "sha256-w5QL+CuMYyTTnNAfWF8jQuQWfjxaw7bANK69Dc+onGk=";
hash = "sha256-iFx/ffaijhOqEDRW1QVzhQMvSgnS4lKFOzq1YdlkUzc=";
};
vendorHash = null;