lazygit: 0.62.0 -> 0.62.1

This commit is contained in:
Sigmanificient
2026-05-28 20:20:10 +02:00
parent cef9528cd6
commit 509e6a929c
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule (finalAttrs: {
pname = "lazygit";
version = "0.62.0";
version = "0.62.1";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = "lazygit";
tag = "v${finalAttrs.version}";
hash = "sha256-D0Sg6FnbashNYTxM2HymJfRR8Ozric2c/IHnHKXuC+0=";
hash = "sha256-JBSsLfng0W7uIbm6Jl/uDqYkl9cP+snbmDV9a83ZnR8=";
};
vendorHash = null;