Merge pull request #119033 from r-ryantm/auto-update/lazygit

lazygit: 0.26.1 -> 0.27.3
This commit is contained in:
Fabian Affolter 2021-04-11 00:35:19 +02:00 committed by GitHub
commit 089908b9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazygit";
version = "0.26.1";
version = "0.27.3";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "sha256-naTO5cckUfs32z7bm5jGGEuo8db11fnTnQdUDKK2W/I=";
sha256 = "sha256-giHAeD7hhda9YV+NQuZ6w0eow79egGhUCIX0dPvhrWk=";
};
vendorSha256 = null;