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

This commit is contained in:
Sandro 2021-09-12 17:04:37 +02:00 committed by GitHub
commit 193315af6a
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.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "docker";
repo = "buildx";
rev = "v${version}";
sha256 = "sha256-X/oTL/CfMunGcS3HDoH/g1gZcJWnVU93OkcGC36KuA4=";
sha256 = "sha256-UKIT3PfybuQjKxxFbRQSCA8G3R2xIySWEDUKg27u5Rk=";
};
vendorSha256 = null;