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

docker-buildx: 0.13.1 -> 0.14.0
This commit is contained in:
Weijia Wang 2024-04-27 03:53:19 +02:00 committed by GitHub
commit b809790244
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "docker-buildx";
version = "0.13.1";
version = "0.14.0";
src = fetchFromGitHub {
owner = "docker";
repo = "buildx";
rev = "v${version}";
hash = "sha256-mesFwYgDCZ44/EJ31mzx9yLeMyV2bXpxaNSx6L3BQG0=";
hash = "sha256-pfDGKxIy9ZXueYv0u1zPWWYCAeSRBaOGDfIt1Hsubkk=";
};
doCheck = false;