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

buildah-unwrapped: 1.24.2 -> 1.25.1
This commit is contained in:
Ryan Mulligan 2022-04-01 07:55:23 -07:00 committed by GitHub
commit b55aa45938
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.24.2";
version = "1.25.1";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-gBO+H26YGmOtP3CUHZjynAaOb0h+MJbJnWqxOZdif6w=";
sha256 = "sha256-NQ+Tv3KUrvX+MWM1ZFmsJ4JKoSIpSBjGNiruJkRd6rE=";
};
outputs = [ "out" "man" ];