Merge pull request #222862 from developer-guy/feature/buildkit-upgrade

buildkit: 0.11.4 -> 0.11.5
This commit is contained in:
Mario Rodas 2023-03-24 06:44:39 -05:00 committed by GitHub
commit 6509fec2b7
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.4";
version = "0.11.5";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-/9gP8ciHeFKjO0VAKXDor19Wm6wULLVlFYbHUYWFpWY=";
hash = "sha256-bQqdHSmouZm89sV2GjBrEwYTdTYKttVBfXcm2fN09NI=";
};
vendorHash = null;