buildah: 1.8.2 -> 1.8.3

https://github.com/containers/buildah/releases/tag/v1.8.3
This commit is contained in:
Will Dietz 2019-06-04 16:17:26 -05:00
parent ae666de77c
commit 13b6e9287e
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

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";