buildkit: 0.20.2 -> 0.21.0 (#398979)

Co-authored-by: vdemeester <vdemeest@redhat.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-25 14:22:31 +00:00
committed by GitHub
co-authored by vdemeester
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.20.2";
version = "0.21.0";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-2zLXkiouPLmjxveoggsr+WUmdcZEN+FzeiVR1Dk6EA8=";
hash = "sha256-0QzbRswTPfO2U6lrClpAsH2QbTfE7JcMjv1Qt033UZs=";
};
vendorHash = null;