Merge pull request #120732 from Mic92/lazygit

lazygit: 0.27.3 -> 0.28.1
This commit is contained in:
Jörg Thalheim
2021-04-26 19:36:33 +01:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazygit";
version = "0.27.3";
version = "0.28.1";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "sha256-giHAeD7hhda9YV+NQuZ6w0eow79egGhUCIX0dPvhrWk=";
sha256 = "sha256-tan8ksSyMIeDL7oRAWd3Qtz/sKbhAAfY7IknfwjyvgQ=";
};
vendorSha256 = null;