buildah: 1.7.2 -> 1.7.3

Also adding myself (vdemeester) as maintainer

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-04-24 15:24:07 +02:00 committed by Profpatsch
parent eed255e044
commit 66b94f20f3

View File

@ -3,13 +3,13 @@
, go-md2man }:
let
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "buildah";
sha256 = "19rp5kgdgyjfvg23m8dqlv6g1cs2c57nnw64ifjv24hqhy1xc0qk";
sha256 = "154zjkccinf6nvbz5a8rdlkgy7fi6yz11wi100jn9cmsjydspax8";
};
goPackagePath = "github.com/containers/buildah";
@ -46,7 +46,7 @@ in buildGoPackage rec {
meta = {
description = "A tool which facilitates building OCI images";
homepage = https://github.com/containers/buildah;
maintainers = with stdenv.lib.maintainers; [ Profpatsch ];
maintainers = with stdenv.lib.maintainers; [ Profpatsch vdemeester ];
license = stdenv.lib.licenses.asl20;
};
}