buildah-unwrapped: 1.37.3 -> 1.38.0

This commit is contained in:
R. Ryantm 2024-11-12 06:28:37 +00:00
parent c0c77416ac
commit 3ed6235eaa

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" ];