buildah: 1.14.5 -> 1.14.6

Changelog: https://github.com/containers/buildah/releases/tag/v1.14.6
This commit is contained in:
Mario Rodas 2020-04-03 04:20:00 -05:00
parent 09dde57e93
commit 2c5c285cc0
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

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