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 {
pname = "buildah";
version = "1.34.1";
version = "1.35.0";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-0mH6s9BSTkXutwYVG3EpqEcildO3g37Us4pdTmLPcAQ=";
hash = "sha256-xVcqbcKb6qm/XXRBi2vSIeISjfg5EivXpEbif96f+6U=";
};
outputs = [ "out" "man" ];