Merge pull request #62706 from dtzWill/update/buildah-1.8.3

buildah: 1.8.2 -> 1.8.3
This commit is contained in:
Mario Rodas 2019-06-06 07:07:31 -05:00 committed by GitHub
commit 48e8049c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
, go-md2man }:
let
version = "1.8.2";
version = "1.8.3";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "buildah";
sha256 = "1r91ndnc3ysrfdjybsnlnbkw26n25mfwc9i8ys5y3c26fq8ic3zd";
sha256 = "12fi67pnp07zrk72zniiciw2nhmzn6lmbkydv5sib08x765izn6s";
};
goPackagePath = "github.com/containers/buildah";