buildkit: 0.30.0 -> 0.31.0

This commit is contained in:
R. Ryantm
2026-06-18 00:35:03 +00:00
parent c5eab8042c
commit 17d9278f49
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "buildkit";
version = "0.30.0";
version = "0.31.0";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${finalAttrs.version}";
hash = "sha256-7QyfQew0RuL/EpJlKuY5CXdCiFwIS2Z4i1Fd4yUTx7g=";
hash = "sha256-mTYNyz2H980l7/Vcyf9wnEgmi2j6S63C9ZcwOaK/+YY=";
};
vendorHash = null;