Merge pull request #112119 from r-ryantm/auto-update/docker-ls

docker-ls: 0.5.0 -> 0.5.1
This commit is contained in:
Maximilian Bosch
2021-02-06 23:02:15 +01:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "docker-ls";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "mayflower";
repo = "docker-ls";
rev = "v${version}";
sha256 = "sha256-VyVrCBdIZAQ+p0leD6i4sMxD4p6nEXG9Si+nJGdUQPM=";
sha256 = "sha256-4+REt0NH4S367qFsyJncVedUrC4t1zw5o0CLTiQfIz8=";
};
vendorSha256 = "sha256-UulcjQOLEIP++eoYQTEIbCJW51jyE312dMxB8+AKcdU=";