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

lazygit: 0.25.1 -> 0.26
This commit is contained in:
Jörg Thalheim 2021-03-13 08:54:10 +00:00 committed by GitHub
commit 35f2535353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazygit";
version = "0.25.1";
version = "0.26";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "sha256-A4Nim1jnyMHd5hxyLu8oZkQ9nDWxTmaX/25WX714ry4=";
sha256 = "sha256-9CiXbMYb+EoxBrVFiPuWAlRJvYAq8hpxVDFcymk7Ud0=";
};
vendorSha256 = null;