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

buildah-unwrapped: 1.34.1 -> 1.35.0
This commit is contained in:
Weijia Wang 2024-03-08 10:31:36 +01:00 committed by GitHub
commit 6e8bf0f972
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.34.1";
version = "1.35.0";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-0mH6s9BSTkXutwYVG3EpqEcildO3g37Us4pdTmLPcAQ=";
hash = "sha256-xVcqbcKb6qm/XXRBi2vSIeISjfg5EivXpEbif96f+6U=";
};
outputs = [ "out" "man" ];