lazygit: 0.27.3 -> 0.28.1

This commit is contained in:
Jörg Thalheim 2021-04-26 14:02:22 +02:00
parent 71dc832568
commit 2a954135a6
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

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;