docker-buildx: 0.13.1 -> 0.14.0

This commit is contained in:
R. Ryantm 2024-04-19 00:35:42 +00:00
parent 1f3ac32a1e
commit 5b718130ad
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;