Merge pull request #260498 from r-ryantm/auto-update/lazydocker

lazydocker: 0.21.1 -> 0.23.0
This commit is contained in:
Mario Rodas
2023-10-11 18:14:54 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazydocker";
version = "0.21.1";
version = "0.23.0";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = "lazydocker";
rev = "v${version}";
sha256 = "sha256-fzHsLKtlyTKcuOqTYtoE5Wv0Y45tAMgRpYmXA4oYrVY=";
sha256 = "sha256-BxIv0HCdrR9U9mmJnBdQqiUf/vbK+XEnL8ALPkuap0M=";
};
vendorHash = null;