buildah: 1.14.4 -> 1.14.5

https://github.com/containers/buildah/releases/tag/v1.14.5
This commit is contained in:
zowoq 2020-03-28 07:55:51 +10:00
parent 17611f14c2
commit 9a5c27a513

View file

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