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

lazygit: 0.32.2 -> 0.33
This commit is contained in:
Mario Rodas 2022-02-19 14:15:31 -05:00 committed by GitHub
commit 293b39240a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazygit";
version = "0.32.2";
version = "0.33";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tawsBfHz6gq8va9YLtCwp9Ec8EWcvhdbYwdVtvvtJeY=";
sha256 = "sha256-ltkBzhlxgNzioSBnlkBu9UtBHZlxFtnYlUhg/+lV0gc=";
};
vendorSha256 = null;