buildkit: 0.10.5 -> 0.10.6

This commit is contained in:
R. Ryantm 2022-11-11 10:02:20 +00:00
parent d86977fda8
commit 96158f290c

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.10.5";
version = "0.10.6";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
sha256 = "sha256-6p7LQvlVG0epkk4qFDKrmBBFIIbmB6AMROB7dfE+3ho=";
sha256 = "sha256-bTzpiTqdAfo31sFRBCp0EzYMVjc6jt4aPK0VLsB9j0g=";
};
vendorSha256 = null;