buildah: 1.27.0 -> 1.27.1 (#190779)

This commit is contained in:
R. RyanTM 2022-09-11 13:43:05 -07:00 committed by GitHub
parent 3582beec60
commit 9383bfaa1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.27.0";
version = "1.27.1";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-xaUOCinP46aSKcxkpvDKollRRBYlrLql737YaOkQPzc=";
sha256 = "sha256-WTb64VhVst3E0bct51EmsfeloTDLe2zXsy5tDDvX2rI=";
};
outputs = [ "out" "man" ];