Merge pull request #202803 from r-ryantm/auto-update/buildah

buildah-unwrapped: 1.28.0 -> 1.28.1
This commit is contained in:
adisbladis 2022-11-25 22:11:37 +13:00 committed by GitHub
commit 0dc7388a00
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.28.0";
version = "1.28.1";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-Q8IqyI6okTaXKDoYvaTcIv+wy4aiHXOjFkKBxTn4wwk=";
sha256 = "sha256-WAFWLpBr+Lfy3etPgSrdo6iitCawIPCf8UwvnW24LRI=";
};
outputs = [ "out" "man" ];