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

buildah-unwrapped: 1.35.4 -> 1.36.0
This commit is contained in:
Weijia Wang 2024-05-29 08:27:56 +02:00 committed by GitHub
commit f6c40d2c8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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