docker-buildx: 0.17.0 -> 0.17.1 (#343934)

This commit is contained in:
Pol Dellaiera 2024-09-26 22:08:50 +02:00 committed by GitHub
commit 8ea3da6d70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "docker-buildx";
version = "0.17.0";
version = "0.17.1";
src = fetchFromGitHub {
owner = "docker";
repo = "buildx";
rev = "v${version}";
hash = "sha256-KYPOeDI1g7hUwS7gvKiuOck/2MwvnawP1ZgDAfo4brA=";
hash = "sha256-+d0yaosNoOOuo/A7aC6pfy2xGJU718nBBNMMok2Ofv0=";
};
doCheck = false;