buildah: 1.19.0 -> 1.19.1

https://github.com/containers/buildah/releases/tag/v1.19.1
This commit is contained in:
zowoq 2021-01-15 16:43:14 +10:00
parent 94f3683935
commit cc2462d430

View File

@ -1,4 +1,4 @@
{ stdenv { lib
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
, go-md2man , go-md2man
@ -14,13 +14,13 @@
buildGoModule rec { buildGoModule rec {
pname = "buildah"; pname = "buildah";
version = "1.19.0"; version = "1.19.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "containers"; owner = "containers";
repo = "buildah"; repo = "buildah";
rev = "v${version}"; rev = "v${version}";
sha256 = "15ps4z41r8inyg0g1k8s9s3hkbnrl942w0n3957bv8g8gjihww0f"; sha256 = "1wzj8ll9z4pnzr5bz1rjq7fc98kw596zcwaamv8lh2pzwcfgi9ki";
}; };
outputs = [ "out" "man" ]; outputs = [ "out" "man" ];
@ -52,7 +52,7 @@ buildGoModule rec {
make -C docs install PREFIX="$man" make -C docs install PREFIX="$man"
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "A tool which facilitates building OCI images"; description = "A tool which facilitates building OCI images";
homepage = "https://buildah.io/"; homepage = "https://buildah.io/";
changelog = "https://github.com/containers/buildah/releases/tag/v${version}"; changelog = "https://github.com/containers/buildah/releases/tag/v${version}";