docker-buildx: 0.16.2 -> 0.17.0 (#341536)

This commit is contained in:
OTABI Tomoya
2024-09-21 15:41:50 +09:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "docker-buildx";
version = "0.16.2";
version = "0.17.0";
src = fetchFromGitHub {
owner = "docker";
repo = "buildx";
rev = "v${version}";
hash = "sha256-s4VLuOLPNZGThnvr20EBddxKkreWf3B4D0RRx9OwJiw=";
hash = "sha256-KYPOeDI1g7hUwS7gvKiuOck/2MwvnawP1ZgDAfo4brA=";
};
doCheck = false;