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

lazydocker: 0.21.0 -> 0.21.1
This commit is contained in:
Mario Rodas 2023-08-06 07:39:36 -05:00 committed by GitHub
commit 0bfc48d19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazydocker";
version = "0.21.0";
version = "0.21.1";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = "lazydocker";
rev = "v${version}";
sha256 = "sha256-CALMpedDCBlsYt31JOlwH1SOEhy/DFP6SdjoVkQ2KOs=";
sha256 = "sha256-fzHsLKtlyTKcuOqTYtoE5Wv0Y45tAMgRpYmXA4oYrVY=";
};
vendorHash = null;