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

lazygit: 0.24.2 -> 0.25.1
This commit is contained in:
Oleksii Filonenko 2021-02-25 21:30:04 +02:00 committed by GitHub
commit fdd09ab1d5
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.24.2";
version = "0.25.1";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "0hy13l1v2kcsn99dswlq1hl0ly18cal387zhnzjfqv51qng2q5kq";
sha256 = "sha256-A4Nim1jnyMHd5hxyLu8oZkQ9nDWxTmaX/25WX714ry4=";
};
vendorSha256 = null;