buildah: 1.27.2 -> 1.28.0 (#194360)

This commit is contained in:
R. RyanTM 2022-10-04 01:23:36 -07:00 committed by GitHub
parent 01c6a05689
commit e2f8348fab
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.2";
version = "1.28.0";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-jEAfiPNb7qpbKiKDx6slnBeR0fISalebAedBfY7OS6E=";
sha256 = "sha256-Q8IqyI6okTaXKDoYvaTcIv+wy4aiHXOjFkKBxTn4wwk=";
};
outputs = [ "out" "man" ];