lazygit: 0.25.1 -> 0.26

This commit is contained in:
R. RyanTM 2021-03-13 07:59:29 +00:00
parent d70c7d2388
commit 6c8b581877

View File

@ -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;