lazygit: 0.52.0 -> 0.53.0

This commit is contained in:
R. Ryantm
2025-07-05 05:01:36 +00:00
parent 3b3e2c8b6c
commit 96815e5217
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule rec {
pname = "lazygit";
version = "0.52.0";
version = "0.53.0";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = "lazygit";
tag = "v${version}";
hash = "sha256-tbFRovaB0f+0VyX34DEXvWYjV3fipc5kbRNhm7rVMlo=";
hash = "sha256-u9ccwRdRQEVNC1/nFRSKJ9RCWJI1mM9Ak3bDVMIWD6E=";
};
vendorHash = null;