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

buildah-unwrapped: 1.37.0 -> 1.37.1
This commit is contained in:
Nick Cao 2024-08-14 15:51:30 -04:00 committed by GitHub
commit e2b97086fe
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.37.0";
version = "1.37.1";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-WT1ij2jDEKavYREYYYKl6H27QOuGDAxnWSz+mbvJ5UA=";
hash = "sha256-43p2sD6mpcoMukr7mY2GTsti4FVC7Blq0ZozuIJlC30=";
};
outputs = [ "out" "man" ];