Merge pull request #310705 from r-ryantm/auto-update/buildah-unwrapped

buildah-unwrapped: 1.35.3 -> 1.35.4
This commit is contained in:
Weijia Wang 2024-05-13 11:21:59 +02:00 committed by GitHub
commit dc5f567bc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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