Merge pull request #297098 from marsam/update-buildkit

buildkit: 0.13.0 -> 0.13.1
This commit is contained in:
Mario Rodas
2024-03-19 06:24:11 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.13.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-A6BncEyuAWyDlBK9ZuBoDl8gbQo0NAaVWXvy2mZs0GA=";
hash = "sha256-BrLDY3T40ndkjuWCx5kLZvMBp8xI5d3MFg9M3IpafWM=";
};
vendorHash = null;