1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

lazygit: 0.31.4 -> 0.32.2
This commit is contained in:
Thiago Kenji Okada 2022-01-24 14:54:12 -03:00 committed by GitHub
commit a982e38c36
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.31.4";
version = "0.32.2";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "sha256-yze4UaSEbyHwHSyj0mM7uCzaDED+p4O3HVVlHJi/FKU=";
sha256 = "sha256-tawsBfHz6gq8va9YLtCwp9Ec8EWcvhdbYwdVtvvtJeY=";
};
vendorSha256 = null;