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

lazygit: 0.33 -> 0.34
This commit is contained in:
Ryan Mulligan 2022-03-18 19:16:10 -07:00 committed by GitHub
commit 3c127e0634
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.33";
version = "0.34";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ltkBzhlxgNzioSBnlkBu9UtBHZlxFtnYlUhg/+lV0gc=";
sha256 = "sha256-AXbbgNP10r3BVRXg9R8Ssd8yORCcQwaGRuHV6yXz5i0=";
};
vendorSha256 = null;