buildah: 1.16.4 -> 1.16.5

https://github.com/containers/buildah/releases/tag/v1.16.5
This commit is contained in:
zowoq 2020-10-22 23:41:06 +10:00
parent 9b8b7065cd
commit b4349c13a6

View File

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