Skip to content

Commit 03a745a

Browse files
committed
lazygit: 0.45.0 -> 0.45.2
1 parent c53498a commit 03a745a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/la/lazygit/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
# Regression in go1.23 see https://github.com/jesseduffield/lazygit/issues/4002
99
buildGo122Module rec {
1010
pname = "lazygit";
11-
version = "0.45.0";
11+
version = "0.45.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "jesseduffield";
1515
repo = pname;
1616
tag = "v${version}";
17-
hash = "sha256-hGJDsx0klccbueP7h5HtcYioFLL4gf3W3lbOHIA36FA=";
17+
hash = "sha256-B8z0NqCFdCAYVZnujfDJ9Y4qFXuhy5A/RG51Qb2J4ts=";
1818
};
1919

2020
vendorHash = null;

0 commit comments

Comments
 (0)