buildah: 1.26.2 -> 1.26.4 (#185295)

This commit is contained in:
R. RyanTM 2022-08-05 13:59:12 -07:00 committed by GitHub
parent d17ed7bb64
commit a7521391b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.26.2";
version = "1.26.4";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-FQ0fYiQBz+Ba8Xe8PWIYpIKyWOYa+NlTNJqzBC64O6M=";
sha256 = "sha256-9cTV1CEf1784oEPns5QULFtcC+w3yU4uafnMCCgpVqQ=";
};
outputs = [ "out" "man" ];