buildah: 1.14.0 -> 1.14.1
https://github.com/containers/buildah/releases/tag/v1.14.1
This commit is contained in:
parent
a1ce8740fa
commit
cd02408f25
@ -1,16 +1,16 @@
|
|||||||
{ stdenv, buildGoPackage, fetchFromGitHub
|
{ stdenv, buildGoPackage, fetchFromGitHub
|
||||||
, gpgme, libgpgerror, lvm2, btrfs-progs, pkgconfig, libselinux, libseccomp
|
, gpgme, libgpgerror, lvm2, btrfs-progs, pkg-config, libselinux, libseccomp
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "buildah";
|
pname = "buildah";
|
||||||
version = "1.14.0";
|
version = "1.14.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "containers";
|
owner = "containers";
|
||||||
repo = "buildah";
|
repo = "buildah";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0nbcrhfd0c14d0m9a4mkd01jxk5i503z38kv2qfz5cvfghx517qq";
|
sha256 = "12x80g83xjcjiafcxyqrhg952nq5w91df35d7lnvc2vz8vvpkyx1";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "bin" "man" "out" ];
|
outputs = [ "bin" "man" "out" ];
|
||||||
@ -18,7 +18,7 @@ buildGoPackage rec {
|
|||||||
goPackagePath = "github.com/containers/buildah";
|
goPackagePath = "github.com/containers/buildah";
|
||||||
excludedPackages = [ "tests" ];
|
excludedPackages = [ "tests" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ gpgme libgpgerror lvm2 btrfs-progs libselinux libseccomp ];
|
buildInputs = [ gpgme libgpgerror lvm2 btrfs-progs libselinux libseccomp ];
|
||||||
|
|
||||||
patches = [ ./disable-go-module-mode.patch ];
|
patches = [ ./disable-go-module-mode.patch ];
|
||||||
@ -36,7 +36,7 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A tool which facilitates building OCI images";
|
description = "A tool which facilitates building OCI images";
|
||||||
homepage = "https://github.com/containers/buildah";
|
homepage = "https://buildah.io/";
|
||||||
changelog = "https://github.com/containers/buildah/releases/tag/v${version}";
|
changelog = "https://github.com/containers/buildah/releases/tag/v${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ Profpatsch vdemeester saschagrunert ];
|
maintainers = with maintainers; [ Profpatsch vdemeester saschagrunert ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user