Merge pull request #163730 from r-ryantm/auto-update/buildkit

buildkit: 0.9.3 -> 0.10.0
This commit is contained in:
Mario Rodas
2022-03-13 12:51:55 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.9.3";
version = "0.10.0";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
sha256 = "sha256-xjuHMjJjA4sx2Hrr6tPpvKtSmhGZ3AZka733DLxmYfk=";
sha256 = "sha256-Pdnu0zG1LteAob0YUuG/XDh2pfBj5UO2GrkWFlMZeGY=";
};
vendorSha256 = null;