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

docker-buildx: 0.5.1 -> 0.6.0
This commit is contained in:
Sandro 2021-07-20 14:40:10 +02:00 committed by GitHub
commit df1211b497
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.5.1";
version = "0.6.0";
src = fetchFromGitHub {
owner = "docker";
repo = "buildx";
rev = "v${version}";
sha256 = "0l03ncs1x4lhgy0kf7bd1zq00md8fi93f8xq6k0ans4400divfzk";
sha256 = "sha256-5j1+3FlLc0gYDnYvDsAdmILxgjHCU1bTVOytfaF03iU=";
};
vendorSha256 = null;