buildah: 1.1 -> 1.4

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2018-10-23 10:37:56 +02:00 committed by Profpatsch
parent 8eb13ff724
commit ab27bcf01e

View File

@ -3,15 +3,15 @@
, go-md2man }: , go-md2man }:
let let
version = "1.1"; version = "1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
rev = "v${version}"; rev = "v${version}";
owner = "projectatomic"; owner = "containers";
repo = "buildah"; repo = "buildah";
sha256 = "0pc7bzcaafrz56glygzhnbilgaz4ca2kmklw8njfgamffbw4d54p"; sha256 = "0b9pfi22qcqyp0im8vp02ibrwd49ghgi64d5l98z01cj52n2j2dz";
}; };
goPackagePath = "github.com/projectatomic/buildah"; goPackagePath = "github.com/containers/buildah";
in buildGoPackage rec { in buildGoPackage rec {
name = "buildah-${version}"; name = "buildah-${version}";
@ -45,7 +45,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/projectatomic/buildah; homepage = https://github.com/containers/buildah;
maintainers = with stdenv.lib.maintainers; [ Profpatsch ]; maintainers = with stdenv.lib.maintainers; [ Profpatsch ];
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
}; };