Merge pull request #210316 from marsam/update-buildkit

buildkit: 0.10.6 -> 0.11.0
This commit is contained in:
Mario Rodas 2023-01-12 20:03:23 -05:00 committed by GitHub
commit fe833c925d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "buildkit";
version = "0.10.6";
version = "0.11.0";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
sha256 = "sha256-bTzpiTqdAfo31sFRBCp0EzYMVjc6jt4aPK0VLsB9j0g=";
hash = "sha256-zRkfH/CHLoulB/IDq2VPc8a6N2wMzX0Ws9oE9339VOQ=";
};
vendorSha256 = null;
vendorHash = null;
subPackages = [ "cmd/buildctl" ] ++ lib.optionals stdenv.isLinux [ "cmd/buildkitd" ];