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:
parent
eed255e044
commit
66b94f20f3
@ -3,13 +3,13 @@
|
|||||||
, go-md2man }:
|
, go-md2man }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.7.2";
|
version = "1.7.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "containers";
|
owner = "containers";
|
||||||
repo = "buildah";
|
repo = "buildah";
|
||||||
sha256 = "19rp5kgdgyjfvg23m8dqlv6g1cs2c57nnw64ifjv24hqhy1xc0qk";
|
sha256 = "154zjkccinf6nvbz5a8rdlkgy7fi6yz11wi100jn9cmsjydspax8";
|
||||||
};
|
};
|
||||||
goPackagePath = "github.com/containers/buildah";
|
goPackagePath = "github.com/containers/buildah";
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ in buildGoPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A tool which facilitates building OCI images";
|
description = "A tool which facilitates building OCI images";
|
||||||
homepage = https://github.com/containers/buildah;
|
homepage = https://github.com/containers/buildah;
|
||||||
maintainers = with stdenv.lib.maintainers; [ Profpatsch ];
|
maintainers = with stdenv.lib.maintainers; [ Profpatsch vdemeester ];
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user