buildkit: 0.12.5 -> 0.13.0

This commit is contained in:
R. Ryantm
2024-03-06 03:41:34 +00:00
parent 5706443baf
commit 582be95706
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.12.5";
version = "0.13.0";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-LESaOrUxV/BHGW9JSZfTXpbedp1aegPFWu9/tRx2ArM=";
hash = "sha256-A6BncEyuAWyDlBK9ZuBoDl8gbQo0NAaVWXvy2mZs0GA=";
};
vendorHash = null;