Merge pull request #220728 from marsam/update-buildkit

buildkit: 0.11.2 -> 0.11.4
This commit is contained in:
Mario Rodas 2023-03-13 04:55:39 -05:00 committed by GitHub
commit 0a0b081e09
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.2";
version = "0.11.4";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-P1hu60vjJJASWxgc9LOwdy7psqgIHi8Z/D5c++TProY=";
hash = "sha256-/9gP8ciHeFKjO0VAKXDor19Wm6wULLVlFYbHUYWFpWY=";
};
vendorHash = null;