lazydocker: 0.24.2 -> 0.24.3 (#472588)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-20 14:41:39 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "lazydocker";
version = "0.24.2";
version = "0.24.3";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = "lazydocker";
rev = "v${version}";
sha256 = "sha256-Dw7FBJ78b835iVkV8OrA06CAZ/GRCEXlLg/RfHZXfF0=";
sha256 = "sha256-JbiG3cy+nn9BWJxX43YW+FKmWvsJPtRZ9NdMHtulzcw=";
};
vendorHash = null;