buildkit: 0.13.1 -> 0.13.2

This commit is contained in:
R. Ryantm 2024-04-26 00:23:58 +00:00
parent 10b682b6e5
commit e2cc2213ca

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.13.1";
version = "0.13.2";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-BrLDY3T40ndkjuWCx5kLZvMBp8xI5d3MFg9M3IpafWM=";
hash = "sha256-Kb5p838jezDTJnc2jcKnima1gE7ENMm+4cmN6F6vh+Y=";
};
vendorHash = null;