buildkit: 0.31.1 -> 0.31.2

This commit is contained in:
R. Ryantm
2026-07-16 21:35:46 +00:00
parent ab571fccdd
commit 5ea8afe11a
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "buildkit";
version = "0.31.1";
version = "0.31.2";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${finalAttrs.version}";
hash = "sha256-lpcbCPsnvwMULeZgo1eQ0AqlfsyOMO/7b3ZOCoVTDKk=";
hash = "sha256-VAEZr2KerCKTeULZWM50n7P7qPjk9X9oTgpuK7+oWfU=";
};
vendorHash = null;