buildah-unwrapped: 1.37.1 -> 1.37.2

This commit is contained in:
R. Ryantm 2024-08-22 00:30:53 +00:00
parent 625941e1a9
commit b86f7c24ba

View File

@ -17,13 +17,13 @@
buildGoModule rec { buildGoModule rec {
pname = "buildah"; pname = "buildah";
version = "1.37.1"; version = "1.37.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "containers"; owner = "containers";
repo = "buildah"; repo = "buildah";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-43p2sD6mpcoMukr7mY2GTsti4FVC7Blq0ZozuIJlC30="; hash = "sha256-ZZa/83Ut2+obDsh/t8/G6gUAfnBEohXeIQxC8yCQzHs=";
}; };
outputs = [ "out" "man" ]; outputs = [ "out" "man" ];