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

buildah-unwrapped: 1.35.0 -> 1.35.1
This commit is contained in:
Mario Rodas 2024-03-19 06:25:28 -05:00 committed by GitHub
commit dbf53da059
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.35.0";
version = "1.35.1";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-xVcqbcKb6qm/XXRBi2vSIeISjfg5EivXpEbif96f+6U=";
hash = "sha256-Jow4A0deh6Y54KID9uLsIjBSgH5NWmR82IH7m56Y990=";
};
outputs = [ "out" "man" ];