Merge pull request #212951 from marsam/update-buildkit

buildkit: 0.11.0 -> 0.11.2
This commit is contained in:
Weijia Wang 2023-01-27 21:16:11 +01:00 committed by GitHub
commit 66b3c73fae
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.0";
version = "0.11.2";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-zRkfH/CHLoulB/IDq2VPc8a6N2wMzX0Ws9oE9339VOQ=";
hash = "sha256-P1hu60vjJJASWxgc9LOwdy7psqgIHi8Z/D5c++TProY=";
};
vendorHash = null;