lazygit: 0.51.1 -> 0.52.0
Changelog: https://github.com/jesseduffield/lazygit/releases/tag/v0.52.0 Diff: https://github.com/jesseduffield/lazygit/compare/v0.51.1...v0.52.0
This commit is contained in:
parent
067a39e41a
commit
b943bef615
@ -8,13 +8,13 @@
|
||||
}:
|
||||
buildGoModule rec {
|
||||
pname = "lazygit";
|
||||
version = "0.51.1";
|
||||
version = "0.52.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jesseduffield";
|
||||
repo = "lazygit";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-PktxVf+2xOpkZBHlm9oLV4WXoz9bNaXa+cvnI9RCcRA=";
|
||||
hash = "sha256-tbFRovaB0f+0VyX34DEXvWYjV3fipc5kbRNhm7rVMlo=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user