docker-buildx: 0.29.0 -> 0.29.1

This commit is contained in:
R. Ryantm
2025-10-09 17:59:28 +00:00
parent 723e1e95a5
commit 1226491cbd
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "docker-buildx";
version = "0.29.0";
version = "0.29.1";
src = fetchFromGitHub {
owner = "docker";
repo = "buildx";
rev = "v${version}";
hash = "sha256-HGhwO0bILHbRyk6YjzI+v6wiIANvTkIRR+SkL4mxv0w=";
hash = "sha256-H7U44g4rw15c3Snx88YgAanSw4dWanmTugpGBIwfI6A=";
};
doCheck = false;