docker-buildx: 0.14.0 -> 0.14.1

This commit is contained in:
R. Ryantm 2024-05-29 03:19:31 +00:00
parent fb2cf0194e
commit 170e38c3c7

View File

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