Merge pull request #243660 from marsam/update-buildkit

buildkit: 0.11.6 -> 0.12.0
This commit is contained in:
Mario Rodas 2023-07-16 08:10:40 -05:00 committed by GitHub
commit 9e17672672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.11.6";
version = "0.12.0";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-K0PHnrJwDI4myb7/7zyEsqtL1qQYy3ue+r+9EqTB1Oo=";
hash = "sha256-sV5X3+evRDS6Ryi0UKLlPlzmzRE0NXERoVlQ8S5o/4I=";
};
vendorHash = null;