buildkit: 0.18.2 -> 0.19.0

This commit is contained in:
R. Ryantm
2025-01-21 08:29:08 +00:00
parent 1371a55a79
commit 9c1e87f1d4
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.18.2";
version = "0.19.0";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-VjyrW2PwJ8/36V9PnLoMzAhJW9rKyg12V2KChD10XEw=";
hash = "sha256-TN6IJLQxbwhflNdnrPgcqzw2o6di+aHOqwa6efkyV0k=";
};
vendorHash = null;