Merge pull request #172004 from marsam/update-buildkit

buildkit: 0.10.1 -> 0.10.3
This commit is contained in:
Mario Rodas 2022-05-07 20:41:06 -05:00 committed by GitHub
commit 06f6e05c4e
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.10.1";
version = "0.10.3";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
sha256 = "sha256-qMSXz4ZJ0po+Qi/K3Q/51MgHBO4tOa+DHw6Ok0yYc+k=";
sha256 = "sha256-hZINmKzLB0nFVVP8eXK2ghe4Emmuq55w0vDwLw8XuJk=";
};
vendorSha256 = null;