lazygit: 0.45.0 -> 0.45.2

This commit is contained in:
Jost Alemann
2025-01-17 16:37:42 +01:00
parent c53498a79f
commit 03a745a9ed
+2 -2
View File
@@ -8,13 +8,13 @@
# Regression in go1.23 see https://github.com/jesseduffield/lazygit/issues/4002
buildGo122Module rec {
pname = "lazygit";
version = "0.45.0";
version = "0.45.2";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
tag = "v${version}";
hash = "sha256-hGJDsx0klccbueP7h5HtcYioFLL4gf3W3lbOHIA36FA=";
hash = "sha256-B8z0NqCFdCAYVZnujfDJ9Y4qFXuhy5A/RG51Qb2J4ts=";
};
vendorHash = null;