Merge pull request #135120 from r-ryantm/auto-update/docker-buildx

docker-buildx: 0.6.1 -> 0.6.2
This commit is contained in:
Sandro 2021-08-26 14:17:46 +02:00 committed by GitHub
commit b5446940ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "docker-buildx";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "docker";
repo = "buildx";
rev = "v${version}";
sha256 = "sha256-BzF0SvXMFlQ/pvwNJ04C4hx3xc0T3E4zeAlSctPKfcE=";
sha256 = "sha256-HaQJAVH8N5wZ7G/LcmGYz3Hph0/pHfEY3KObv18K1qg=";
};
vendorSha256 = null;