buildah-unwrapped: 1.28.1 -> 1.28.2

This commit is contained in:
R. Ryantm 2022-11-28 16:07:49 +00:00 committed by zowoq
parent 67e575c5a7
commit bebe0f71df

View File

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.28.1";
version = "1.28.2";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-WAFWLpBr+Lfy3etPgSrdo6iitCawIPCf8UwvnW24LRI=";
sha256 = "sha256-1WB+lm2k7q4xViCUBhvCSuMCIlCMlAJ9etRajwGyOQs=";
};
outputs = [ "out" "man" ];