1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-08 02:38:11 +09:00

lazygit: 0.51.1 -> 0.52.0 (#414635)

This commit is contained in:
Pol Dellaiera 2025-06-07 07:56:38 +02:00 committed by GitHub
commit 3172e8214a
Signed by: github
GPG key ID: B5690EEEBB952194

View file

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