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

docker-buildx: 0.6.3 -> 0.7.1
This commit is contained in:
Ryan Mulligan 2021-12-06 14:38:26 -08:00 committed by GitHub
commit f9b82a4643
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.3";
version = "0.7.1";
src = fetchFromGitHub {
owner = "docker";
repo = "buildx";
rev = "v${version}";
sha256 = "sha256-UKIT3PfybuQjKxxFbRQSCA8G3R2xIySWEDUKg27u5Rk=";
sha256 = "sha256-5EV0Rw1+ufxQ1wmQ0EJXQ7HVtXVbB4do/tet0QFRi08=";
};
vendorSha256 = null;