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

buildah-unwrapped: 1.31.3 -> 1.32.0
This commit is contained in:
Weijia Wang 2023-09-22 18:14:58 +02:00 committed by GitHub
commit b8550ca063
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.31.3";
version = "1.32.0";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-Uqs4MlKwFz4EGd6HTGXqcLTSfYPJTpgKKyXmA3B3RjU=";
hash = "sha256-Sjmh7zVaZ8ATgDr1VN0U03rHlPBvv3lVDxKmAahjJ2M=";
};
outputs = [ "out" "man" ];