buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357)

This commit is contained in:
Nick Cao 2024-11-12 11:07:44 -05:00 committed by GitHub
commit 95c16b6749
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
buildGoModule rec { buildGoModule rec {
pname = "buildah"; pname = "buildah";
version = "1.37.3"; version = "1.38.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "containers"; owner = "containers";
repo = "buildah"; repo = "buildah";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-YYmgxlW80y6HOlRQbG3N+wTZM5pB58ZzZHEOa6vWbRw="; hash = "sha256-avQdK7+kMrPc8rp/2nTiUC/ZTW8nUem9v3u0xsE0oGM=";
}; };
outputs = [ "out" "man" ]; outputs = [ "out" "man" ];