docker-buildx: 0.16.2 -> 0.17.0

This commit is contained in:
R. Ryantm
2024-09-13 08:56:10 +00:00
parent a0620779ec
commit 0b134745fb
@@ -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;