Merge pull request #84667 from zowoq/buildah

buildah: 1.14.6 -> 1.14.7
This commit is contained in:
Mario Rodas 2020-04-07 18:10:31 -05:00 committed by GitHub
commit fae18405e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
buildGoPackage rec {
pname = "buildah";
version = "1.14.6";
version = "1.14.7";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "1sx4jl34l9djf115zv266qhz4sm1ndv0k0z49fbr3b6m7ll2mmlv";
sha256 = "1nlmika4lw9qn10hh6scxypjfblm3a8gda6a0r8lnbd594as282l";
};
outputs = [ "bin" "man" "out" ];