buildah: 1.16.3 -> 1.16.4

https://github.com/containers/buildah/releases/tag/v1.16.4
This commit is contained in:
zowoq 2020-10-02 09:32:28 +10:00
parent 9fd0171b24
commit 0f81c5d686

View file

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.16.3";
version = "1.16.4";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "0zlqgscr2nab448vpwz7gaj78a9c707iq8nccd48qvimlfnxq77f";
sha256 = "1i7v4chbgl15n3vn1liinjd4lxaxk9q2lyi1l2ak7iazx9px6cn9";
};
outputs = [ "out" "man" ];