Merge pull request #200676 from r-ryantm/auto-update/buildkit

buildkit: 0.10.5 -> 0.10.6
This commit is contained in:
Mario Rodas
2022-11-11 08:13:16 -05:00
committed by GitHub
+2 -2
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;