buildah-unwrapped: 1.34.1 -> 1.35.0

This commit is contained in:
R. Ryantm 2024-03-08 01:31:07 +00:00
parent c8cd65298e
commit 44155e0793

View file

@ -17,13 +17,13 @@
buildGoModule rec { buildGoModule rec {
pname = "buildah"; pname = "buildah";
version = "1.34.1"; version = "1.35.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "containers"; owner = "containers";
repo = "buildah"; repo = "buildah";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-0mH6s9BSTkXutwYVG3EpqEcildO3g37Us4pdTmLPcAQ="; hash = "sha256-xVcqbcKb6qm/XXRBi2vSIeISjfg5EivXpEbif96f+6U=";
}; };
outputs = [ "out" "man" ]; outputs = [ "out" "man" ];