buildkit: 0.12.2 -> 0.12.3

This commit is contained in:
R. Ryantm 2023-10-20 08:06:30 +00:00
parent 5bf82c5a0b
commit 0d22aff552

View File

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