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

docker-buildx: 0.8.2 -> 0.9.0
This commit is contained in:
maxine [they] 2022-08-18 00:30:26 +02:00 committed by GitHub
commit 843e685c5f
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.8.2";
version = "0.9.0";
src = fetchFromGitHub {
owner = "docker";
repo = "buildx";
rev = "v${version}";
sha256 = "sha256-AGRdmYKd76k5tmBTTqsSHj3yOU8QSd11G5ito0O/dWY=";
sha256 = "sha256-fWtPoOUI5tgY9Xsf/FAZPlaagC5FR5FBHysWv788Pik=";
};
vendorSha256 = null;