lazydocker: 0.25.0 -> 0.25.2

This commit is contained in:
R. Ryantm
2026-04-19 07:28:58 +00:00
parent 9ce0d933e7
commit cf5396021f
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "lazydocker";
version = "0.25.0";
version = "0.25.2";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = "lazydocker";
rev = "v${finalAttrs.version}";
sha256 = "sha256-ZZl0gt0gNjEI3JC96Xc29SZAyKh15jCuGHyEanIwNwY=";
sha256 = "sha256-MHSZ0O8LPx1SOhrUK0sh73jDvDvu31Qsw+yjsTMQN/Y=";
};
vendorHash = null;