buildkit: 0.10.6 -> 0.11.0

https://github.com/moby/buildkit/releases/tag/v0.11.0
This commit is contained in:
Mario Rodas 2023-01-12 04:20:00 +00:00
parent d16a369880
commit 9731fff13e

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" ];