3
0
Fork 0
forked from mirrors/nixpkgs

docker-buildx: 0.6.1 -> 0.6.2

This commit is contained in:
R. RyanTM 2021-08-21 21:30:24 +00:00
parent 456481aa3d
commit 6745446b71

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "docker-buildx";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "docker";
repo = "buildx";
rev = "v${version}";
sha256 = "sha256-BzF0SvXMFlQ/pvwNJ04C4hx3xc0T3E4zeAlSctPKfcE=";
sha256 = "sha256-HaQJAVH8N5wZ7G/LcmGYz3Hph0/pHfEY3KObv18K1qg=";
};
vendorSha256 = null;