buildkit: 0.13.2 -> 0.14.0

This commit is contained in:
R. Ryantm 2024-06-12 00:41:31 +00:00
parent e913ae3400
commit eff2c4abd2

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.13.2";
version = "0.14.0";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-Kb5p838jezDTJnc2jcKnima1gE7ENMm+4cmN6F6vh+Y=";
hash = "sha256-41e/S3TzDAJuvopd5JFMKvdDOmHwnwF+4wrdOvifyoU=";
};
vendorHash = null;