We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53498a commit 03a745aCopy full SHA for 03a745a
pkgs/by-name/la/lazygit/package.nix
@@ -8,13 +8,13 @@
8
# Regression in go1.23 see https://github.com/jesseduffield/lazygit/issues/4002
9
buildGo122Module rec {
10
pname = "lazygit";
11
- version = "0.45.0";
+ version = "0.45.2";
12
13
src = fetchFromGitHub {
14
owner = "jesseduffield";
15
repo = pname;
16
tag = "v${version}";
17
- hash = "sha256-hGJDsx0klccbueP7h5HtcYioFLL4gf3W3lbOHIA36FA=";
+ hash = "sha256-B8z0NqCFdCAYVZnujfDJ9Y4qFXuhy5A/RG51Qb2J4ts=";
18
};
19
20
vendorHash = null;
0 commit comments