buildkit: 0.19.0 -> 0.20.0

This commit is contained in:
R. Ryantm
2025-02-20 02:55:12 +00:00
parent 247b88d510
commit 3d36f0d2a7
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.19.0";
version = "0.20.0";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-TN6IJLQxbwhflNdnrPgcqzw2o6di+aHOqwa6efkyV0k=";
hash = "sha256-ApmAeR93szAqeOJR7h5MwtDPf6nrUy4vYKgFeRZlCXw=";
};
vendorHash = null;