lazygit: 0.45.0 -> 0.45.2 (#374580)

This commit is contained in:
Pol Dellaiera
2025-01-17 21:38:56 +01:00
committed by GitHub
+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;