buildah-unwrapped: 1.35.3 -> 1.35.4

This commit is contained in:
R. Ryantm 2024-05-11 00:32:25 +00:00
parent 0c9055e823
commit 576a39734e

View File

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.35.3";
version = "1.35.4";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-FqgYpCvEEqgnhCHdHN1/inxMJoOjoHLc/xMfhXsA1nc=";
hash = "sha256-lcB23yU7Wn+aILGFLDBnFg30NRDQgJt3J61FmGuQtRo=";
};
outputs = [ "out" "man" ];