buildah: 1.26.4 -> 1.27.0

This commit is contained in:
R. RyanTM 2022-08-10 05:45:46 -07:00 committed by GitHub
parent d1228e2126
commit 9ff5c9d18e
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.4";
version = "1.27.0";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-9cTV1CEf1784oEPns5QULFtcC+w3yU4uafnMCCgpVqQ=";
sha256 = "sha256-xaUOCinP46aSKcxkpvDKollRRBYlrLql737YaOkQPzc=";
};
outputs = [ "out" "man" ];