Mario Rodas 2023-12-02 04:20:00 +00:00
parent c00fb2171b
commit 4c17c83b27

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.12.3";
version = "0.12.4";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-ph44J90g5zOTi/+FVbdnDDJp1gXcxPt7coA1rvhsQSQ=";
hash = "sha256-nQvrd2W9xWWGTlwN5Q2E3rs67OUxZ4bIp+rK2W2PUww=";
};
vendorHash = null;