Merge pull request #84848 from marsam/update-buildah

buildah: 1.14.7 -> 1.14.8
This commit is contained in:
Mario Rodas
2020-04-09 18:21:38 -05:00
committed by GitHub

View File

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