buildah: 1.27.1 -> 1.27.2 (#192229)

This commit is contained in:
R. RyanTM 2022-09-21 03:44:23 -07:00 committed by GitHub
parent 0615155dab
commit a0e3904713
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.27.1";
version = "1.27.2";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-WTb64VhVst3E0bct51EmsfeloTDLe2zXsy5tDDvX2rI=";
sha256 = "sha256-jEAfiPNb7qpbKiKDx6slnBeR0fISalebAedBfY7OS6E=";
};
outputs = [ "out" "man" ];