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

lazydocker: 0.20.0 -> 0.21.0
This commit is contained in:
Nick Cao 2023-07-25 18:42:26 -06:00 committed by GitHub
commit 215b7462e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "lazydocker";
version = "0.20.0";
version = "0.21.0";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = "lazydocker";
rev = "v${version}";
sha256 = "sha256-P03L3UbXAlNUUwAwDqsIIs/ECB6s3GqCESbPK4AgnYg=";
sha256 = "sha256-CALMpedDCBlsYt31JOlwH1SOEhy/DFP6SdjoVkQ2KOs=";
};
vendorSha256 = null;
vendorHash = null;
postPatch = ''
rm -f pkg/config/app_config_test.go