mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
buildkit: 0.12.1 -> 0.12.2
Diff: https://github.com/moby/buildkit/compare/v0.12.1...v0.12.2 Changelog: https://github.com/moby/buildkit/releases/tag/v0.12.2
This commit is contained in:
parent
0544bc2f29
commit
8ff2f9c05f
@ -2,13 +2,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "buildkit";
|
||||
version = "0.12.1";
|
||||
version = "0.12.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "moby";
|
||||
repo = "buildkit";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Fee/XuxtNP9+T8kRd3yeEhFvpfaIgMkqfSaZCpaYEdM=";
|
||||
hash = "sha256-u85Yrg3aMG6Tx8onivSy1p7yB4lZxsBWF4bxnwO68EE=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
@ -22,6 +22,7 @@ buildGoModule rec {
|
||||
meta = with lib; {
|
||||
description = "Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit";
|
||||
homepage = "https://github.com/moby/buildkit";
|
||||
changelog = "https://github.com/moby/buildkit/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ vdemeester marsam developer-guy ];
|
||||
mainProgram = "buildctl";
|
||||
|
Loading…
Reference in New Issue
Block a user