buildah: 1.28.2 -> 1.29.0

https://github.com/containers/buildah/releases/tag/v1.29.0
This commit is contained in:
zowoq 2023-02-07 06:38:21 +10:00
parent 047202f1e1
commit 251d9a3707

View File

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