buildah: 1.14.8 -> 1.14.9

https://github.com/containers/buildah/releases/tag/v1.14.9
This commit is contained in:
zowoq 2020-05-12 22:56:22 +10:00
parent 0c9b897241
commit c28c084e14

View File

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