buildkit: 0.15.2 -> 0.16.0

This commit is contained in:
R. Ryantm
2024-09-13 11:30:20 +00:00
parent a0620779ec
commit 14f8c145e6
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.15.2";
version = "0.16.0";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-N//XCiWWFjpJ6OncN7OT/C7+ziYr49T+0cOpH61mjg4=";
hash = "sha256-rAl2lPcm4JSRO9xVrZctGpWoi/JNZ5uUHDIZKd70+M8=";
};
vendorHash = null;