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

buildkit: 0.9.0 -> 0.9.3
This commit is contained in:
Mario Rodas 2021-12-08 02:31:40 -05:00 committed by GitHub
commit c04ee65c89
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.9.0";
version = "0.9.3";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
sha256 = "0i04b5ngvhkan45mx6xjcia0dsx0dc6w8bwy90yg3qnz7yzidm2d";
sha256 = "sha256-xjuHMjJjA4sx2Hrr6tPpvKtSmhGZ3AZka733DLxmYfk=";
};
vendorSha256 = null;