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

buildkit: 0.12.2 -> 0.12.3
This commit is contained in:
Mario Rodas 2023-10-20 05:37:02 -05:00 committed by GitHub
commit 43397465ee
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.12.2";
version = "0.12.3";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-u85Yrg3aMG6Tx8onivSy1p7yB4lZxsBWF4bxnwO68EE=";
hash = "sha256-ph44J90g5zOTi/+FVbdnDDJp1gXcxPt7coA1rvhsQSQ=";
};
vendorHash = null;