Merge pull request #214995 from qowoz/buildah

buildah: 1.28.2 -> 1.29.0
This commit is contained in:
superherointj 2023-02-06 18:38:35 -03:00 committed by GitHub
commit eb7fac4bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,18 +15,18 @@
buildGoModule rec {
pname = "buildah";
version = "1.28.2";
version = "1.29.0";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-1WB+lm2k7q4xViCUBhvCSuMCIlCMlAJ9etRajwGyOQs=";
hash = "sha256-g8Y4ZmQvDbzM7rG1otTxm+SRl/sK3sLM2SOWrBseOPQ=";
};
outputs = [ "out" "man" ];
vendorSha256 = null;
vendorHash = null;
doCheck = false;