Merge pull request #222821 from qowoz/buildah

buildah: 1.29.0 -> 1.29.1
This commit is contained in:
adisbladis 2023-03-24 14:58:54 +13:00 committed by GitHub
commit e6c110c027
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.29.0";
version = "1.29.1";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-g8Y4ZmQvDbzM7rG1otTxm+SRl/sK3sLM2SOWrBseOPQ=";
hash = "sha256-l21mirarWEOd+XxyM0YgfDiA1JSEr/uqREmBS22C9fs=";
};
outputs = [ "out" "man" ];