buildkit: 0.23.2 -> 0.24.0

This commit is contained in:
R. Ryantm
2025-09-03 14:47:32 +00:00
parent f2a2de23f4
commit 82d7155210
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.23.2";
version = "0.24.0";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-/1wOZWvHHpT8zTnaQi/v3XgMyU8r2QPOBDadbos8GV8=";
hash = "sha256-cii+A+CFJcuix++f4ZdW6z5GKpPGdp9C9iJS+KPb4LY=";
};
vendorHash = null;