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
+2 -2
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;