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
+3 -3
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;