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

docker-buildx: 0.6.0 -> 0.6.1
This commit is contained in:
Maximilian Bosch 2021-07-31 15:32:03 +02:00 committed by GitHub
commit 1eba7c1614
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.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "docker";
repo = "buildx";
rev = "v${version}";
sha256 = "sha256-5j1+3FlLc0gYDnYvDsAdmILxgjHCU1bTVOytfaF03iU=";
sha256 = "sha256-BzF0SvXMFlQ/pvwNJ04C4hx3xc0T3E4zeAlSctPKfcE=";
};
vendorSha256 = null;