buildkit: 0.12.0 -> 0.12.1

Diff: https://github.com/moby/buildkit/compare/v0.12.0...v0.12.1
This commit is contained in:
Mario Rodas 2023-08-03 04:20:00 +00:00
parent 939ba40498
commit d00aea8ae5

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-sV5X3+evRDS6Ryi0UKLlPlzmzRE0NXERoVlQ8S5o/4I=";
hash = "sha256-Fee/XuxtNP9+T8kRd3yeEhFvpfaIgMkqfSaZCpaYEdM=";
};
vendorHash = null;