lazygit: 0.51.0 -> 0.51.1 (#410112)

This commit is contained in:
Aleksana 2025-05-23 20:21:03 +08:00 committed by GitHub
commit 271fe1279b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,13 +8,13 @@
}:
buildGoModule rec {
pname = "lazygit";
version = "0.51.0";
version = "0.51.1";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
tag = "v${version}";
hash = "sha256-wX+FYTVn9XwEdMGsNPT+v0ZuSXGydzuzFiwFrw8AZ5A=";
hash = "sha256-PktxVf+2xOpkZBHlm9oLV4WXoz9bNaXa+cvnI9RCcRA=";
};
vendorHash = null;